Home
last modified time | relevance | path

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

/xnu-12377.1.9/libkern/libkern/
H A DOSByteOrder.h213 #define OSSwapHostToLittleInt64(x) OSSwapInt64(x) macro
287 #define OSSwapHostToLittleInt64(x) ((uint64_t)(x)) macro