Home
last modified time | relevance | path

Searched refs:__bswap64 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c60 static __inline uint64_t __bswap64(uint64_t __x) { in __bswap64() function
70 #define htole64(x) __bswap64(x)
71 #define le64toh(x) __bswap64(x)
72 #define letoh64(x) __bswap64(x)
H A Dmbim-cm.c57 static __inline uint64_t __bswap64(uint64_t __x) { in __bswap64() function
67 #define htole64(x) __bswap64(x)
68 #define le64toh(x) __bswap64(x)
69 #define letoh64(x) __bswap64(x)