Home
last modified time | relevance | path

Searched defs:OSSwapLittleToHostInt64 (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/libkern/libkern/
H A DOSByteOrder.h237 #define OSSwapLittleToHostInt64(x) OSSwapInt64(x) macro
311 #define OSSwapLittleToHostInt64(x) ((uint64_t)(x)) macro