Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlgc.h34 #define testbit(x,b) testbits(x, bitmask(b)) macro
66 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
H A Dlgc.c43 #define isfinalized(u) testbit((u)->marked, FINALIZEDBIT)
355 lua_assert(testbit(h->marked, VALUEWEAKBIT) || in cleartable()
356 testbit(h->marked, KEYWEAKBIT)); in cleartable()
357 if (testbit(h->marked, VALUEWEAKBIT)) { in cleartable()
415 lua_assert(!isdead(g, curr) || testbit(curr->gch.marked, FIXEDBIT)); in sweeplist()