Searched defs:__swab64 (Results 1 – 5 of 5) sorted by relevance
128 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro130 #define __swab64(x) \ macro
96 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro98 #define __swab64(x) \ macro
56 #define __swab64(x) (__u64) __builtin_bswap64((__u64) (x)) macro