Searched refs:__uint64_t (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/i386/
H A D_OSByteOrder.h69 __uint64_t
71 __uint64_t _data
79 __uint64_t
81 __uint64_t _data
92 __uint64_t
94 __uint64_t _data
/darwin-on-arm/xnu/osfmk/mach/arm/
H A D_structs.h32 __uint64_t __far; /* Virtual Fault Address */
40 __uint64_t far; /* Virtual Fault Address */
72 __uint64_t __x[29]; /* General purpose registers x0-x28 */
73 __uint64_t __fp; /* Frame pointer x29 */
74 __uint64_t __lr; /* Link register x30 */
75 __uint64_t __sp; /* Stack pointer x31 */
76 __uint64_t __pc; /* Program counter */
83 __uint64_t x[29]; /* General purpose registers x0-x28 */
84 __uint64_t fp; /* Frame pointer x29 */
85 __uint64_t l
[all...]
/darwin-on-arm/xnu/libkern/libkern/
H A D_OSByteOrder.h54 ((__uint64_t)((((__uint64_t)(x) & 0xff00000000000000ULL) >> 56) | \
55 (((__uint64_t)(x) & 0x00ff000000000000ULL) >> 40) | \
56 (((__uint64_t)(x) & 0x0000ff0000000000ULL) >> 24) | \
57 (((__uint64_t)(x) & 0x000000ff00000000ULL) >> 8) | \
58 (((__uint64_t)(x) & 0x00000000ff000000ULL) << 8) | \
59 (((__uint64_t)(x) & 0x0000000000ff0000ULL) << 24) | \
60 (((__uint64_t)(x) & 0x000000000000ff00ULL) << 40) | \
61 (((__uint64_t)(x) & 0x00000000000000ffULL) << 56)))
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dremove-counter.c32 __uint64_t
/darwin-on-arm/xnu/osfmk/mach/i386/
H A D_structs.h456 __uint64_t __rax;
457 __uint64_t __rbx;
458 __uint64_t __rcx;
459 __uint64_t __rdx;
460 __uint64_t __rdi;
461 __uint64_t __rsi;
462 __uint64_t __rbp;
463 __uint64_t __rsp;
464 __uint64_t __r8;
465 __uint64_t __r
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddirent.h106 __uint64_t d_ino; /* file number of entry */ \
107 __uint64_t d_seekoff; /* seek offset (optional, used by servers) */ \
H A Dresource.h95 typedef __uint64_t rlim_t;
240 #define RLIM_INFINITY (((__uint64_t)1 << 63) - 1) /* no limit */
H A D_types.h101 typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
H A Duio.h261 extern int uiomove64(const __uint64_t cp, int n, struct uio *uio);
H A Dtermios.h280 typedef __uint64_t user_tcflag_t;
281 typedef __uint64_t user_speed_t;
/darwin-on-arm/xnu/bsd/i386/
H A Dtypes.h142 typedef __uint64_t user64_addr_t __attribute__((aligned(8)));
143 typedef __uint64_t user64_size_t __attribute__((aligned(8)));
146 typedef __uint64_t user64_ulong_t __attribute__((aligned(8)));
H A D_types.h47 typedef unsigned long long __uint64_t; typedef
/darwin-on-arm/xnu/bsd/arm/
H A D_types.h23 typedef unsigned long long __uint64_t; typedef
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.h191 __uint64_t context __attribute__((aligned(8))); /* Context that is usable by user processes to */
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h534 __uint64_t context __attribute__((aligned(8))); /* Context that is usable by user processes to */
H A Dip_fw2_compat.c1547 rule_vers1->context = CAST_DOWN_EXPLICIT(__uint64_t, curr_rule->context);
H A Dip_fw2.c542 fw64->context = CAST_DOWN_EXPLICIT(__uint64_t, user_ip_fw->context);

Completed in 112 milliseconds