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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp57 #define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro
58 #define htons(x) ntohs(x)

Completed in 23 milliseconds