Home
last modified time | relevance | path

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

/PHP-8.3/
H A D.cirrus.yml18 - gmake -j2
29 …- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --no-progress --offline --show-diff…
/PHP-8.3/.circleci/
H A Dconfig.yml169 command: make -j2 > /dev/null
189 -P -q -x -j2 \
/PHP-8.3/.github/workflows/
H A Dpush.yml228 PARALLEL: -j2
H A Dnightly.yml889 PARALLEL: -j2
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c315 sljit_s32 s, j1, j2; in set_jump_instruction() local
362 j2 = (~(diff >> 21) ^ s) & 0x1; in set_jump_instruction()
364 jump_inst[1] = (sljit_u16)((j1 << 13) | (j2 << 11) | (diff & 0x7ff)); in set_jump_instruction()

Completed in 15 milliseconds