Searched refs:cbit_length (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist/ |
D | pcre_maketables.c | 113 memset(p, 0, cbit_length); in pcre_maketables() 128 p += cbit_length; in pcre_maketables()
|
D | dftables.c | 161 for (i = 0; i < cbit_length; i++) in main() 169 if (i != cbit_length - 1) fprintf(f, ","); in main()
|
D | pcre_internal.h | 2589 #define cbit_length 320 /* Length of the cbits table */ macro 2597 #define ctypes_offset (cbits_offset + cbit_length)
|
D | pcre_jit_compile.c | 3329 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit,… in scan_prefix() 3338 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space,… in scan_prefix() 3347 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, … in scan_prefix() 5273 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, F… in compile_char1_matchingpath() 5287 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, F… in compile_char1_matchingpath() 5300 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FA… in compile_char1_matchingpath()
|