Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h87 #define WHITE0BIT 0 /* object is white (type 0) */ macro
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
H A Dlstate.c273 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
/freebsd/contrib/lua/src/
H A Dlgc.h75 #define WHITE0BIT 3 /* object is white (type 0) */ macro
84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
H A Dlstate.c369 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()