Searched refs:OSReadSwapInt64 (Results 1 – 5 of 5) sorted by relevance
110 #define __NDR_READSWAP__uint64_t(a) OSReadSwapInt64((void *)a, 0)111 #define __NDR_READSWAP__int64_t(a) (int64_t)OSReadSwapInt64((void *)a, 0)
68 OSReadSwapInt64( in OSReadSwapInt64() function
101 OSReadSwapInt64( in OSReadSwapInt64() function
183 #define OSReadLittleInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset)245 #define OSReadBigInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset)
110 OSReadSwapInt64( in OSReadSwapInt64() function