Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.h94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)
101 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
Dlstate.h147 lu_byte currentwhite; member
Dlstate.c305 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
Dlgc.c973 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()
1023 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()