Home
last modified time | relevance | path

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

/xnu-8020.121.3/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h278 return (unsigned int)OSSwapLittleToHostInt32((uint32_t)x); in NXSwapLittleIntToHost()
287 return (unsigned long)OSSwapLittleToHostInt32((uint32_t)x); in NXSwapLittleLongToHost()
314 return NXConvertSwappedFloatToHost((NXSwappedFloat)OSSwapLittleToHostInt32((uint32_t)x)); in NXSwapLittleFloatToHost()
/xnu-8020.121.3/libkern/libkern/
H A DOSByteOrder.h96 #define OSSwapLittleToHostInt(x) OSSwapLittleToHostInt32(x)
236 #define OSSwapLittleToHostInt32(x) OSSwapInt32(x) macro
310 #define OSSwapLittleToHostInt32(x) ((uint32_t)(x)) macro
/xnu-8020.121.3/bsd/kern/
H A Ddecmpfs.c564 hdr->compression_magic = OSSwapLittleToHostInt32(hdr->compression_magic);
565 hdr->compression_type = OSSwapLittleToHostInt32(hdr->compression_type);