Home
last modified time | relevance | path

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

/external/u-boot/include/bedbug/
Dppc.h354 #define F_RADUDECIMAL 0x2 /* output radix = unsigned decimal */ macro
/external/u-boot/common/
Dbedbug.c105 } else if (ctx.flags & F_RADUDECIMAL) { in disppc()