Searched refs:WHITE0BIT (Results 1 – 4 of 4) sorted by relevance
87 #define WHITE0BIT 0 /* object is white (type 0) */ macro96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
272 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
281 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()