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

12

/macosx-10.10/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
/macosx-10.10/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)))
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dremove-counter.c32 __uint64_t
/macosx-10.10/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...]
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A Dioss.h51 typedef __uint64_t user_ul_t;
52 typedef __uint64_t user_speed_t;
/macosx-10.10/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 */
/macosx-10.10/dtrace-147/libdwarf/
H A Dlibdwarfdefs.h43 /* We want __uint32_t and __uint64_t and __int32_t __int64_t
87 typedef unsigned long long __uint64_t; typedef
H A Dconfigure3619 __uint64_t p; p = 3;
3715 __uint64_t p; p = 3;
3860 __uint64_t p; p = 27;
/macosx-10.10/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
/macosx-10.10/libunwind-35.3/src/
H A DRegisters.hpp286 __uint64_t __rax;
287 __uint64_t __rbx;
288 __uint64_t __rcx;
289 __uint64_t __rdx;
290 __uint64_t __rdi;
291 __uint64_t __rsi;
292 __uint64_t __rbp;
293 __uint64_t __rsp;
294 __uint64_t __r8;
295 __uint64_t __r
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/gdb/
H A Dfileio.h104 typedef __uint64_t fio_ulong_t;
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Difiter_sysctl.c36 (1 + (((a) - 1) | (sizeof(__uint64_t) - 1))) : \
37 sizeof(__uint64_t))
/macosx-10.10/ntp-92/lib/isc/unix/
H A Difiter_sysctl.c36 (1 + (((a) - 1) | (sizeof(__uint64_t) - 1))) : \
37 sizeof(__uint64_t))
/macosx-10.10/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 */
/macosx-10.10/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 */
/macosx-10.10/libpthread-105.1.4/pthread/
H A Dpthread.h468 int pthread_threadid_np(pthread_t,__uint64_t*);
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread.c206 extern int __bsdthread_register(void (*)(pthread_t, mach_port_t, void *(*)(void *), void *, size_t, unsigned int), void (*)(pthread_t, mach_port_t, void *, void *, int), int,void (*)(pthread_t, mach_port_t, void *(*)(void *), void *, size_t, unsigned int), int32_t *,__uint64_t);
208 extern __uint64_t __thread_selfid( void );

Completed in 329 milliseconds

12