Searched refs:__set (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | bitset.h | 396 #define BITSET_FOREACH_SET(__i, __set, __size) \ argument 397 …for (BITSET_WORD __tmp = (__size) == 0 ? 0 : *(__set), *__foo = &__tmp; __foo != NULL; __foo = NUL… 399 (__i = __bitset_next_set(__i, &__tmp, __set, __size)) < __size;) 460 #define BITSET_FOREACH_RANGE(__start, __end, __set, __size) \ argument 462 __bitset_next_range(&__start, &__end, __set, __size); \ 464 __bitset_next_range(&__start, &__end, __set, __size))
|