Home
last modified time | relevance | path

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

/third_party/musl/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h44 #define be64toh(x) __bswap64(x) macro
57 #define be64toh(x) (uint64_t)(x) macro
/third_party/eudev/src/shared/
Dsparse-endian.h86 static inline uint64_t be64toh(be64_t value) { return bswap_64_on_le((uint64_t __force)value); } in be64toh() function