Home
last modified time | relevance | path

Searched refs:vbytes (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c235 size_t vbytes; in init_types() local
243 vbytes = sizeof (uint_t); in init_types()
246 vbytes = sizeof (ctf_array_t); in init_types()
249 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
258 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
265 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
272 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
287 vbytes = 0; in init_types()
295 vbytes = 0; in init_types()
301 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
[all …]
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c605 size_t vbytes; in fbt_typoff_init() local
613 vbytes = sizeof (uint_t); in fbt_typoff_init()
616 vbytes = sizeof (ctf_array_t); in fbt_typoff_init()
619 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in fbt_typoff_init()
627 vbytes = sizeof (ctf_member_t) * vlen; in fbt_typoff_init()
634 vbytes = sizeof (ctf_lmember_t) * vlen; in fbt_typoff_init()
641 vbytes = sizeof (ctf_enum_t) * vlen; in fbt_typoff_init()
656 vbytes = 0; in fbt_typoff_init()
664 vbytes = 0; in fbt_typoff_init()
671 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in fbt_typoff_init()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c434 ssize_t increase = 0, size, increment, v2increment, vbytes, v2bytes; in upgrade_types_v1() local
453 tp = (ctf_type_v1_t *) ((uintptr_t) tp + increment + vbytes)) in upgrade_types_v1()
459 vbytes = get_vbytes_v1 (fp, kind, size, vlen); in upgrade_types_v1()
465 if ((vbytes < 0) || (size < 0)) in upgrade_types_v1()
469 increase += v2bytes - vbytes; in upgrade_types_v1()
506 tp = (ctf_type_v1_t *) ((uintptr_t) tp + increment + vbytes), in upgrade_types_v1()
516 vbytes = get_vbytes_v1 (fp, kind, size, vlen); in upgrade_types_v1()
632 assert (vbytes == v2bytes); in upgrade_types_v1()
633 memcpy (v2data, vdata, vbytes); in upgrade_types_v1()
715 ssize_t size, increment, vbytes; in init_types() local
[all …]
H A Dctf-types.c42 unsigned char *vlen, size_t vbytes, size_t n) in ctf_struct_member() argument
52 if (!ctf_assert (fp, (n + 1) * sizeof (ctf_lmember_t) <= vbytes)) in ctf_struct_member()
1006 ssize_t size, increment, vbytes; in ctf_type_align() local
1013 vbytes = dtd->dtd_vlen_alloc; in ctf_type_align()
1018 vbytes = LCTF_VBYTES (fp, kind, size, n); in ctf_type_align()
1028 if (ctf_struct_member (fp, &memb, tp, vlen, vbytes, i) < 0) in ctf_type_align()
1388 ssize_t size, increment, vbytes; in ctf_member_info() local
1407 vbytes = dtd->dtd_vlen_alloc; in ctf_member_info()
1412 vbytes = LCTF_VBYTES (fp, kind, size, n); in ctf_member_info()
1420 if (ctf_struct_member (fp, &memb, tp, vlen, vbytes, i) < 0) in ctf_member_info()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c434 ssize_t increase = 0, size, increment, v2increment, vbytes, v2bytes; in upgrade_types_v1() local
453 tp = (ctf_type_v1_t *) ((uintptr_t) tp + increment + vbytes)) in upgrade_types_v1()
459 vbytes = get_vbytes_v1 (fp, kind, size, vlen); in upgrade_types_v1()
465 if ((vbytes < 0) || (size < 0)) in upgrade_types_v1()
469 increase += v2bytes - vbytes; in upgrade_types_v1()
506 tp = (ctf_type_v1_t *) ((uintptr_t) tp + increment + vbytes), in upgrade_types_v1()
516 vbytes = get_vbytes_v1 (fp, kind, size, vlen); in upgrade_types_v1()
632 assert (vbytes == v2bytes); in upgrade_types_v1()
633 memcpy (v2data, vdata, vbytes); in upgrade_types_v1()
715 ssize_t size, increment, vbytes; in init_types() local
[all …]
H A Dctf-types.c42 unsigned char *vlen, size_t vbytes, size_t n) in ctf_struct_member() argument
52 if (!ctf_assert (fp, (n + 1) * sizeof (ctf_lmember_t) <= vbytes)) in ctf_struct_member()
997 ssize_t size, increment, vbytes; in ctf_type_align() local
1004 vbytes = dtd->dtd_vlen_alloc; in ctf_type_align()
1009 vbytes = LCTF_VBYTES (fp, kind, size, n); in ctf_type_align()
1019 if (ctf_struct_member (fp, &memb, tp, vlen, vbytes, i) < 0) in ctf_type_align()
1379 ssize_t size, increment, vbytes; in ctf_member_info() local
1398 vbytes = dtd->dtd_vlen_alloc; in ctf_member_info()
1403 vbytes = LCTF_VBYTES (fp, kind, size, n); in ctf_member_info()
1411 if (ctf_struct_member (fp, &memb, tp, vlen, vbytes, i) < 0) in ctf_member_info()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp101 Value *vbytes(IRBuilder<> &Builder, Value *Val) const;
809 Value *Pay = HVC.vbytes(Builder, getPayload(S.Seg.Val)); in realignGroup()
851 AccumM = HVC.insertb(Builder, AccumM, HVC.vbytes(Builder, Mask), in realignGroup()
853 AccumV = HVC.insertb(Builder, AccumV, HVC.vbytes(Builder, Pay), in realignGroup()
1192 Value *Bytes = vbytes(Builder, Val); in vlsb()
1201 auto HexagonVectorCombine::vbytes(IRBuilder<> &Builder, Value *Val) const in vbytes() function in HexagonVectorCombine