Home
last modified time | relevance | path

Searched refs:WHITE0BIT (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.h54 #define WHITE0BIT 0 macro
62 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
65 #define iswhite(x) test2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
H A Dlstate.c153 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
H A Dlgc.c37 #define white2gray(x) reset2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
40 #define stringmark(s) reset2bits((s)->tsv.marked, WHITE0BIT, WHITE1BIT)
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.h88 #define WHITE0BIT 0 /* object is white (type 0) */ macro
97 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
H A Dlstate.c274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()