view usr/src/cmd/mdb/test/typedef/tst.deftypes32.mdb.out @ 14143:42d090a37218

3089 want ::typedef 3690 mdb on x86 should be able to print alternate register names 3688 Want mdb -e 3094 libctf should support removing a dynamic type 3095 libctf does not validate arrays correctly 3096 libctf does not validate function types correctly 3689 Want an mdb test suite driver Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
author Robert Mustacchi <rm@joyent.com>
date Wed, 03 Apr 2013 15:25:37 -0700
parents
children
line wrap: on
line source

sizeof (int8_t) = 1
sizeof (int16_t) = 2
sizeof (int32_t) = 4
sizeof (int64_t) = 8
sizeof (uint8_t) = 1
sizeof (uint16_t) = 2
sizeof (uint32_t) = 4
sizeof (uint64_t) = 8
sizeof (intptr_t) = 4
sizeof (uintptr_t) = 4
sizeof (uchar_t) = 1
sizeof (ushort_t) = 2
sizeof (uint_t) = 4
sizeof (ulong_t) = 4
sizeof (u_longlong_t) = 8
sizeof (ptrdiff_t) = 4
sizeof (signed) = 4
sizeof (unsigned) = 4
sizeof (void) = 0
sizeof (char) = 1
sizeof (short) = 2
sizeof (int) = 4
sizeof (long) = 4
sizeof (_Bool) = 1
sizeof (float) = 4
sizeof (double) = 8