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