Searched refs:OSSwapHostToLittleInt32 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/smb-759.0/kernel/sys5/sys/
H A Dsmb_byte_order.h31 #define htolel(x) (OSSwapHostToLittleInt32(x))
/macosx-10.10/smb-759.0/lib/librap/
H A Drap.h51 #define getdle(buf,ofs) OSSwapHostToLittleInt32(get32(buf,ofs)
56 #define setdle(buf,ofs,val) get32(buf,ofs)=OSSwapHostToLittleInt32(val)
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h332 return (unsigned int)OSSwapHostToLittleInt32((uint32_t)x);
341 return (unsigned long)OSSwapHostToLittleInt32((uint32_t)x);
368 return (NXSwappedFloat)OSSwapHostToLittleInt32((uint32_t)NXConvertHostFloatToSwapped(x));
/macosx-10.10/architecture-266/
H A Dbyte_order.h342 return (unsigned int)OSSwapHostToLittleInt32((uint32_t)x);
351 return (unsigned long)OSSwapHostToLittleInt32((uint32_t)x);
378 return (NXSwappedFloat)OSSwapHostToLittleInt32((uint32_t)NXConvertHostFloatToSwapped(x));
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h82 #define OSSwapHostToLittleInt(x) OSSwapHostToLittleInt32(x)
199 #define OSSwapHostToLittleInt32(x) OSSwapInt32(x) macro
273 #define OSSwapHostToLittleInt32(x) ((uint32_t)(x)) macro
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOPCIATA.cpp434 *_bmPRDAddresReg = OSSwapHostToLittleInt32((UInt32) _prdTablePhysical);
495 tableElement->bufferPtr = OSSwapHostToLittleInt32((UInt32)(uintptr_t)bffr);
/macosx-10.10/gpt-12/
H A Dgpt.h51 #define htole32(x) OSSwapHostToLittleInt32((x))
/macosx-10.10/ntfs-84/kext/
H A Dntfs_endian.h86 return (le32)(OSSwapHostToLittleInt32(x));
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c1271 newxattr->key_size = OSSwapHostToLittleInt32(entry->cp_persistent_key_len);
1272 newxattr->flags = OSSwapHostToLittleInt32(tempflags);
1273 newxattr->persistent_class = OSSwapHostToLittleInt32(entry->cp_pclass);
1295 newxattr->key_size = OSSwapHostToLittleInt32(entry->cp_persistent_key_len);
1296 newxattr->flags = OSSwapHostToLittleInt32(tempflags);
1297 newxattr->persistent_class = OSSwapHostToLittleInt32(entry->cp_pclass);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Dmschap.c360 password_len_little_endian = OSSwapHostToLittleInt32(password_len);
/macosx-10.10/dyld-353.2.1/include/
H A Dobjc-shared-cache.h103 #define S32(x) x = little_endian ? OSSwapHostToLittleInt32(x) : OSSwapHostToBigInt32(x)

Completed in 209 milliseconds