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

/darwin-on-arm/xnu/libkern/libkern/
H A DOSByteOrder.h202 #define OSSwapHostToLittleInt64(x) OSSwapInt64(x) macro
276 #define OSSwapHostToLittleInt64(x) ((uint64_t)(x)) macro

Completed in 14 milliseconds