Home
last modified time | relevance | path

Searched refs:PADSIZE (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c692 #define PADSIZE 16 /* pad chunk size */ in WDECL() macro
693 static CHAR_T blanks[PADSIZE] = in WDECL()
695 static CHAR_T zeroes[PADSIZE] = in WDECL()
733 while (n > PADSIZE) { \ in WDECL()
734 PRINT(with, PADSIZE); \ in WDECL()
735 n -= PADSIZE; \ in WDECL()