Lines Matching refs:vbytes
232 size_t vbytes; in init_types() local
240 vbytes = sizeof (uint_t); in init_types()
243 vbytes = sizeof (ctf_array_t); in init_types()
246 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
255 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
262 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
269 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
284 vbytes = 0; in init_types()
292 vbytes = 0; in init_types()
298 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
353 size_t vbytes; in init_types() local
382 vbytes = sizeof (uint_t); in init_types()
386 vbytes = sizeof (ctf_array_t); in init_types()
394 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
406 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
408 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
422 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
424 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
436 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
444 vbytes = 0; in init_types()
473 vbytes = 0; in init_types()
498 vbytes = 0; in init_types()
503 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()