HomeSort by relevance Sort by last modified time
    Searched defs:ntohl (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 579 def ntohl(x): return (x)
587 def ntohl(x): return __bswap_32 (x) function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 579 def ntohl(x): return (x)
587 def ntohl(x): return __bswap_32 (x) function
  /external/python/cpython2/Lib/plat-atheos/
IN.py 908 def ntohl(x): return (x)
916 def ntohl(x): return __bswap_32 (x) function
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 126 def ntohl(nl): return __ntohl(nl) function
132 def ntohl(x): return (x) function
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 55 #define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0xff00) ) macro
56 #define htonl(x) ntohl(x)
174 xDivs[i] = ntohl(xDivs[i]);
178 yDivs[i] = ntohl(yDivs[i]);
180 paddingLeft = ntohl(paddingLeft);
181 paddingRight = ntohl(paddingRight);
182 paddingTop = ntohl(paddingTop);
183 paddingBottom = ntohl(paddingBottom);
186 colors[i] = ntohl(colors[i]);
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1239 def ntohl(x): return (x) function

Completed in 214 milliseconds

12