Format: AllC/C++CSSTextshell script Advanced Search
82: */ 83: #define ROUND_RESBLKSZ(resblksz) ( ((resblksz) + 3) & ~0x00000003U ) 84: