Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.c48 #define VALUEWEAK bitmask(VALUEWEAKBIT)
172 (weakvalue << VALUEWEAKBIT)); in traversetable()
355 lua_assert(testbit(h->marked, VALUEWEAKBIT) || in cleartable()
357 if (testbit(h->marked, VALUEWEAKBIT)) { in cleartable()
H A Dlgc.h59 #define VALUEWEAKBIT 4 macro