Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds