Searched refs:bitset_and (Results 1 – 3 of 3) sorted by relevance
79 int bitset_and(bitset_t *, bitset_t *, bitset_t *);
286 bitset_and(bitset_t *bs1, bitset_t *bs2, bitset_t *res) in bitset_and() function
1338 has_cfg = bitset_and(&delta, &mapp->dam_stable_set, &cfg); in dam_stabilize_map()1339 has_uncfg = bitset_and(&delta, &mapp->dam_active_set, &uncfg); in dam_stabilize_map()