Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c576 #define IN_UCHARS(x) (x) macro
580 #define IN_UCHARS(x) ((x) * 2) macro
584 #define IN_UCHARS(x) ((x) * 4) macro
3538 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(2)); in do_utfreadchar()
3552 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(3)); in do_utfreadchar()
3563 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(4)); in do_utfreadchar()
4596 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_sse2()
5157 memset(update_table, IN_UCHARS(range_len), 256); in fast_forward_first_n_chars()
6323 context->length -= IN_UCHARS(1); in byte_sequence_compare()
7548 context.length = IN_UCHARS(length); in compile_char1_matchingpath()
[all …]

Completed in 29 milliseconds