HomeSort by relevance Sort by last modified time
    Searched refs:BIT_ISCOLLECTABLE (Results 1 - 2 of 2) 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/lua/src/
lobject.h 63 #define BIT_ISCOLLECTABLE (1 << 6)
66 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
184 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)

Completed in 522 milliseconds