Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/include/tools/
H A Dendian.h40 #define htole64(x) __bswap_64(x)
52 #define le64toh(x) __bswap_64(x)
/kernel/liteos_m/kal/libc/newlib/porting/include/
H A Dbyteswap.h47 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64() function
54 #define bswap_64(x) __bswap_64(x)
/kernel/linux/linux-6.6/tools/include/tools/
H A Dendian.h40 #define htole64(x) __bswap_64(x)
52 #define le64toh(x) __bswap_64(x)

Completed in 2 milliseconds