Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h73 #define letoh64(x) (uint64_t)(x) macro
80 #define letoh64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h69 #define letoh64(x) (uint64_t)(x) macro
76 #define letoh64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h69 #define letoh64(x) (uint64_t)(x) macro
76 #define letoh64(x) __bswap64(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h69 #define letoh64(x) (uint64_t)(x) macro
76 #define letoh64(x) __bswap64(x) macro
/third_party/musl/include/
H A Dendian.h69 #define letoh64(x) (uint64_t)(x) macro
76 #define letoh64(x) __bswap64(x) macro

Completed in 2 milliseconds