Searched refs:bf_c (Results 1 – 1 of 1) sorted by relevance
130 struct bitfield *bf, *bf_a = NULL, *bf_b = NULL, *bf_c = NULL; in bitfield_tests() local223 bf_c = bitfield_dup(bf_a); in bitfield_tests()224 if (!bf_c) in bitfield_tests()228 if (bitfield_intersect_in_place(bf_c, bf_b)) in bitfield_tests()232 if (!bitfield_is_set(bf_c, i)) in bitfield_tests()236 if (bitfield_is_set(bf_c, i)) in bitfield_tests()239 bitfield_free(bf_c); in bitfield_tests()242 bf_c = bitfield_union(bf_a, bf_b); in bitfield_tests()243 if (!bf_c) in bitfield_tests()246 if (!bitfield_intersects(bf_a, bf_c) || in bitfield_tests()[all …]