Searched defs:ntohl (Results 1 - 1 of 1) sorted by last modified time

/system/core/libutils/
H A DUnicode.cpp28 # define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0xff00) ) macro
29 # define htonl(x) ntohl(x)
33 # define ntohl(x) (x) macro

Completed in 205 milliseconds