Home
last modified time | relevance | path

Searched refs:OSSwapLittleToHostInt16 (Results 1 – 3 of 3) sorted by relevance

/trueos/include/libkern/
HDOSByteOrder.h222 #define OSSwapLittleToHostInt16(x) OSSwapInt16(x) macro
296 #define OSSwapLittleToHostInt16(x) ((uint16_t)(x)) macro
/trueos/lib/libdispatch/src/
HDtransform.c199 return OSSwapLittleToHostInt16(x); in _dispatch_transform_swap_to_host()
/trueos/lib/liblaunch/
HDliblaunch.c116 _X = OSSwapLittleToHostInt16(_x); \