Searched refs:PADSIZE (Results 1 – 3 of 3) sorted by relevance
107 #define PADSIZE 16 /* pad chunk size */ in FUNCTION_NAME() macro108 static CHAR_TYPE blanks[PADSIZE] = { in FUNCTION_NAME()111 static CHAR_TYPE zeroes[PADSIZE] = { in FUNCTION_NAME()
156 while (n > PADSIZE) { \157 PRINT(with, PADSIZE); \158 n -= PADSIZE; \