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

1 2 3

  /external/libmtp/src/
gphoto2-endian-intel.h 78 #ifndef htobe64
79 # define htobe64(x) swap64(x) macro
85 #define HTOBE64(x) (x) = htobe64(x)
125 # define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 49 #define htobe64(x) bswap64((x)) macro
63 #define htobe64(x) ((uint64_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 31 # define htobe64(x) __bswap_64 (x) macro
46 # define htobe64(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 74 # define htobe64(x) __bswap_64 (x) macro
89 # define htobe64(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 74 # define htobe64(x) __bswap_64 (x) macro
89 # define htobe64(x) (x) macro
  /bionic/libc/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /development/ndk/platforms/android-21/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /development/ndk/platforms/android-3/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
endian.h 80 #define htobe64 __swap64 macro
100 #define be64toh(x) htobe64(x)

Completed in 2207 milliseconds

1 2 3