Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h81 #define l_setbit(x,b) setbits(x, bitmask(b)) macro
115 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlstring.h22 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
H A Dlgc.c857 l_setbit(gch(curr)->marked, FINALIZEDBIT); /* won't be finalized again */ in separatetobefnz()
889 l_setbit(ho->marked, SEPARATED); /* mark it as such */ in luaC_checkfinalizer()
/freebsd/contrib/lua/src/
H A Dlgc.h65 #define l_setbit(x,b) setbits(x, bitmask(b)) macro
100 check_exp(!iswhite(x), l_setbit((x)->marked, BLACKBIT))
H A Dlgc.c1037 l_setbit(o->marked, FINALIZEDBIT); /* mark it as such */ in luaC_checkfinalizer()
H A Dltests.c541 l_setbit(o->marked, TESTBIT); /* mark that object is in a gray list */ in checkgraylist()