Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/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-8796.121.2/bsd/kern/
H A Ddecmpfs.c592 hdr->compression_magic = OSSwapLittleToHostInt32(hdr->compression_magic);
593 hdr->compression_type = OSSwapLittleToHostInt32(hdr->compression_type);