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

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 52 #define htole64(x) ((uint64_t)(x)) macro
66 #define htole64(x) bswap64((x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 32 # define htole64(x) (x) macro
47 # define htole64(x) __bswap_64 (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 35 # define htole64(x) OSSwapHostToLittleInt64(x) macro
79 # define htole64(x) (x) macro
97 # define htole64(x) __builtin_bswap64(x) macro
  /external/iperf3/src/
portable_endian.h 59 # define htole64(x) OSSwapHostToLittleInt64(x) macro
105 # define htole64(x) (x) macro
123 # define htole64(x) __builtin_bswap64(x) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 73 #define htole64(x) ((uint64_t)(x)) macro
87 #define htole64(x) bswap64((x)) macro
  /bionic/libc/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 155 #define htole64(x) bswap64((uint64_t)(x)) macro
162 #define HTOLE64(x) (x) = bswap64((uint64_t)(x))
171 #define htole64(x) (x)
178 #define HTOLE64(x) (void) (x)
187 #define le64toh(x) htole64(x)
194 #define LE64TOH(x) HTOLE64(x)

Completed in 357 milliseconds