Format: AllC/C++CSSTextshell script Advanced Search
60: 61: #define __swap32gen(x) __statement({ \ 62: __uint32_t __swap32gen_x = (x); \ 88: 89: #define __swap32gen(x) \ 90: (__uint32_t)(((__uint32_t)(x) & 0xff) << 24 | \