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

1 2

  /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)
  /bionic/libc/include/sys/
endian.h 175 #define htobe16 __swap16 macro
221 #define htobe16(x) (x) macro
266 #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
  /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
  /prebuilts/ndk/7/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/7/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/7/platforms/android-9/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-9/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 471 milliseconds

1 2