Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlobject.h298 #define BIT_ISCOLLECTABLE (1 << 6) macro
300 #define iscollectable(o) (rawtt(o) & BIT_ISCOLLECTABLE)
303 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
766 #define keyiscollectable(n) (keytt(n) & BIT_ISCOLLECTABLE)
/freebsd/sys/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)