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 | 1255 set_nottype_bits(re, cbit_word, table_limit); in set_start_bits() 1260 set_type_bits(re, cbit_word, table_limit); in set_start_bits() 1381 set_nottype_bits(re, cbit_word, table_limit); in set_start_bits() 1385 set_type_bits(re, cbit_word, table_limit); in set_start_bits()
|
D | pcre2_auto_possess.c | 727 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
|
D | pcre2_compile.c | 459 cbit_word, cbit_digit, -2, /* alpha */ 462 cbit_word, -1, 2, /* alnum - word without underscore */ 471 cbit_word, -1, 0, /* word - a Perl extension */ 4613 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; in compile_branch() 4618 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word]; in compile_branch()
|
D | pcre2_internal.h | 577 #define cbit_word 160 /* [:word:] or \w */ macro
|
D | pcre2_jit_compile.c | 3649 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FA… in scan_prefix() 6299 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALS… in compile_char1_matchingpath()
|