Home
last modified time | relevance | path

Searched refs:__bswap_64 (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
H A Dbyteswap.h17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64() function
24 #define bswap_64(x) __bswap_64(x)
/third_party/musl/porting/uniproton/kernel/include/
H A Dbyteswap.h17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64() function
24 #define bswap_64(x) __bswap_64(x)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dbyteswap.h17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64() function
24 #define bswap_64(x) __bswap_64(x)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dbyteswap.h17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64() function
24 #define bswap_64(x) __bswap_64(x)
/third_party/musl/include/
H A Dbyteswap.h17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64() function
24 #define bswap_64(x) __bswap_64(x)
/third_party/eudev/src/shared/
H A Dsparse-endian.h59 #define bswap_64_on_le(x) __bswap_64(x)
69 #define bswap_64_on_be(x) __bswap_64(x)
/third_party/eudev/hm_src/
H A Dhm-missing.h10 #define __bswap_64(x) __builtin_bswap64(x) macro

Completed in 2 milliseconds