Searched refs:OSSwapConstInt64 (Results 1 – 2 of 2) sorted by relevance
38 #define OSSwapConstInt64(x) __DARWIN_OSSwapConstInt64(x) macro207 #define OSSwapHostToLittleConstInt64(x) OSSwapConstInt64(x)231 #define OSSwapLittleToHostConstInt64(x) OSSwapConstInt64(x)269 #define OSSwapHostToBigConstInt64(x) OSSwapConstInt64(x)293 #define OSSwapBigToHostConstInt64(x) OSSwapConstInt64(x)
70 return OSSwapConstInt64(data); in _OSSwapInt64()