Home
last modified time | relevance | path

Searched defs:need_pfx (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dvsprintf.c167 int need_pfx = ((type & SPECIAL) && base != 10); in number() local
/openbmc/linux/lib/
H A Dvsprintf.c463 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number() local