Searched defs:ntohl (Results 1 - 1 of 1) sorted by relevance
/system/core/libutils/ | ||
H A D | Unicode.cpp | 27 # define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0xff00) ) macro 28 # define htonl(x) ntohl(x) |
Completed in 66 milliseconds