Searched refs:BIT_ISCOLLECTABLE (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h61 #define BIT_ISCOLLECTABLE (1 << 6) macro
64 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
173 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)

Completed in 335 milliseconds