Home
last modified time | relevance | path

Searched refs:cbit_length (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist/
Dpcre_maketables.c113 memset(p, 0, cbit_length); in pcre_maketables()
128 p += cbit_length; in pcre_maketables()
Ddftables.c161 for (i = 0; i < cbit_length; i++) in main()
169 if (i != cbit_length - 1) fprintf(f, ","); in main()
Dpcre_internal.h2589 #define cbit_length 320 /* Length of the cbits table */ macro
2597 #define ctypes_offset (cbits_offset + cbit_length)
Dpcre_jit_compile.c3329 …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()