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

12

  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 583 def htonl(x): return (x) function
591 def htonl(x): return __bswap_32 (x) function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 583 def htonl(x): return (x) function
591 def htonl(x): return __bswap_32 (x) function
  /external/python/cpython2/Lib/plat-atheos/
IN.py 912 def htonl(x): return (x) function
920 def htonl(x): return __bswap_32 (x) function
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 124 def htonl(hl): return __htonl(hl) function
136 def htonl(x): return (x) function
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 54 #undef htonl macro
56 #define htonl(x) ntohl(x) macro
154 xDivs[i] = htonl(xDivs[i]);
158 yDivs[i] = htonl(yDivs[i]);
160 paddingLeft = htonl(paddingLeft);
161 paddingRight = htonl(paddingRight);
162 paddingTop = htonl(paddingTop);
163 paddingBottom = htonl(paddingBottom);
166 colors[i] = htonl(colors[i]);
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1243 def htonl(x): return (x) function

Completed in 311 milliseconds

12