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

  /external/pcre/dist/
pcre_internal.h 254 The MAX_255 macro checks whether its pcre_uchar input is less than 256.
265 #define MAX_255(c) 1
279 #define MAX_255(c) ((c) <= 255u)
280 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
287 #define MAX_255(c) ((c) <= 255u)
288 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
    [all...]
pcre_compile.c     [all...]
pcre_exec.c     [all...]
pcre_jit_compile.c     [all...]

Completed in 46 milliseconds