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

/external/pcre/dist/
H A Dpcre_jit_compile.c3152 #define MAX_N_CHARS 16 macro
3522 pcre_uint32 chars[MAX_N_CHARS * 2];
3523 pcre_uint8 bytes[MAX_N_CHARS * MAX_N_BYTES];
3524 pcre_uint8 ones[MAX_N_CHARS];
3536 for (i = 0; i < MAX_N_CHARS; i++)
3543 max = scan_prefix(common, common->start, chars, bytes, MAX_N_CHARS);
3768 #undef MAX_N_CHARS macro

Completed in 1487 milliseconds