Home
last modified time | relevance | path

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

/lib/efi_selftest/
A Defi_selftest_console.c103 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 Dboothart.c30 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 Dhelloworld.c42 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