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

1 23 4 5 6

  /prebuilts/ndk/r10/platforms/android-23/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/r10/platforms/android-23/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/r10/platforms/android-23/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/r10/platforms/android-23/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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))
  /prebuilts/ndk/r11/platforms/android-12/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-12/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-12/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-13/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-13/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-13/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-14/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-14/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-14/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-15/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-15/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-15/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-16/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-16/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))

Completed in 1433 milliseconds

1 23 4 5 6