OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testbit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/lua/dist/src/
lgc.h
69
#define
testbit
(x,b) testbits(x, bitmask(b))
macro
82
#define
TESTBIT
7
90
#define isblack(x)
testbit
((x)->marked, BLACKBIT)
94
#define tofinalize(x)
testbit
((x)->marked, FINALIZEDBIT)
lgc.h
69
#define
testbit
(x,b) testbits(x, bitmask(b))
macro
82
#define
TESTBIT
7
90
#define isblack(x)
testbit
((x)->marked, BLACKBIT)
94
#define tofinalize(x)
testbit
((x)->marked, FINALIZEDBIT)
/src/games/battlestar/
extern.h
50
#define
testbit
(array, index) (array[index/BITS] & (1U << (index % BITS)))
macro
extern.h
50
#define
testbit
(array, index) (array[index/BITS] & (1U << (index % BITS)))
macro
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026