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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 61 #define BIT_ISCOLLECTABLE (1 << 6)
64 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
173 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)
  /external/skia/third_party/lua/src/
lobject.h 61 #define BIT_ISCOLLECTABLE (1 << 6)
64 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
173 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)
  /external/syslinux/com32/lua/src/
lobject.h 61 #define BIT_ISCOLLECTABLE (1 << 6)
64 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
173 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)

Completed in 205 milliseconds