Searched defs:OSSwapHostToLittleInt64 (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/libkern/libkern/
H A DOSByteOrder.h200 #define OSSwapHostToLittleInt64(x) OSSwapInt64(x) macro
274 #define OSSwapHostToLittleInt64(x) ((uint64_t)(x)) macro

Completed in 12 milliseconds