Home
last modified time | relevance | path

Searched refs:src_en (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c1271 ctf_encoding_t src_en, dst_en; in ctf_add_type() local
1356 &src_en) != 0) in ctf_add_type()
1358 if (bcmp(&src_en, &dtd->dtd_u.dtu_enc, in ctf_add_type()
1383 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0) in ctf_add_type()
1390 if (bcmp(&src_en, &dst_en, sizeof (ctf_encoding_t))) in ctf_add_type()
1394 dst_type = ctf_add_integer(dst_fp, flag, name, &src_en); in ctf_add_type()
1396 dst_type = ctf_add_float(dst_fp, flag, name, &src_en); in ctf_add_type()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c1600 ctf_encoding_t src_en, dst_en; in ctf_add_type_internal() local
1704 if (ctf_type_encoding (src_fp, src_type, &src_en) != 0) in ctf_add_type_internal()
1725 if (memcmp (&src_en, &dst_en, sizeof (ctf_encoding_t)) == 0) in ctf_add_type_internal()
1743 if (memcmp (&src_en, &dst_en, sizeof (ctf_encoding_t)) == 0) in ctf_add_type_internal()
1780 dst_type = ctf_add_integer (dst_fp, flag, name, &src_en); in ctf_add_type_internal()
1786 dst_type = ctf_add_float (dst_fp, flag, name, &src_en); in ctf_add_type_internal()
1799 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en); in ctf_add_type_internal()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c1570 ctf_encoding_t src_en, dst_en; in ctf_add_type_internal() local
1674 if (ctf_type_encoding (src_fp, src_type, &src_en) != 0) in ctf_add_type_internal()
1695 if (memcmp (&src_en, &dst_en, sizeof (ctf_encoding_t)) == 0) in ctf_add_type_internal()
1713 if (memcmp (&src_en, &dst_en, sizeof (ctf_encoding_t)) == 0) in ctf_add_type_internal()
1750 dst_type = ctf_add_integer (dst_fp, flag, name, &src_en); in ctf_add_type_internal()
1756 dst_type = ctf_add_float (dst_fp, flag, name, &src_en); in ctf_add_type_internal()
1769 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en); in ctf_add_type_internal()