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

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
endian.h 64 #define __htons(x) (__bswap16(x)) macro
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 139 def __htons(x): return __bswap16(x) function
151 def htons(x): return __htons(x)
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 133 def __htons(x): return __bswap16(x) function
145 def htons(x): return __htons(x)
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 133 def __htons(x): return __bswap16(x) function
145 def htons(x): return __htons(x)
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 128 def htons(hs): return __htons(hs)

Completed in 74 milliseconds