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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)
111 #define isdeadm(ow,m) (!(((m) ^ WHITEBITS) & (ow)))
114 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
lgc.c 58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))
62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
982 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */
    [all...]

Completed in 72 milliseconds