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

/system/core/libutils/
H A DUnicode.cpp30 # define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro
31 # define htons(x) ntohs(x)
35 # define ntohs(x) (x) macro
318 const char16_t c2 = ntohs(*s2N);
327 ? (0 - (int)ntohs(*s2N))

Completed in 41 milliseconds