Searched defs:__swab64 (Results 1 – 1 of 1) sorted by relevance
132 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro134 #define __swab64(x) \ macro