Searched defs:__swab64 (Results 1 – 1 of 1) sorted by relevance
60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro64 #define __swab64(x) __fswab64(x) macro