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

12

  /external/python/cpython2/Lib/plat-linux2/
IN.py 581 def ntohs(x): return (x) function
589 def ntohs(x): return __bswap_16 (x) function
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 581 def ntohs(x): return (x) function
589 def ntohs(x): return __bswap_16 (x) function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 581 def ntohs(x): return (x) function
589 def ntohs(x): return __bswap_16 (x) function
  /external/python/cpython2/Lib/plat-atheos/
IN.py 910 def ntohs(x): return (x) function
918 def ntohs(x): return __bswap_16 (x) function
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 130 def ntohs(ns): return __ntohs(ns) function
134 def ntohs(x): return (x) function
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 57 #define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro
58 #define htons(x) ntohs(x)
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1241 def ntohs(x): return (x) function

Completed in 611 milliseconds

12