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.c1304 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()
Dpcre2_auto_possess.c759 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
Dpcre2_compile.c655 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()
Dpcre2_internal.h561 #define cbit_word 160 /* [:word:] or \w */ macro
Dpcre2_jit_compile.c4043 …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()