Home
last modified time | relevance | path

Searched defs:le64toh (Results 1 – 5 of 5) 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/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
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h66 #define le64toh(x) ((uint64_t)(x)) macro
80 #define le64toh(x) bswap64((x)) macro