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

/freebsd-12-stable/contrib/lua/src/
H A Dlobject.h63 #define BIT_ISCOLLECTABLE (1 << 6) macro
66 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
184 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.h60 #define BIT_ISCOLLECTABLE (1 << 6) macro
63 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
172 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)

Completed in 165 milliseconds