Home
last modified time | relevance | path

Searched defs:le64toh (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h50 #define le64toh(x) (uint64_t)(x) macro
63 #define le64toh(x) __bswap64(x) macro
/third_party/eudev/src/shared/
Dsparse-endian.h82 static inline uint64_t le64toh(le64_t value) { return bswap_64_on_be((uint64_t __force)value); } in le64toh() function