Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dbitset_test.cpp279 BITSET_SHL(r, 0); in TEST()
315 BITSET_SHL(r, 1); in TEST()
358 BITSET_SHL(r, 50); in TEST()
366 BITSET_SHL(r, 80); in TEST()
374 BITSET_SHL(r, 126); in TEST()
400 BITSET_SHL(r, 50); in TEST()
/hardware/google/gfxstream/guest/mesa/src/util/
Dbitset.h205 #define BITSET_SHL(x, n) \ macro