Search | Google it | Results 1 - 2 of 2 for fundef:MINSZ (0.00 seconds) |
53: #define MINSIZE ( sizeof(FREEL) ) 54: #define MINSZ(sz) ( ((UW)(sz) + (UW)(MINSIZE-1)) & ~(UW)(MINSIZE-1) ) 55:
96: #define MINSIZE ( sizeof(FREEL) ) 97: #define MINSZ(sz) ( ((sz) + (MINSIZE-1)) & ~(MINSIZE-1) ) 98: