HomeSort by relevance Sort by last modified time
    Searched defs:ntohs (Results 1 - 25 of 47) sorted by null

1 2

  /external/bluetooth/bluedroid/gki/common/
gki_inet.h 23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern UINT16 ntohs(UINT16 n);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern UINT16 ntohs(UINT16 n);
  /external/libnfc-nci/src/gki/common/
gki_inet.h 23 #define htons ntohs
30 #define ntohs(n) (n) macro
37 extern UINT16 ntohs(UINT16 n);
  /external/grub/netboot/
osdep.h 46 #define ntohs(x) \ macro
  /external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.cpp 43 #define ntohs(x) std_ntohs(x) macro
48 #define ntohs(x) ((uint16_t)(x)) macro
53 #define ntohs(x) ((unit16_t)(x)) macro
58 #define ntohs(x) ((uint16_t)((((uint16_t)(x) & 0xff00) >> 8) | (((uint16_t)(x) & 0x00ff) << 8))) macro
59 #define htons(x) ntohs(x)
86 value = ntohs(*reinterpret_cast<const uint16_t*>(buffer->data() + offset));
  /external/tcpdump/
tcpdump-stdinc.h 148 #undef ntohs macro
156 #define ntohs(x) __ntohs(x) macro
  /bionic/libc/include/sys/
endian.h 192 #define ntohs(x) __swap16(x) macro
231 #define ntohs(x) (x) macro
244 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /development/ndk/platforms/android-3/include/sys/
endian.h 208 #define ntohs(x) __swap16(x) macro
247 #define ntohs(x) (x) macro
260 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /external/kernel-headers/original/linux/byteorder/
generic.h 50 * ntohs(__u16 x)
146 #undef ntohs macro
156 extern __u16 ntohs(__be16);
169 #define ntohs(x) ___ntohs(x) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
endian.h 207 #define ntohs(x) __swap16(x) macro
246 #define ntohs(x) (x) macro
259 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))

Completed in 1534 milliseconds

1 2