Home
last modified time | relevance | path

Searched refs:F_RADSDECIMAL (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/bedbug/
Dppc.h355 #define F_RADSDECIMAL 0x4 /* output radix = signed decimal */ macro
/external/u-boot/common/
Dbedbug.c108 } else if (ctx.flags & F_RADSDECIMAL) { in disppc()