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

/frameworks/base/libs/utils/
H A DString16.cpp31 # undef htons macro
37 # define htons(x) ntohs(x) macro
42 # define htons(x) (x) macro
H A DResourceTypes.cpp57 #define htons(x) ntohs(x) macro
62 #define htons(x) (x)

Completed in 67 milliseconds