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

/frameworks/base/libs/utils/
H A DString16.cpp36 # define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro
37 # define htons(x) ntohs(x)
41 # define ntohs(x) (x) macro
160 const char16_t c2 = ntohs(*s2N);
169 ? (0 - (int)ntohs(*s2N))
H A DResourceTypes.cpp55 #define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro
56 #define htons(x) ntohs(x)
60 #define ntohs(x) (x)

Completed in 62 milliseconds