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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 39 #define VARBITS (3 << 4)
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS))
  /external/skia/third_party/lua/src/
lobject.h 39 #define VARBITS (3 << 4)
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS))
  /external/syslinux/com32/lua/src/
lobject.h 39 #define VARBITS (3 << 4)
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS))

Completed in 200 milliseconds