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

/xnu-2782.1.97/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
/xnu-2782.1.97/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)))
/xnu-2782.1.97/libsyscall/wrappers/
H A Dremove-counter.c32 __uint64_t
/xnu-2782.1.97/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...]
/xnu-2782.1.97/bsd/sys/
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 D_endian.h117 #define ntohll(x) ((__uint64_t)(x))
118 #define htonll(x) ((__uint64_t)(x))
145 #define NTOHLL(x) (x) = ntohll((__uint64_t)x)
148 #define HTONLL(x) (x) = htonll((__uint64_t)x)
H A D_types.h62 typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
H A Dguarded.h44 typedef __uint64_t guardid_t;
H A Duio.h248 extern int uiomove64(const __uint64_t cp, int n, struct uio *uio);
H A Dresource.h95 typedef __uint64_t rlim_t;
372 #define RLIM_INFINITY (((__uint64_t)1 << 63) - 1) /* no limit */
H A Dtermios.h278 typedef __uint64_t user_tcflag_t;
279 typedef __uint64_t user_speed_t;
H A Dsocket.h1133 __uint64_t eupid; /* effective unique PID */
/xnu-2782.1.97/bsd/i386/
H A Dtypes.h125 typedef __uint64_t user64_addr_t __attribute__((aligned(8)));
126 typedef __uint64_t user64_size_t __attribute__((aligned(8)));
129 typedef __uint64_t user64_ulong_t __attribute__((aligned(8)));
H A D_types.h47 typedef unsigned long long __uint64_t; typedef
/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h191 __uint64_t context __attribute__((aligned(8))); /* Context that is usable by user processes to */
/xnu-2782.1.97/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.c619 fw64->context = CAST_DOWN_EXPLICIT(__uint64_t, user_ip_fw->context);

Completed in 74 milliseconds