Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c122 if (isalnum(i)) p[cbit_word + i/8] |= 1u << (i&7);
123 if (i == '_') p[cbit_word + i/8] |= 1u << (i&7);
H A Dpcre2_study.c1354 set_nottype_bits(re, cbit_word, table_limit); in set_start_bits()
1359 set_type_bits(re, cbit_word, table_limit); in set_start_bits()
1480 set_nottype_bits(re, cbit_word, table_limit); in set_start_bits()
1484 set_type_bits(re, cbit_word, table_limit); in set_start_bits()
H A Dpcre2_auto_possess.c778 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
H A Dpcre2_compile.c722 cbit_word, cbit_digit, -2, /* alpha */
725 cbit_word, -1, 2, /* alnum - word without underscore */
734 cbit_word, -1, 0, /* word - a Perl extension */
5817 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch()
5822 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_word]; in compile_branch()
H A Dpcre2_internal.h569 #define cbit_word 160 /* [:word:] or \w */ macro
H A Dpcre2_jit_compile.c5535 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FA… in scan_prefix()
8469 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALS… in compile_char1_matchingpath()

Completed in 132 milliseconds