Search | Google it | Results 1 - 2 of 2 for fundef:ROUNDSZ (0.00 seconds) |
61: #define ROUNDSIZE (sizeof(HEADER)) 62: #define ROUNDSZ(sz) (((UW)(sz) + (UW)(ROUNDSIZE-1)) & ~(UW)(ROUNDSIZE-1)) 63:
104: #define ROUNDSIZE (sizeof(HEADER)) 105: #define ROUNDSZ(sz) (((UINT)(sz) + (ROUNDSIZE-1)) & ~(ROUNDSIZE-1)) 106: