OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clearbit
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/battlestar/
extern.h
52
#define
clearbit
(array, index) (array[index/BITS] &= ~(1U << (index % BITS)))
macro
extern.h
52
#define
clearbit
(array, index) (array[index/BITS] &= ~(1U << (index % BITS)))
macro
Completed in 23 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025