Home
last modified time | relevance | path

Searched refs:OSSwapConstInt64 (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/libkern/libkern/
H A DOSByteOrder.h38 #define OSSwapConstInt64(x) __DARWIN_OSSwapConstInt64(x) macro
207 #define OSSwapHostToLittleConstInt64(x) OSSwapConstInt64(x)
231 #define OSSwapLittleToHostConstInt64(x) OSSwapConstInt64(x)
269 #define OSSwapHostToBigConstInt64(x) OSSwapConstInt64(x)
293 #define OSSwapBigToHostConstInt64(x) OSSwapConstInt64(x)
/xnu-10063.141.1/libkern/libkern/machine/
H A DOSByteOrder.h70 return OSSwapConstInt64(data); in _OSSwapInt64()