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

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 59 #define le64toh(x) ((uint64_t)(x)) macro
73 #define le64toh(x) bswap64((x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 34 # define le64toh(x) (x) macro
49 # define le64toh(x) __bswap_64 (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 37 # define le64toh(x) OSSwapLittleToHostInt64(x) macro
59 # define le64toh(x) letoh64(x) macro
81 # define le64toh(x) (x) macro
99 # define le64toh(x) __builtin_bswap64(x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 77 # define le64toh(x) (x) macro
92 # define le64toh(x) __bswap_64 (x) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 80 #define le64toh(x) ((uint64_t)(x)) macro
94 #define le64toh(x) bswap64((x)) macro
  /system/core/base/include/android-base/
endian.h 86 #define le64toh(x) (x) macro
  /bionic/libc/include/sys/
endian.h 103 #define le64toh(x) htole64(x) macro
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 187 #define le64toh(x) htole64(x) macro
194 #define LE64TOH(x) HTOLE64(x)

Completed in 110 milliseconds