Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dsparse-endian.h43 #undef htobe16 macro
76 static inline be16_t htobe16(uint16_t value) { return (be16_t __force) bswap_16_on_le(value); } in htobe16() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h39 #define htobe16(x) __bswap16(x) macro
52 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/include/
H A Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro

Completed in 3 milliseconds