Searched refs:PADSIZE (Results 1 – 1 of 1) sorted by relevance
211 #define PADSIZE 16 /* pad chunk size */ macro212 static char blanks[PADSIZE] =214 static char zeroes[PADSIZE] =236 while (n > PADSIZE) { \237 PRINT(with, PADSIZE); \238 n -= PADSIZE; \