OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET64_MASK
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
bitset.h
127
#define
BITSET64_MASK
(b) ((b) == BITSET64_WORDBITS ? ~0 : BITSET64_BIT(b) - 1)
128
#define BITSET64_RANGE(b, e) (
BITSET64_MASK
((e) + 1) & ~
BITSET64_MASK
(b))
/external/mesa3d/src/mesa/main/
bitset.h
127
#define
BITSET64_MASK
(b) ((b) == BITSET64_WORDBITS ? ~0 : BITSET64_BIT(b) - 1)
128
#define BITSET64_RANGE(b, e) (
BITSET64_MASK
((e) + 1) & ~
BITSET64_MASK
(b))
Completed in 1323 milliseconds