Home
last modified time | relevance | path

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

/trunk/main/sal/inc/osl/
H A Dendian.h218 #ifndef OSL_SWAPWORD
219 # define OSL_SWAPWORD(w) OSL_MAKEWORD(OSL_HIBYTE(w),OSL_LOBYTE(w)) macro
222 # define OSL_SWAPDWORD(d) OSL_MAKEDWORD(OSL_SWAPWORD(OSL_HIWORD(d)),OSL_SWAPWORD(OSL_LOWORD(…
/trunk/main/basebmp/inc/basebmp/
H A Dendian.hxx44 BASEBMP_BYTE_SWAP(sal_Int16,OSL_SWAPWORD)
45 BASEBMP_BYTE_SWAP(sal_uInt16,OSL_SWAPWORD)
/trunk/main/store/source/
H A Dstorbase.hxx97 inline sal_uInt16 htons (sal_uInt16 h) { return OSL_SWAPWORD(h); } in htons()
98 inline sal_uInt16 ntohs (sal_uInt16 n) { return OSL_SWAPWORD(n); } in ntohs()

Completed in 18 milliseconds