Home
last modified time | relevance | path

Searched refs:OSL_SWAPDWORD (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dendian.hxx46 BASEBMP_BYTE_SWAP(sal_Int32,OSL_SWAPDWORD)
47 BASEBMP_BYTE_SWAP(sal_uInt32,OSL_SWAPDWORD)
/trunk/main/sal/inc/osl/
H A Dendian.h221 #ifndef OSL_SWAPDWORD
222 # define OSL_SWAPDWORD(d) OSL_MAKEDWORD(OSL_SWAPWORD(OSL_HIWORD(d)),OSL_SWAPWORD(OSL_LOWORD(… macro
/trunk/main/store/source/
H A Dstorbase.hxx100 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()
/trunk/main/store/workben/
H A Dt_page.cxx157 #define STORE_DWORD(dword) OSL_SWAPDWORD((dword))
/trunk/main/sal/rtl/source/
H A Ddigest.c88 X[i] = OSL_SWAPDWORD(X[i]); in __rtl_digest_swapLong()

Completed in 42 milliseconds