Searched refs:uint2dec (Results 1 – 3 of 3) sorted by relevance
| /lib/efi_selftest/ |
| A D | efi_selftest_console.c | 103 static void uint2dec(u32 value, int prec, u16 **buf) in uint2dec() function 154 uint2dec(u, prec, &pos); in int2dec() 253 uint2dec(va_arg(args, u32), prec, &pos); in efi_st_printc()
|
| /lib/efi_loader/ |
| A D | boothart.c | 30 static void uint2dec(u32 value, u16 *buf) in uint2dec() function 317 uint2dec(hartid, buf); in efi_main() 325 uint2dec(hartid, buf); in efi_main()
|
| A D | helloworld.c | 42 static void uint2dec(u32 value, u16 **buf) in uint2dec() function 110 uint2dec(systable->hdr.revision >> 16, &buf); in print_uefi_revision() 112 uint2dec(systable->hdr.revision & 0xffff, &buf); in print_uefi_revision()
|
Completed in 9 milliseconds