Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_maketables.c120 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7);
121 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7);
Dpcre2_study.c1255 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()
Dpcre2_auto_possess.c727 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
Dpcre2_compile.c459 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()
Dpcre2_internal.h577 #define cbit_word 160 /* [:word:] or \w */ macro
Dpcre2_jit_compile.c3649 …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()