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

/frameworks/native/libs/utils/
H A DUnicode.cpp25 # undef htons macro
31 # define htons(x) ntohs(x) macro
36 # define htons(x) (x) macro
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp57 #define htons(x) ntohs(x) macro
62 #define htons(x) (x)

Completed in 43 milliseconds