Searched refs:PADSIZE (Results 1 – 1 of 1) sorted by relevance
213 #define PADSIZE 16 /* pad chunk size */ macro214 static char blanks[PADSIZE] =216 static char zeroes[PADSIZE] =238 while (n > PADSIZE) { \239 PRINT(with, PADSIZE); \240 n -= PADSIZE; \