Searched refs:PADSIZE (Results 1 – 1 of 1) sorted by relevance
692 #define PADSIZE 16 /* pad chunk size */ in WDECL() macro693 static CHAR_T blanks[PADSIZE] = in WDECL()695 static CHAR_T zeroes[PADSIZE] = in WDECL()733 while (n > PADSIZE) { \ in WDECL()734 PRINT(with, PADSIZE); \ in WDECL()735 n -= PADSIZE; \ in WDECL()