Lines Matching refs:vbytes
368 size_t vbytes; in init_types() local
378 vbytes = sizeof (uint_t); in init_types()
382 vbytes = sizeof (struct ctf_array_v2); in init_types()
384 vbytes = sizeof (struct ctf_array_v3); in init_types()
387 vbytes = roundup2(fp->ctf_idwidth * vlen, 4); in init_types()
396 vbytes = 0; in init_types()
401 vbytes += increment1; in init_types()
406 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
420 vbytes = 0; in init_types()
428 vbytes = 0; in init_types()
434 tp = (const void *)((uintptr_t)tp + increment + vbytes); in init_types()
489 size_t vbytes; in init_types() local
521 vbytes = sizeof (uint_t); in init_types()
526 vbytes = sizeof (struct ctf_array_v2); in init_types()
528 vbytes = sizeof (struct ctf_array_v3); in init_types()
536 vbytes = roundup2(fp->ctf_idwidth * vlen, 4); in init_types()
548 vbytes = sizeof (struct ctf_member_v2) * in init_types()
551 vbytes = in init_types()
558 vbytes = sizeof (struct ctf_member_v3) * in init_types()
561 vbytes = in init_types()
578 vbytes = sizeof (struct ctf_member_v2) * in init_types()
581 vbytes = in init_types()
588 vbytes = sizeof (struct ctf_member_v3) * in init_types()
591 vbytes = in init_types()
606 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
614 vbytes = 0; in init_types()
644 vbytes = 0; in init_types()
669 vbytes = 0; in init_types()
674 tp = (const void *)((uintptr_t)tp + increment + vbytes); in init_types()