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

/external/pcre/dist2/src/
H A 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);
H A Dpcre2_study.c1255 set_nottype_bits(re, cbit_word, table_limit);
1260 set_type_bits(re, cbit_word, table_limit);
1381 set_nottype_bits(re, cbit_word, table_limit);
1385 set_type_bits(re, cbit_word, table_limit);
H A Dpcre2_auto_possess.c727 set2 = (uint8_t *)(cb->cbits + cbit_word);
H A Dpcre2_internal.h577 #define cbit_word 160 /* [:word:] or \w */ macro
H A 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];
4618 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];
H A Dpcre2_jit_compile.c3649 if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FALSE))
6299 if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALSE))

Completed in 102 milliseconds