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

  /device/linaro/bootloader/edk2/AppPkg/Applications/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)
  /external/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)
  /external/syslinux/com32/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)

Completed in 643 milliseconds