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

1 2

  /external/libmtp/src/
gphoto2-endian-intel.h 35 #ifndef htobe32
36 # define htobe32(x) htonl(x) macro
46 #define HTOBE32(x) (x) = htobe32(x)
122 # define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x)
gphoto2-endian-ppc.h 35 #ifndef htobe32
36 # define htobe32(x) htonl(x) macro
46 #define HTOBE32(x) (x) = htobe32(x)
  /bionic/libc/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /development/ndk/platforms/android-3/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro

Completed in 772 milliseconds

1 2