Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c354 #define MAX_DIFF_CHARS 5 macro
362 PCRE2_UCHAR chars[MAX_DIFF_CHARS];
3859 if (count >= MAX_DIFF_CHARS) in add_prefix_char()