Searched refs:OSL_SWAPDWORD (Results 1 – 5 of 5) sorted by relevance
46 BASEBMP_BYTE_SWAP(sal_Int32,OSL_SWAPDWORD)47 BASEBMP_BYTE_SWAP(sal_uInt32,OSL_SWAPDWORD)
219 #ifndef OSL_SWAPDWORD220 # define OSL_SWAPDWORD(d) OSL_MAKEDWORD(OSL_SWAPWORD(OSL_HIWORD(d)),OSL_SWAPWORD(OSL_LOWORD(… macro
100 inline sal_uInt32 htonl (sal_uInt32 h) { return OSL_SWAPDWORD(h); } in htonl()101 inline sal_uInt32 ntohl (sal_uInt32 n) { return OSL_SWAPDWORD(n); } in ntohl()
157 #define STORE_DWORD(dword) OSL_SWAPDWORD((dword))
88 X[i] = OSL_SWAPDWORD(X[i]); in __rtl_digest_swapLong()
Completed in 55 milliseconds