Home
last modified time | relevance | path

Searched refs:testbits (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.h62 #define testbits(x,m) ((x) & (m)) macro
67 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))

Completed in 3 milliseconds