Searched refs:cbit_length (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcre_maketables.c113 memset(p, 0, cbit_length);
128 p += cbit_length;
H A Ddftables.c161 for (i = 0; i < cbit_length; i++)
169 if (i != cbit_length - 1) fprintf(f, ",");
H A Dpcre_jit_compile.c3329 if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit, FALSE))
3338 if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE))
3347 if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE))
5273 if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, FALSE))
5287 if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, FALSE))
5300 if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FALSE))

Completed in 549 milliseconds