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

12

  /external/python/cpython2/Lib/plat-linux2/
IN.py 585 def htons(x): return (x) function
593 def htons(x): return __bswap_16 (x) function
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 585 def htons(x): return (x) function
593 def htons(x): return __bswap_16 (x) function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 585 def htons(x): return (x) function
593 def htons(x): return __bswap_16 (x) function
  /external/python/cpython2/Lib/plat-atheos/
IN.py 914 def htons(x): return (x) function
922 def htons(x): return __bswap_16 (x) function
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 128 def htons(hs): return __htons(hs) function
138 def htons(x): return (x) function
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 58 #define htons(x) ntohs(x) macro
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1245 def htons(x): return (x) function

Completed in 463 milliseconds

12