HomeSort by relevance Sort by last modified time
    Searched refs:__htonl (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
endian.h 63 #define __htonl(x) (__bswap32(x)) macro
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 137 def __htonl(x): return __bswap32(x) function
149 def htonl(x): return __htonl(x)
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 131 def __htonl(x): return __bswap32(x) function
143 def htonl(x): return __htonl(x)
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 131 def __htonl(x): return __bswap32(x) function
143 def htonl(x): return __htonl(x)
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 124 def htonl(hl): return __htonl(hl)

Completed in 78 milliseconds