Searched refs:ctb (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.h62 #define ctb(t) ((t) | BIT_ISCOLLECTABLE) macro
136 #define ttisshrstring(o) checktag((o), ctb(LUA_TSHRSTR))
137 #define ttislngstring(o) checktag((o), ctb(LUA_TLNGSTR))
138 #define ttistable(o) checktag((o), ctb(LUA_TTABLE))
141 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL))
142 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL))
144 #define ttisuserdata(o) checktag((o), ctb(LUA_TUSERDATA))
145 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD))
201 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); }
206 val_(io).gc=cast(GCObject *, x_); settt_(io, ctb(x
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.h242 #define ttisthread(o) checktag((o), ctb(LUA_VTHREAD))
248 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \
281 #define ctb(t) ((t) | BIT_ISCOLLECTABLE) macro
289 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); }
342 #define ttisshrstring(o) checktag((o), ctb(LUA_VSHRSTR))
343 #define ttislngstring(o) checktag((o), ctb(LUA_VLNGSTR))
351 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \
412 #define ttisfulluserdata(o) checktag((o), ctb(LUA_VUSERDATA))
424 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VUSERDATA)); \
574 #define ttisLclosure(o) checktag((o), ctb(LUA_VLC
[all...]
H A Dltable.c203 case ctb(LUA_VLNGSTR):
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1183 ctf_bundle_t *ctb = arg; local
1186 return (ctf_enum_value(ctb->ctb_file, ctb->ctb_type,
1193 ctf_bundle_t *ctb = arg; local
1195 return (ctf_add_enumerator(ctb->ctb_file, ctb->ctb_type,
1203 ctf_bundle_t *ctb = arg; local
1206 return (ctf_member_info(ctb->ctb_file, ctb->ctb_type,
1213 ctf_bundle_t *ctb local
[all...]

Completed in 119 milliseconds