Searched refs:OSSwapLittleToHostConstInt32 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_endian.h178 #define const_le32_to_cpu(x) ((u32)(OSSwapLittleToHostConstInt32(((u32)(x)))))
186 #define const_sle32_to_cpu(x) ((s32)(OSSwapLittleToHostConstInt32(((u32)(x)))))
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h217 #define OSSwapLittleToHostConstInt32(x) OSSwapConstInt32(x) macro
291 #define OSSwapLittleToHostConstInt32(x) ((uint32_t)(x)) macro

Completed in 116 milliseconds