Searched defs:__swab64 (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/uapi/linux/
H A Dswab.h128 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro
130 #define __swab64(x) \ macro

Completed in 226 milliseconds