Format: AllC/C++CSSTextshell script Advanced Search
69: 70: #define __swap64gen(x) __statement({ \ 71: __uint64_t __swap64gen_x = (x); \ 93: 94: #define __swap64gen(x) \ 95: (__uint64_t)((((__uint64_t)(x) & 0xff) << 56) | \