Searched defs:__uint64_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dlibdwarfdefs.h43 /* We want __uint32_t and __uint64_t and __int32_t __int64_t
87 typedef unsigned long long __uint64_t; typedef
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_types.h59 typedef unsigned long __uint64_t; typedef
70 typedef unsigned long long __uint64_t; typedef
104 typedef __uint64_t __size_t; /* sizeof() */
107 typedef __uint64_t __uintfptr_t;
108 typedef __uint64_t __uintptr_t;
119 typedef __uint64_t __uintmax_t;
123 typedef __uint64_t __uint_fast64_t;
127 typedef __uint64_t __uint_least64_t;
129 typedef __uint64_t __u_register_t;
130 typedef __uint64_t __vm_offset_
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h46 typedef unsigned long long __uint64_t; typedef
47 typedef __uint64_t jiffies_t;
578 typedef __uint64_t unm_dataword_t; /* single word in data space */
579 typedef __uint64_t unm64ptr_t; /* a pointer that occupies 64 bits */
1560 int unm_imb_writelit64(unsigned long off, __uint64_t data);

Completed in 55 milliseconds