Home
last modified time | relevance | path

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

/xnu-11215.1.10/libkern/libkern/
H A DOSByteOrder.h212 #define OSSwapHostToLittleInt32(x) OSSwapInt32(x) macro
286 #define OSSwapHostToLittleInt32(x) ((uint32_t)(x)) macro