Home
last modified time | relevance | path

Searched defs:betoh64 (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h70 #define betoh64(x) __bswap64(x) macro
77 #define betoh64(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h66 #define betoh64(x) __bswap64(x) macro
73 #define betoh64(x) (uint64_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h66 #define betoh64(x) __bswap64(x) macro
73 #define betoh64(x) (uint64_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h66 #define betoh64(x) __bswap64(x) macro
73 #define betoh64(x) (uint64_t)(x) macro
/third_party/musl/include/
H A Dendian.h66 #define betoh64(x) __bswap64(x) macro
73 #define betoh64(x) (uint64_t)(x) macro

Completed in 2 milliseconds