Searched refs:PADSIZE (Results 1 – 2 of 2) sorted by relevance
425 #define PADSIZE 16 /* pad chunk size */ in VFWPRINTF() macro426 static const wchar_t blanks[PADSIZE] = in VFWPRINTF()429 static const wchar_t zeroes[PADSIZE] = in VFWPRINTF()470 while (n > PADSIZE) { \ in VFWPRINTF()471 PRINT (with, PADSIZE); \ in VFWPRINTF()472 n -= PADSIZE; \ in VFWPRINTF()498 while (n > PADSIZE) { \ in VFWPRINTF()499 PRINT (with, PADSIZE); \ in VFWPRINTF()500 n -= PADSIZE; \ in VFWPRINTF()
458 #define PADSIZE 16 /* pad chunk size */ in VFPRINTF() macro459 static const char blanks[PADSIZE] = in VFPRINTF()461 static const char zeroes[PADSIZE] = in VFPRINTF()484 while (n > PADSIZE) { \ in VFPRINTF()485 PRINT (with, PADSIZE); \ in VFPRINTF()486 n -= PADSIZE; \ in VFPRINTF()512 while (n > PADSIZE) { \ in VFPRINTF()513 PRINT (with, PADSIZE); \ in VFPRINTF()514 n -= PADSIZE; \ in VFPRINTF()