HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_GET (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist2/src/
pcre2_intmodedep.h 81 #undef TABLE_GET
204 fit in one code unit; currently it is set to 255 or 65535. The TABLE_GET macro
215 #define TABLE_GET(c, table, default) ((table)[c])
221 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c 220 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc))
    [all...]
pcre2_jit_compile.c     [all...]

Completed in 67 milliseconds