Searched refs:ctb (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lobject.h | 63 #define ctb(t) ((t) | BIT_ISCOLLECTABLE) macro 137 #define ttisshrstring(o) checktag((o), ctb(LUA_TSHRSTR)) 138 #define ttislngstring(o) checktag((o), ctb(LUA_TLNGSTR)) 139 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) 142 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL)) 143 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL)) 145 #define ttisuserdata(o) checktag((o), ctb(LUA_TUSERDATA)) 146 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) 202 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); } 207 val_(io).gc=cast(GCObject *, x_); settt_(io, ctb(x_->tsv.tt)); \ [all …]
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | lobject.h | 66 #define ctb(t) ((t) | BIT_ISCOLLECTABLE) macro 149 #define ttisshrstring(o) checktag((o), ctb(LUA_TSHRSTR)) 150 #define ttislngstring(o) checktag((o), ctb(LUA_TLNGSTR)) 151 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) 154 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL)) 155 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL)) 157 #define ttisfulluserdata(o) checktag((o), ctb(LUA_TUSERDATA)) 158 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) 223 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); } 227 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \ [all …]
|
| /freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_create.c | 1183 ctf_bundle_t *ctb = arg; in enumcmp() local 1186 return (ctf_enum_value(ctb->ctb_file, ctb->ctb_type, in enumcmp() 1193 ctf_bundle_t *ctb = arg; in enumadd() local 1195 return (ctf_add_enumerator(ctb->ctb_file, ctb->ctb_type, in enumadd() 1202 ctf_bundle_t *ctb = arg; in membadd() local 1207 return (ctf_set_errno(ctb->ctb_file, EAGAIN)); in membadd() 1211 return (ctf_set_errno(ctb->ctb_file, EAGAIN)); in membadd() 1223 ctf_list_append(&ctb->ctb_dtd->dtd_u.dtu_members, dmd); in membadd() 1226 ctb->ctb_file->ctf_dtstrlen += strlen(s) + 1; in membadd() 1228 ctb->ctb_file->ctf_flags |= LCTF_DIRTY; in membadd()
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | pgp-binary-keys | 208 #>&0 ubyte x (ctb: %x) 264 #>0 ubyte x (ctb: %x) 313 #>&0 ubyte x (ctb: %x) 326 #>0 ubyte x (ctb: %x) 372 #>&0 ubyte x (ctb: %x)
|