Searched refs:currentwhite (Results 1 – 9 of 9) sorted by relevance
110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
122 lu_byte currentwhite; member
273 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
987 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()1032 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()
94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)
265 lu_byte currentwhite; member
369 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
1560 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()
330 printf("%d(%02X) - ", g->gcstate, g->currentwhite); in testobjref()