Home
last modified time | relevance | path

Searched refs:WHITE0BIT (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlgc.h78 #define WHITE0BIT 0 /* object is white (type 0) */ macro
84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
Dlstate.c305 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()