Home
last modified time | relevance | path

Searched refs:CMP (Results 1 – 9 of 9) sorted by relevance

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_config.h53 # define timercmp(a, b, CMP) \ argument
55 ((a)->tv_usec CMP (b)->tv_usec) : \
56 ((a)->tv_sec CMP (b)->tv_sec))
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c487 #undef CMP
551 #define CMP(type, src1, src1w, src2, src2w) \ macro
2743 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in check_str_end()
2773 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in detect_partial_match()
2807 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xc0); in peek_char()
4297 quit = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in fast_forward_first_char2()
4669 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 255); in fast_forward_start_bits()
4731 toolong = CMP(SLJIT_LESS, TMP1, 0, STR_END, 0); in search_requested_char()
5189 jump = CMP(SLJIT_NOT_EQUAL, CHAR1, 0, CHAR2, 0); in do_casefulcmp()
5233 jump = CMP(SLJIT_NOT_EQUAL, CHAR1, 0, CHAR2, 0); in do_caselesscmp()
[all …]
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_32.c161 return push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativePPC_64.c308 return push_inst(compiler, CMP | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativeX86_common.c172 #define CMP (/* BINARY */ 7 << 3) macro
1849 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, 0);
1872 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, src1w);
H A DsljitNativeARM_T2_32.c111 #define CMP 0x4280 macro
786 return push_inst16(compiler, CMP | RD3(arg1) | RN3(arg2)); in emit_op_imm()
H A DsljitNativePPC_common.c152 #define CMP (HI(31) | LO(0)) macro
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2402 # CMP
2403 0 string CO\0 CMP archive data
H A Dmagic私はガラスを食べられます2402 # CMP
2403 0 string CO\0 CMP archive data

Completed in 163 milliseconds