Searched hist:ce5e3f909fc0ed67e58367b9c56a54c20a51080b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | vsprintf.c | diff ce5e3f909fc0ed67e58367b9c56a54c20a51080b Mon May 18 14:06:59 CDT 2020 Arvind Sankar <nivedita@alum.mit.edu> efi/printf: Add 64-bit and 8-bit integer support
Support 'll' qualifier for long long by copying the decimal printing code from lib/vsprintf.c. For simplicity, the 32-bit code is used on 64-bit architectures as well.
Support 'hh' qualifier for signed/unsigned char type integers.
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Link: https://lore.kernel.org/r/20200518190716.751506-8-nivedita@alum.mit.edu Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|