Searched refs:cbit_word (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_maketables.c | 122 if (isalnum(i)) p[cbit_word + i/8] |= 1u << (i&7); 123 if (i == '_') p[cbit_word + i/8] |= 1u << (i&7);
|
H A D | pcre2_study.c | 1354 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 D | pcre2_auto_possess.c | 778 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
|
H A D | pcre2_compile.c | 722 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 D | pcre2_internal.h | 569 #define cbit_word 160 /* [:word:] or \w */ macro
|
H A D | pcre2_jit_compile.c | 5535 …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 82 milliseconds