Searched refs:BITSET_OR (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
D | bitset_test.cpp | 178 BITSET_OR(r, a, b); in TEST() 187 BITSET_OR(r, a, b); in TEST() 196 BITSET_OR(r, a, b); in TEST() 200 BITSET_OR(r, a, b); in TEST()
|
D | bitset.h | 98 #define BITSET_OR(r, x, y) \ macro
|