Searched refs:radix_fmt (Results 1 – 2 of 2) sorted by relevance
| /u-boot/common/ |
| A D | bedbug.c | 105 strcpy (ctx.radix_fmt, "O%o"); in disppc() 108 strcpy (ctx.radix_fmt, "%u"); in disppc() 111 strcpy (ctx.radix_fmt, "%d"); in disppc() 114 strcpy (ctx.radix_fmt, "0x%x"); in disppc() 176 sprintf (&ctx.data[ctx.datalen], ctx.radix_fmt, symoffset); in disppc() 287 sprintf (&ctx->data[ctx->datalen], ctx->radix_fmt, in print_operands() 330 sprintf (&ctx->data[ctx->datalen], ctx->radix_fmt, in print_operands()
|
| /u-boot/include/bedbug/ |
| A D | ppc.h | 341 char radix_fmt[ 8 ]; member
|
Completed in 9 milliseconds