Lines Matching refs:bs
115 bitset_is_empty(BitSetRef bs) in bitset_is_empty() argument
119 if (bs[i] != 0) return 0; in bitset_is_empty()
126 bitset_on_num(BitSetRef bs) in bitset_on_num() argument
132 if (BITSET_AT(bs, i)) n++; in bitset_on_num()
289 add_bitset(regex_t* reg, BitSetRef bs) in add_bitset() argument
291 BBUF_ADD(reg, bs, SIZE_BITSET); in add_bitset()
590 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_length_cclass_node()
623 r = add_bitset(reg, cc->bs); in compile_cclass_node()
626 if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) { in compile_cclass_node()
640 r = add_bitset(reg, cc->bs); in compile_cclass_node()
2448 if (BITSET_AT(xc->bs, i)) { in is_not_included()
2460 if (BITSET_AT(xc->bs, i)) in is_not_included()
2464 if (! BITSET_AT(xc->bs, i)) in is_not_included()
2484 v = BITSET_AT(xc->bs, i); in is_not_included()
2487 v = BITSET_AT(yc->bs, i); in is_not_included()
4639 z = BITSET_AT(cc->bs, i); in optimize_node_left()
5638 found = (BITSET_AT(cc->bs, code) == 0 ? 0 : 1); in onig_is_code_in_cc_len()
5967 n = bitset_on_num(cc->bs); in onig_print_compiled_byte_code()