Home
last modified time | relevance | path

Searched defs:ntohs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/soltools/javadep/
H A Djavadep.c50 #define ntohs(x) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)) macro
/trunk/main/store/source/
H A Dstorbase.hxx98 inline sal_uInt16 ntohs (sal_uInt16 n) { return OSL_SWAPWORD(n); } in ntohs() function

Completed in 21 milliseconds