Lines Matching refs:vbytes
233 size_t vbytes; in init_types() local
241 vbytes = sizeof (uint_t); in init_types()
244 vbytes = sizeof (ctf_array_t); in init_types()
247 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
256 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
263 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
270 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
285 vbytes = 0; in init_types()
293 vbytes = 0; in init_types()
299 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
354 size_t vbytes; in init_types() local
383 vbytes = sizeof (uint_t); in init_types()
387 vbytes = sizeof (ctf_array_t); in init_types()
395 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
407 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
409 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
423 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
425 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
437 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
445 vbytes = 0; in init_types()
474 vbytes = 0; in init_types()
499 vbytes = 0; in init_types()
504 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()