Searched refs:currentwhite (Results 1 – 9 of 9) sorted by relevance
111 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)120 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
123 lu_byte currentwhite; member
274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
988 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()1033 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
372 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
1562 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()
330 printf("%d(%02X) - ", g->gcstate, g->currentwhite); in testobjref()