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

/external/pcre/dist/
H A Dpcre_maketables.c119 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7);
120 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7);
H A Dpcre_study.c1148 set_nottype_bits(start_bits, cbit_word, table_limit, cd);
1153 set_type_bits(start_bits, cbit_word, table_limit, cd);
1257 set_nottype_bits(start_bits, cbit_word, table_limit, cd);
1261 set_type_bits(start_bits, cbit_word, table_limit, cd);
H A Dpcre_compile.c308 cbit_word, cbit_digit, -2, /* alpha */
311 cbit_word, -1, 2, /* alnum - word without underscore */
320 cbit_word, -1, 0, /* word - a Perl extension */
3270 set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
5098 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word];
5103 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word];
H A Dpcre_jit_compile.c3347 if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE))
5300 if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FALSE))

Completed in 313 milliseconds