Home
last modified time | relevance | path

Searched refs:OSSwapLittleToHostInt32 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/include/libkern/
HDOSByteOrder.h150 #define OSSwapLittleToHostInt(x) OSSwapLittleToHostInt32(x)
290 #define OSSwapLittleToHostInt32(x) OSSwapInt32(x) macro
364 #define OSSwapLittleToHostInt32(x) ((uint32_t)(x)) macro
/NextBSD/lib/liblaunch/
HDliblaunch.c116 _X = OSSwapLittleToHostInt32(_x); \