Searched refs:IN_UCHARS (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 537 #define IN_UCHARS(x) (x) macro 542 #define IN_UCHARS(x) ((x) * 2) macro 547 #define IN_UCHARS(x) ((x) * 4) macro 1178 if (next_end - next != length || memcmp(begin, next, IN_UCHARS(length)) != 0) in detect_repeat() 1197 … - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(length)) != 0) in detect_repeat() 1206 if (next_end - next == (length + 1) && memcmp(begin, next + 1, IN_UCHARS(length)) == 0) in detect_repeat() 2398 … SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(jit_arguments, begin), SLJIT_IMM, IN_UCHARS(1)); in reset_ovector() 2422 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1)); in reset_fast_fail() 2815 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1)); in peek_char() 2830 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(0)); in peek_char() [all …]
|