Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.h24 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
H A Dlstate.c153 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
155 set2bits(L->marked, FIXEDBIT, SFIXEDBIT); in lua_newstate()
H A Dlgc.h60 #define FIXEDBIT 5 macro
H A Dlgc.c415 lua_assert(!isdead(g, curr) || testbit(curr->gch.marked, FIXEDBIT)); in sweeplist()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.h23 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
H A Dlgc.h93 #define FIXEDBIT 5 /* object is fixed (should not be collected) */ macro
H A Dlstate.c274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()