Lines Matching refs:bs
99 bitset_is_empty(BitSetRef bs) in bitset_is_empty() argument
103 if (bs[i] != 0) return 0; in bitset_is_empty()
110 bitset_on_num(BitSetRef bs) in bitset_on_num() argument
116 if (BITSET_AT(bs, i)) n++; in bitset_on_num()
267 add_bitset(regex_t* reg, BitSetRef bs) in add_bitset() argument
269 BBUF_ADD(reg, bs, SIZE_BITSET); in add_bitset()
570 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_length_cclass_node()
603 r = add_bitset(reg, cc->bs); in compile_cclass_node()
606 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_cclass_node()
620 r = add_bitset(reg, cc->bs); in compile_cclass_node()
2454 if (BITSET_AT(xc->bs, i)) { in is_not_included()
2466 if (BITSET_AT(xc->bs, i)) in is_not_included()
2470 if (! BITSET_AT(xc->bs, i)) in is_not_included()
2489 v = BITSET_AT(xc->bs, i); in is_not_included()
2492 v = BITSET_AT(yc->bs, i); in is_not_included()
4433 z = BITSET_AT(cc->bs, i); in optimize_node_left()
5762 n = bitset_on_num(cc->bs); in onig_print_compiled_byte_code()