Home
last modified time | relevance | path

Searched defs:testbit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.h69 #define testbit(x,b) testbits(x, bitmask(b)) macro
/netbsd-src/games/battlestar/
H A Dextern.h50 #define testbit(array, index) (array[index/BITS] & (1U << (index % BITS))) macro