Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dsparse-endian.h48 #undef htole32 macro
73 static inline le32_t htole32(uint32_t value) { return (le32_t __force) bswap_32_on_be(value); } in htole32() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h47 #define htole32(x) (uint32_t)(x) macro
60 #define htole32(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h43 #define htole32(x) (uint32_t)(x) macro
56 #define htole32(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h43 #define htole32(x) (uint32_t)(x) macro
56 #define htole32(x) __bswap32(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h43 #define htole32(x) (uint32_t)(x) macro
56 #define htole32(x) __bswap32(x) macro
/third_party/musl/include/
H A Dendian.h43 #define htole32(x) (uint32_t)(x) macro
56 #define htole32(x) __bswap32(x) macro

Completed in 3 milliseconds