Searched refs:cbit_length (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_maketables.c | 116 memset(p, 0, cbit_length); 131 p += cbit_length;
|
D | pcre2_dftables.c | 253 for (i = 0; i < cbit_length; i++) in main() 262 if (i != cbit_length - 1) (void)fprintf(f, ","); in main()
|
D | pcre2_internal.h | 574 #define cbit_length 320 /* Length of the cbits table */ macro 592 #define ctypes_offset (cbits_offset + cbit_length) /* Character types */
|
D | pcre2_jit_compile.c | 5521 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_digit, F… in scan_prefix() 5530 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix() 5539 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FA… in scan_prefix() 8517 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_digit, FAL… in compile_char1_matchingpath() 8532 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_space, FAL… in compile_char1_matchingpath() 8546 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALS… in compile_char1_matchingpath()
|