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

/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c68 (e.cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) ==
154 if (e.cte_format & CTF_INT_VARARGS) {
166 if (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) ==
206 if (e.cte_format == CTF_FP_SINGLE &&
209 } else if (e.cte_format == CTF_FP_DOUBLE &&
212 } else if (e.cte_format == CTF_FP_LDOUBLE &&
241 if (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) ==
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_print.c89 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
246 if (e.cte_format & CTF_INT_VARARGS) {
291 if (e.cte_format == CTF_FP_SINGLE &&
295 } else if (e.cte_format == CTF_FP_DOUBLE &&
299 } else if (e.cte_format == CTF_FP_LDOUBLE &&
H A Ddt_parser.h261 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
H A Ddt_parser.c378 lrank = le.cte_bits + ((le.cte_format & CTF_INT_SIGNED) == 0);
379 rrank = re.cte_bits + ((re.cte_format & CTF_INT_SIGNED) == 0);
690 if (e.cte_format & CTF_INT_SIGNED)
869 e.cte_format == CTF_FP_SINGLE || e.cte_format == CTF_FP_DOUBLE ||
870 e.cte_format == CTF_FP_LDOUBLE));
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h84 uint_t cte_format; /* data format (CTF_INT_* or CTF_FP_* flags) */ member in struct:ctf_encoding
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c90 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
919 !(ep->cte_format & CTF_INT_SIGNED)) {
961 if (ep->cte_format & CTF_INT_VARARGS) {
1011 else if (ep->cte_format & CTF_INT_SIGNED)
1074 if (e.cte_format == CTF_FP_SINGLE &&
1083 } else if (e.cte_format == CTF_FP_DOUBLE &&
1092 } else if (e.cte_format == CTF_FP_LDOUBLE &&
1103 e.cte_format, e.cte_bits);
1490 e.cte_format = 0;
2567 e.cte_format
[all...]
H A Dmdb_ctf.c1351 if ((tgt_encoding.cte_format & CTF_INT_SIGNED) !=
1352 (mod_encoding.cte_format & CTF_INT_SIGNED)) {
1360 ((tgt_encoding.cte_format & CTF_INT_SIGNED) != 0);
1361 } else if (tgt_encoding.cte_format != mod_encoding.cte_format) {
1365 tgt_encoding.cte_format, mod_encoding.cte_format,
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c543 ep->cte_format = CTF_INT_ENCODING(data);
549 ep->cte_format = CTF_FP_ENCODING(data);
H A Dctf_create.c360 dtd->dtd_u.dtu_enc.cte_format,
365 dtd->dtd_u.dtu_enc.cte_format,

Completed in 98 milliseconds