Home | History | Annotate | Download | only in dist

Lines Matching defs:start_bits

6378 const pcre_uint8 *start_bits = NULL;
6716 start_bits = study->start_bits;
6829 else if (start_bits != NULL)
6837 if ((start_bits[c/8] & (1 << (c&7))) != 0) break;