Searched defs:OSSwapBigToHostInt16 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/
H A DOSByteOrder.h212 #define OSSwapBigToHostInt16(x) ((uint16_t)(x)) macro
286 #define OSSwapBigToHostInt16(x) OSSwapInt16(x) macro

Completed in 13 milliseconds