Searched refs:BITSET_EQUAL (Results 1 – 2 of 2) sorted by relevance
52 #define BITSET_EQUAL(x, y) (memcmp( (x), (y), sizeof (x) ) == 0) macro496 return BITSET_EQUAL(b.words, c.words); \
1636 return BITSET_EQUAL(dynamic_state, group_state); in is_group_all_dynamic()