HomeSort by relevance Sort by last modified time
    Searched refs:currentwhite (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)
119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
lstate.h 122 lu_byte currentwhite; member in struct:global_State
lstate.c 272 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT);
lgc.c 982 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */
1027 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */
    [all...]

Completed in 94 milliseconds