Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dsparse-endian.h51 #undef htobe64 macro
78 static inline be64_t htobe64(uint64_t value) { return (be64_t __force) bswap_64_on_le(value); } in htobe64() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h43 #define htobe64(x) __bswap64(x) macro
56 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro
/third_party/musl/include/
H A Dendian.h39 #define htobe64(x) __bswap64(x) macro
52 #define htobe64(x) (uint64_t)(x) macro

Completed in 3 milliseconds