Searched refs:cte_format (Results 1 – 9 of 9) sorted by relevance
68 (e.cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == in print_value()154 if (e.cte_format & CTF_INT_VARARGS) { in print_int()166 if (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == in print_int()206 if (e.cte_format == CTF_FP_SINGLE && in print_float()209 } else if (e.cte_format == CTF_FP_DOUBLE && in print_float()212 } else if (e.cte_format == CTF_FP_LDOUBLE && in print_float()241 if (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == in print_ptr()
89 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \246 if (e.cte_format & CTF_INT_VARARGS) { in dt_print_int()291 if (e.cte_format == CTF_FP_SINGLE && in dt_print_float()295 } else if (e.cte_format == CTF_FP_DOUBLE && in dt_print_float()299 } else if (e.cte_format == CTF_FP_LDOUBLE && in dt_print_float()
261 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
378 lrank = le.cte_bits + ((le.cte_format & CTF_INT_SIGNED) == 0); in dt_type_promote()379 rrank = re.cte_bits + ((re.cte_format & CTF_INT_SIGNED) == 0); in dt_type_promote()690 if (e.cte_format & CTF_INT_SIGNED) in dt_node_type_assign()869 e.cte_format == CTF_FP_SINGLE || e.cte_format == CTF_FP_DOUBLE || in dt_node_is_float()870 e.cte_format == CTF_FP_LDOUBLE)); in dt_node_is_float()
90 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \918 !(ep->cte_format & CTF_INT_SIGNED)) { in print_bitfield()960 if (ep->cte_format & CTF_INT_VARARGS) { in print_int_val()1010 else if (ep->cte_format & CTF_INT_SIGNED) in print_int_val()1073 if (e.cte_format == CTF_FP_SINGLE && in print_float()1082 } else if (e.cte_format == CTF_FP_DOUBLE && in print_float()1091 } else if (e.cte_format == CTF_FP_LDOUBLE && in print_float()1102 e.cte_format, e.cte_bits); in print_float()1489 e.cte_format = 0; in print_hole()2566 e.cte_format = CTF_INT_SIGNED; in printf_signed()[all …]
1333 if ((tgt_encoding.cte_format & CTF_INT_SIGNED) != in vread_helper()1334 (mod_encoding.cte_format & CTF_INT_SIGNED)) { in vread_helper()1342 ((tgt_encoding.cte_format & CTF_INT_SIGNED) != 0); in vread_helper()1343 } else if (tgt_encoding.cte_format != mod_encoding.cte_format) { in vread_helper()1347 tgt_encoding.cte_format, mod_encoding.cte_format, in vread_helper()
84 uint_t cte_format; /* data format (CTF_INT_* or CTF_FP_* flags) */ member
543 ep->cte_format = CTF_INT_ENCODING(data); in ctf_type_encoding()549 ep->cte_format = CTF_FP_ENCODING(data); in ctf_type_encoding()
360 dtd->dtd_u.dtu_enc.cte_format, in ctf_update()365 dtd->dtd_u.dtu_enc.cte_format, in ctf_update()