Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c52 static __inline uint16_t __bswap16(uint16_t __x) { in __bswap16() function
64 #define htole16(x) __bswap16(x)
65 #define le16toh(x) __bswap16(x)
66 #define letoh16(x) __bswap16(x)
H A Dmbim-cm.c49 static __inline uint16_t __bswap16(uint16_t __x) { in __bswap16() function
61 #define htole16(x) __bswap16(x)
62 #define le16toh(x) __bswap16(x)
63 #define letoh16(x) __bswap16(x)