Searched refs:cbit_word (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_maketables.c | 120 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7); 121 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7);
|
D | pcre2_study.c | 1304 set_nottype_bits(re, cbit_word, table_limit); in set_start_bits() 1309 set_type_bits(re, cbit_word, table_limit); in set_start_bits() 1430 set_nottype_bits(re, cbit_word, table_limit); in set_start_bits() 1434 set_type_bits(re, cbit_word, table_limit); in set_start_bits()
|
D | pcre2_auto_possess.c | 759 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
|
D | pcre2_compile.c | 655 cbit_word, cbit_digit, -2, /* alpha */ 658 cbit_word, -1, 2, /* alnum - word without underscore */ 667 cbit_word, -1, 0, /* word - a Perl extension */ 5407 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch() 5412 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_word]; in compile_branch()
|
D | pcre2_internal.h | 561 #define cbit_word 160 /* [:word:] or \w */ macro
|
D | pcre2_jit_compile.c | 4043 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FA… in scan_prefix() 7387 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALS… in compile_char1_matchingpath()
|