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

  /external/pcre/dist2/src/
pcre2_maketables.c 114 memset(p, 0, cbit_length);
129 p += cbit_length;
dftables.c 163 for (i = 0; i < cbit_length; i++)
171 if (i != cbit_length - 1) fprintf(f, ",");
pcre2_internal.h 582 #define cbit_length 320 /* Length of the cbits table */ macro
599 #define ctypes_offset (cbits_offset + cbit_length) /* Character types */
    [all...]
pcre2_jit_compile.c     [all...]

Completed in 65 milliseconds