Searched refs:SPECIAL (Results 1 - 1 of 1) sorted by path

/u-boot/lib/
H A Dvsprintf.c146 #define SPECIAL 64 /* 0x */ macro
168 int need_pfx = ((type & SPECIAL) && base != 10);
340 if (!(flags & SPECIAL) && i != 5)
346 flags & ~SPECIAL);
360 if (!(flags & SPECIAL) && i != 7)
366 flags & ~SPECIAL);
389 flags & ~SPECIAL);
477 flags |= SPECIAL | ZEROPAD;
488 flags |= SPECIAL;
494 flags |= SPECIAL;
[all...]

Completed in 61 milliseconds