HomeSort by relevance Sort by last modified time
    Searched defs:be64toh (Results 1 - 8 of 8) sorted by null

  /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
  /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
  /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
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 77 #define be64toh(x) bswap64((x)) macro
91 #define be64toh(x) ((uint64_t)(x)) macro
  /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
  /bionic/libc/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 184 #define be64toh(x) htobe64(x) macro
191 #define BE64TOH(x) HTOBE64(x)

Completed in 207 milliseconds