Searched refs:cbit_word (Results 1 – 6 of 6) sorted by relevance
/third_party/pcre2/pcre2/src/ |
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);
|
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()
|
D | pcre2_auto_possess.c | 796 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
|
D | pcre2_compile.c | 724 cbit_word, cbit_digit, -2, /* alpha */ 727 cbit_word, -1, 2, /* alnum - word without underscore */ 736 cbit_word, -1, 0, /* word - a Perl extension */ 5926 for (int i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch() 5932 classbits[i] |= (uint8_t)(~cbits[i+cbit_word]); in compile_branch()
|
D | pcre2_internal.h | 568 #define cbit_word 160 /* [:word:] or \w */ macro
|
D | pcre2_jit_compile.c | 5613 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FA… in scan_prefix() 8777 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALS… in compile_char1_matchingpath()
|