OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET_ONES
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
bitset.h
53
#define
BITSET_ONES
(x) memset( (x), 0xff, sizeof (x) )
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c
555
BITSET_ONES
(nctx->dirty);
Completed in 59 milliseconds