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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.h 87 #define WHITE0BIT 0 /* object is white (type 0) */
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
lstate.c 276 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT);
  /external/syslinux/com32/lua/src/
lgc.h 87 #define WHITE0BIT 0 /* object is white (type 0) */
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
lstate.c 281 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT);

Completed in 142 milliseconds