OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BITSET_CLEAR
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
bitset.h
62
#define
BITSET_CLEAR
(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b))
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h
331
#define
BITSET_CLEAR
(bs) do {\
Completed in 105 milliseconds