Searched refs:cte_bits (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.h251 (CTF_INT_CHAR | CTF_INT_SIGNED) && (e).cte_bits == NBBY)
254 ((e).cte_offset == 0 && (e).cte_bits == 0)
H A Ddt_cg.c163 * rounding cte_bits up to a byte boundary and then finding the
168 size = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY);
250 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
252 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
266 * must subtract (ctm_offset % NBBY + cte_bits) from the size in bits
268 * rounding cte_bits up to a byte boundary and then finding the
274 shift = clp2(P2ROUNDUP(e.cte_bits, NBBY) / NBBY) * NBBY -
277 shift = mp->ctm_offset % NBBY + e.cte_bits;
283 dt_cg_setx(dlp, r2, 64 - e.cte_bits);
288 shift = clp2(P2ROUNDUP(e.cte_bits, NBB
[all...]
H A Ddt_decl.c596 if (dnp->dn_value > cte.cte_bits) {
602 cte.cte_bits = (uint_t)dnp->dn_value;
H A Ddt_parser.c366 lrank = le.cte_bits + ((le.cte_format & CTF_INT_SIGNED) == 0);
367 rrank = re.cte_bits + ((re.cte_format & CTF_INT_SIGNED) == 0);
672 size_t size = e.cte_bits / NBBY;
674 if (size > 8 || (e.cte_bits % NBBY) != 0 || (size & (size - 1)))
682 if (e.cte_bits / NBBY > sizeof (uint64_t))
H A Ddt_printf.c138 ctf_type_encoding(ctfp, base, &e) == 0 && e.cte_bits == 32);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h95 uint_t cte_bits; /* size of storage in bits */ member in struct:ctf_encoding
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c314 dtd->dtd_u.dtu_enc.cte_bits);
319 dtd->dtd_u.dtu_enc.cte_bits);
602 dtd->dtd_data.ctt_size = VBDTCAST(ushort_t)clp2(P2ROUNDUP(ep->cte_bits, NBBY) / NBBY);
978 off += linfo.cte_bits;
H A Dctf_types.c522 ep->cte_bits = CTF_INT_BITS(data);
528 ep->cte_bits = CTF_FP_BITS(data);
H A Dctf_open.c385 &cte) == 0 && cte.cte_bits == 0) {

Completed in 85 milliseconds