Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 12 of 12) 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/webrtc/rtc_base/
Dbyte_order.h37 #define le64toh(v) OSSwapLittleToHostInt64(v) macro
58 #define le64toh(v) (v) macro
78 #define le64toh(v) __builtin_bswap64(v) macro
154 return le64toh(*static_cast<const uint64_t*>(memory)); in GetLE64()
/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/elfutils/libdwfl/
Dlinux-core-attach.c234 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
277 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
/external/python/cpython3/Python/
Dpyhash.c340 # define _le64toh(x) le64toh(x)
/external/libexif/m4m/
Dgp-byteorder.m4260 #define le64toh(x) (x)
302 #define le64atoh(x) le64toh(*(uint64_t*)(x))
/external/tpm2-tss/test/unit/
DTPM2B-marshal.c286 assert_int_equal (le64toh(val2), value2); in tpm2b_unmarshal_success_offset()
/external/python/cpython3/
Dpyconfig.h.in529 /* Define this if you have le64toh() */
Dconfigure.ac2296 AC_MSG_CHECKING(for le64toh)
2304 le64toh(1) ]])
2308 AC_DEFINE(HAVE_HTOLE64, 1, [Define this if you have le64toh()])
Dconfigure8439 le64toh(1)