Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/lua/src/
HDlobject.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-14-stable/sys/contrib/openzfs/module/lua/
HDlobject.h58 #define BIT_ISCOLLECTABLE (1 << 6) macro
61 #define ctb(t) ((t) | BIT_ISCOLLECTABLE)
170 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)