Home
last modified time | relevance | path

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

/trunk/main/soltools/javadep/
H A Djavadep.c47 #define ntohl(x) ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \ macro
/trunk/main/store/source/
H A Dstorbase.hxx101 inline sal_uInt32 ntohl (sal_uInt32 n) { return OSL_SWAPDWORD(n); } in ntohl() function

Completed in 20 milliseconds