Searched refs:testbit (Results 1 – 2 of 2) sorted by relevance
34 #define testbit(x,b) testbits(x, bitmask(b)) macro66 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
43 #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()