Searched refs:OSL_SWAPWORD (Results 1 – 3 of 3) sorted by relevance
218 #ifndef OSL_SWAPWORD219 # define OSL_SWAPWORD(w) OSL_MAKEWORD(OSL_HIBYTE(w),OSL_LOBYTE(w)) macro222 # define OSL_SWAPDWORD(d) OSL_MAKEDWORD(OSL_SWAPWORD(OSL_HIWORD(d)),OSL_SWAPWORD(OSL_LOWORD(…
44 BASEBMP_BYTE_SWAP(sal_Int16,OSL_SWAPWORD)45 BASEBMP_BYTE_SWAP(sal_uInt16,OSL_SWAPWORD)
97 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 21 milliseconds