HomeSort by relevance Sort by last modified time
    Searched refs:htobe16 (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/libmtp/src/
gphoto2-endian-intel.h 32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)
119 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
gphoto2-endian-ppc.h 32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
endian.h 64 # define htobe16(x) __bswap_16 (x) macro
79 # define htobe16(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 64 # define htobe16(x) __bswap_16 (x) macro
79 # define htobe16(x) (x) macro
  /frameworks/av/media/img_utils/include/img_utils/
EndianUtils.h 178 return htobe16(in);
183 return htobe16(in);
  /bionic/libc/include/sys/
endian.h 176 #define htobe16 __swap16 macro
230 #define htobe16(x) (x) macro
275 #define be16toh(x) htobe16(x)
  /development/ndk/platforms/android-3/include/sys/
endian.h 166 __uint16_t htobe16(__uint16_t);
191 #define htobe16 __swap16 macro
237 #define htobe16(x) (x) macro
  /development/ndk/platforms/android-L/include/sys/
endian.h 176 #define htobe16 __swap16 macro
230 #define htobe16(x) (x) macro
275 #define be16toh(x) htobe16(x)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
endian.h 165 __uint16_t htobe16(__uint16_t);
190 #define htobe16 __swap16 macro
236 #define htobe16(x) (x) macro

Completed in 54 milliseconds

1 2 3 4