Searched refs:__uint64_t (Results 1 – 20 of 20) sorted by relevance
628 __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 …]
46 ((__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_t110 __uint64_t data in _OSSwapInt64()
61 __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 …]
73 __uint64_t75 __uint64_t _data in _OSSwapInt64()83 __uint64_t85 __uint64_t _data in _OSSwapInt64()96 __uint64_t98 __uint64_t _data in _OSSwapInt64()
118 #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)
252 __uint64_t version;253 __uint64_t originalSize;254 __uint64_t reserved[4];
103 __uint64_t d_ino; /* file number of entry */ \104 __uint64_t d_seekoff; /* seek offset (optional, used by servers) */ \
278 typedef __uint64_t user_tcflag_t;279 typedef __uint64_t user_speed_t;
85 typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
44 typedef __uint64_t guardid_t;
722 __uint64_t eupid; /* effective unique PID */723 __uint64_t epid; /* effective PID */
262 extern int uiomove64(const __uint64_t cp, int n, struct uio *uio);
95 typedef __uint64_t rlim_t;496 #define RLIM_INFINITY (((__uint64_t)1 << 63) - 1) /* no limit */
75 __uint64_t77 __uint64_t _data in _OSSwapInt64()84 __uint64_t _ull; in _OSSwapInt64()
136 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)));
72 typedef unsigned long long __uint64_t; typedef
127 typedef __uint64_t user64_addr_t;128 typedef __uint64_t user64_size_t;131 typedef __uint64_t user64_ulong_t;
48 typedef unsigned long long __uint64_t; typedef
35 __uint64_t
182 __uint64_t __x[29]; /* General purpose registers x0-x28 */