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

/system/nfc/src/gki/common/
H A Dgki_inet.h24 #define ntohs(n) (n) macro
31 extern uint16_t ntohs(uint16_t n);
/system/core/base/include/android-base/
H A Dendian.h60 #define ntohs(x) __builtin_bswap16(x) macro
/system/core/libutils/
H A DUnicode.cpp32 # define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro
33 # define htons(x) ntohs(x)
349 const char16_t c2 = ntohs(*s2N);
358 ? (0 - (int)ntohs(*s2N))

Completed in 634 milliseconds