Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h303 #define NILCONSTANT {{{NULL}, tag2tt(LUA_TNIL)}}
314 #define NILCONSTANT {{tag2tt(LUA_TNIL), {NULL}}}
339 #define tag2tt(t) (NNMARK | (t)) macro
345 #define settt_(o,t) (tt_(o) = tag2tt(t))
364 #define checktag(o,t) (tt_(o) == tag2tt(t))
365 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS))