Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h49 #define htole64(x) (uint64_t)(x) macro
62 #define htole64(x) __bswap64(x) macro
/third_party/eudev/src/shared/
Dsparse-endian.h74 static inline le64_t htole64(uint64_t value) { return (le64_t __force) bswap_64_on_be(value); } in htole64() function