Searched refs:BITSET_CLEAR_RANGE (Results 1 – 2 of 2) sorted by relevance
85 BITSET_CLEAR_RANGE(mask128, 0, max_set); in TEST()145 BITSET_CLEAR_RANGE(mask128, 20, 80); in TEST()248 BITSET_CLEAR_RANGE(r, 32, 63); in TEST()
277 #define BITSET_CLEAR_RANGE(x, b, e) \ macro