HomeSort by relevance Sort by last modified time
    Searched defs:ntohs (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
endian.h 55 uint16_t ntohs(uint16_t) __pure2;
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /external/python/cpython2/Lib/plat-os2emx/
IN.py 14 def ntohs(X): return _swaps(X) function
  /external/python/cpython2/Lib/plat-aix3/
IN.py 66 def ntohs(x): return (x) function
  /external/python/cpython2/Lib/plat-irix5/
IN.py 14 def ntohs(x): return (x) function
22 def htons(x): return ntohs(x)
  /external/valgrind/coregrind/
m_libcfile.c 1003 UShort VG_(ntohs) ( UShort x ) function
    [all...]
  /external/python/cpython2/Lib/plat-aix4/
IN.py 90 def ntohs(x): return (x) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 366 extern uint16_t ntohs (uint16_t __netshort)
386 # define ntohs(x) (x) macro
392 # define ntohs(x) __bswap_16 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 366 extern uint16_t ntohs (uint16_t __netshort)
386 # define ntohs(x) (x) macro
392 # define ntohs(x) __bswap_16 (x) macro
  /external/python/cpython2/Lib/plat-beos5/
IN.py 304 def ntohs(x): return B_BENDIAN_TO_HOST_INT16(x) function
  /external/python/cpython2/Lib/plat-irix6/
IN.py 57 def ntohs(x): return (x) function
65 def htons(x): return ntohs(x)
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 155 def ntohs(x): return __ntohs(x) function
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 149 def ntohs(x): return __ntohs(x) function
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 149 def ntohs(x): return __ntohs(x) function
  /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

Completed in 770 milliseconds

1 2 3 45 6