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

1 2 3 4 5

  /system/core/base/include/android-base/
endian.h 36 #define ntohq(x) be64toh(x)
41 #define betoh64(x) be64toh(x)
82 #define be64toh(x) __builtin_bswap64(x) macro
  /external/elfutils/libdwelf/
dwelf_scn_gnu_compressed_size.c 64 size = be64toh (size);
  /external/kmod/port-gnu/
endian-darwin.h 36 # define be64toh(x) OSSwapBigToHostInt64(x) macro
58 # define be64toh(x) betoh64(x) macro
80 # define be64toh(x) ntohll(x) macro
98 # define be64toh(x) (x) macro
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 56 #define be64toh(x) bswap64((x)) macro
70 #define be64toh(x) ((uint64_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 33 # define be64toh(x) __bswap_64 (x) macro
48 # define be64toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 76 # define be64toh(x) __bswap_64 (x) macro
91 # define be64toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 76 # define be64toh(x) __bswap_64 (x) macro
91 # define be64toh(x) (x) macro
  /bionic/libc/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /development/ndk/platforms/android-21/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /development/ndk/platforms/android-9/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro

Completed in 820 milliseconds

1 2 3 4 5