Home | History | Annotate | Download | only in dist

Lines Matching refs:start_bits

3199 const pcre_uint8 *start_bits = NULL;
3405 start_bits = study->start_bits;
3522 else if (start_bits != NULL)
3530 if ((start_bits[c/8] & (1 << (c&7))) != 0) break;