Home
last modified time | relevance | path

Searched refs:BITSET_CLEAR_RANGE (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dbitset_test.cpp85 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()
/hardware/google/gfxstream/guest/mesa/src/util/
Dbitset.h277 #define BITSET_CLEAR_RANGE(x, b, e) \ macro