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

/frameworks/base/libs/utils/
H A DString16.cpp34 # define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0xff00) ) macro
35 # define htonl(x) ntohl(x)
39 # define ntohl(x) (x) macro
H A DResourceTypes.cpp54 #define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0xff00) ) macro
55 #define htonl(x) ntohl(x)
59 #define ntohl(x) (x)
152 xDivs[i] = ntohl(xDivs[i]);
155 yDivs[i] = ntohl(yDivs[i]);
157 paddingLeft = ntohl(paddingLeft);
158 paddingRight = ntohl(paddingRight);
159 paddingTop = ntohl(paddingTop);
160 paddingBottom = ntohl(paddingBottom);
162 colors[i] = ntohl(color
[all...]

Completed in 51 milliseconds