Home
last modified time | relevance | path

Searched refs:j2 (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c300 sljit_s32 s, j1, j2; in set_jump_instruction() local
347 j2 = (~(diff >> 21) ^ s) & 0x1; in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c109833 int j2 = sqlite3VdbeGoto(v, 1);
109836 sqlite3VdbeAddOp4Int(v, OP_SorterCompare, iSorter, j2, regRecord,
109839 sqlite3VdbeJumpHere(v, j2);

Completed in 399 milliseconds