Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h59 #define BIT_ISCOLLECTABLE (1 << 6) macro
62 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
171 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)