Home
last modified time | relevance | path

Searched refs:betoh64 (Results 1 – 6 of 6) sorted by relevance

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