Home
last modified time | relevance | path

Searched refs:__uint64_t (Results 1 – 20 of 20) sorted by relevance

/xnu-11417.121.6/osfmk/mach/i386/
H A D_structs.h628 __uint64_t __from_ip;
629 __uint64_t __to_ip;
682 __uint64_t from_ip;
683 __uint64_t to_ip;
717 __uint64_t __rax;
718 __uint64_t __rbx;
719 __uint64_t __rcx;
720 __uint64_t __rdx;
721 __uint64_t __rdi;
722 __uint64_t __rsi;
[all …]
/xnu-11417.121.6/libkern/libkern/
H A D_OSByteOrder.h46 ((__uint64_t)((((__uint64_t)(x) & 0xff00000000000000ULL) >> 56) | \
47 (((__uint64_t)(x) & 0x00ff000000000000ULL) >> 40) | \
48 (((__uint64_t)(x) & 0x0000ff0000000000ULL) >> 24) | \
49 (((__uint64_t)(x) & 0x000000ff00000000ULL) >> 8) | \
50 (((__uint64_t)(x) & 0x00000000ff000000ULL) << 8) | \
51 (((__uint64_t)(x) & 0x0000000000ff0000ULL) << 24) | \
52 (((__uint64_t)(x) & 0x000000000000ff00ULL) << 40) | \
53 (((__uint64_t)(x) & 0x00000000000000ffULL) << 56)))
108 __uint64_t
110 __uint64_t data in _OSSwapInt64()
/xnu-11417.121.6/osfmk/mach/arm/
H A D_structs.h61 __uint64_t __far; /* Virtual Fault Address */
68 __uint64_t __far; /* Virtual Fault Address */
69 __uint64_t __esr; /* Exception syndrome */
75 __uint64_t far; /* Virtual Fault Address */
82 __uint64_t far; /* Virtual Fault Address */
83 __uint64_t esr; /* Exception syndrome */
131 __uint64_t x[29]; /* General purpose registers x0-x28 */
132 __uint64_t fp; /* Frame pointer x29 */
133 __uint64_t lr; /* Link register x30 */
134 __uint64_t sp; /* Stack pointer x31 */
[all …]
/xnu-11417.121.6/libkern/libkern/i386/
H A D_OSByteOrder.h73 __uint64_t
75 __uint64_t _data in _OSSwapInt64()
83 __uint64_t
85 __uint64_t _data in _OSSwapInt64()
96 __uint64_t
98 __uint64_t _data in _OSSwapInt64()
/xnu-11417.121.6/bsd/sys/
H A D_endian.h118 #define ntohll(x) ((__uint64_t)(x))
119 #define htonll(x) ((__uint64_t)(x))
153 #define ntohll(x) ((__uint64_t)__builtin_bswap64((__uint64_t)(x)))
154 #define htonll(x) ((__uint64_t)__builtin_bswap64((__uint64_t)(x)))
159 #define NTOHLL(x) (x) = ntohll((__uint64_t)x)
162 #define HTONLL(x) (x) = htonll((__uint64_t)x)
H A Dmman.h252 __uint64_t version;
253 __uint64_t originalSize;
254 __uint64_t reserved[4];
H A Ddirent.h103 __uint64_t d_ino; /* file number of entry */ \
104 __uint64_t d_seekoff; /* seek offset (optional, used by servers) */ \
H A Dtermios.h278 typedef __uint64_t user_tcflag_t;
279 typedef __uint64_t user_speed_t;
H A D_types.h85 typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
H A Dguarded.h44 typedef __uint64_t guardid_t;
H A Dsocket_private.h722 __uint64_t eupid; /* effective unique PID */
723 __uint64_t epid; /* effective PID */
H A Duio.h262 extern int uiomove64(const __uint64_t cp, int n, struct uio *uio);
H A Dresource.h95 typedef __uint64_t rlim_t;
496 #define RLIM_INFINITY (((__uint64_t)1 << 63) - 1) /* no limit */
/xnu-11417.121.6/libkern/libkern/arm/
H A D_OSByteOrder.h75 __uint64_t
77 __uint64_t _data in _OSSwapInt64()
84 __uint64_t _ull; in _OSSwapInt64()
/xnu-11417.121.6/bsd/i386/
H A Dtypes.h136 typedef __uint64_t user64_addr_t __attribute__((aligned(8)));
137 typedef __uint64_t user64_size_t __attribute__((aligned(8)));
140 typedef __uint64_t user64_ulong_t __attribute__((aligned(8)));
H A D_types.h72 typedef unsigned long long __uint64_t; typedef
/xnu-11417.121.6/bsd/arm/
H A Dtypes.h127 typedef __uint64_t user64_addr_t;
128 typedef __uint64_t user64_size_t;
131 typedef __uint64_t user64_ulong_t;
H A D_types.h48 typedef unsigned long long __uint64_t; typedef
/xnu-11417.121.6/libsyscall/wrappers/
H A Dremove-counter.c35 __uint64_t
/xnu-11417.121.6/tests/ipc/
H A Dkernel_signed_pac_thread_state.c182 __uint64_t __x[29]; /* General purpose registers x0-x28 */