OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BITSET_TEST
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/util/
bitset.h
61
#define
BITSET_TEST
(x, b) (((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) != 0)
497
return
BITSET_TEST
(words, i); \
/xsrc/external/mit/MesaLib.old/dist/src/util/
bitset.h
61
#define
BITSET_TEST
(x, b) (((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) != 0)
231
return
BITSET_TEST
(words, i); \
Completed in 6 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026