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