Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dsparse-endian.h47 #undef htobe32 macro
77 static inline be32_t htobe32(uint32_t value) { return (be32_t __force) bswap_32_on_le(value); } in htobe32() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h41 #define htobe32(x) __bswap32(x) macro
54 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/include/
H A Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro

Completed in 2 milliseconds