Format: AllC/C++CSSTextshell script Advanced Search
386: #define __BITS(__m, __n) \ 387: ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1)) 388: