Home
last modified time | relevance | path

Searched defs:__swab16 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dswab.h102 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) macro
104 #define __swab16(x) \ macro