Searched refs:F_RADSDECIMAL (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/bedbug/ | ||
D | ppc.h | 355 #define F_RADSDECIMAL 0x4 /* output radix = signed decimal */ macro |
/external/u-boot/common/ | ||
D | bedbug.c | 108 } else if (ctx.flags & F_RADSDECIMAL) { in disppc() |