Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 11 of 11) sorted by relevance

/external/kmod/port-gnu/
Dendian-darwin.h37 # 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
/external/iperf3/src/
Dportable_endian.h32 # define le64toh(x) letoh64(x) macro
61 # define le64toh(x) OSSwapLittleToHostInt64(x) macro
107 # define le64toh(x) (x) macro
125 # define le64toh(x) __builtin_bswap64(x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h34 # define le64toh(x) (x) macro
49 # define le64toh(x) __bswap_64 (x) macro
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h66 #define le64toh(x) ((uint64_t)(x)) macro
80 #define le64toh(x) bswap64((x)) macro
/external/u-boot/tools/
Dmips-relocs.c44 _val = is_be ? be64toh(_val) : le64toh(_val); \
168 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
/external/elfutils/libdwfl/
Dlinux-core-attach.c233 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
276 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
/external/libexif/m4m/
Dgp-byteorder.m4260 #define le64toh(x) (x)
302 #define le64atoh(x) le64toh(*(uint64_t*)(x))
/external/python/cpython3/Python/
Dpyhash.c334 # define _le64toh(x) le64toh(x)
/external/python/cpython3/
Dconfigure.ac2230 AC_MSG_CHECKING(for le64toh)
2238 le64toh(1) ]])
2242 AC_DEFINE(HAVE_HTOLE64, 1, [Define this if you have le64toh()])
Dpyconfig.h.in532 /* Define this if you have le64toh() */
Dconfigure8306 le64toh(1)