Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_maketables.c114 memset(p, 0, cbit_length);
129 p += cbit_length;
Ddftables.c170 for (i = 0; i < cbit_length; i++) in main()
178 if (i != cbit_length - 1) fprintf(f, ","); in main()
Dpcre2_internal.h566 #define cbit_length 320 /* Length of the cbits table */ macro
584 #define ctypes_offset (cbits_offset + cbit_length) /* Character types */
Dpcre2_jit_compile.c4025 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_digit, F… in scan_prefix()
4034 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix()
4043 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FA… in scan_prefix()
7358 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_digit, FAL… in compile_char1_matchingpath()
7373 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_space, FAL… in compile_char1_matchingpath()
7387 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALS… in compile_char1_matchingpath()