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)
273 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
75 #define WHITE0BIT 3 /* object is white (type 0) */ macro84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
369 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()