Home
last modified time | relevance | path

Searched defs:htole64 (Results 1 - 6 of 6) sorted by relevance

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

Completed in 2 milliseconds