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

/darwin-on-arm/xnu/libkern/libkern/
H A DOSByteOrder.h213 #define OSSwapBigToHostInt32(x) ((uint32_t)(x)) macro
287 #define OSSwapBigToHostInt32(x) OSSwapInt32(x) macro

Completed in 10 milliseconds