Home
last modified time | relevance | path

Searched defs:ntohl (Results 1 – 1 of 1) sorted by relevance

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