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

  /external/pcre/dist2/src/
pcre2_study.c 55 #define SET_BIT(c) re->start_bitmap[(c)/8] |= (1 << ((c)&7))
797 re->start_bitmap[c] |= re->tables[c+cbits_offset+cbit_type];
838 re->start_bitmap[c] |= ~(re->tables[c+cbits_offset+cbit_type]);
840 if (table_limit != 32) for (c = 24; c < 32; c++) re->start_bitmap[c] = 0xff;
    [all...]
pcre2_pattern_info.c 152 &(re->start_bitmap[0]) : NULL;
pcre2_intmodedep.h 608 uint8_t start_bitmap[32]; /* Bitmap for starting code unit < 256 */ member in struct:pcre2_real_code
    [all...]
pcre2_dfa_match.c     [all...]
pcre2_compile.c     [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 1020 milliseconds