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