Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.c166 int need_pfx = ((type & SPECIAL) && base != 10); in number() local
188 if (need_pfx) { in number()
232 if (need_pfx) { in number()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c459 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number() local
484 if (need_pfx) { in number()
528 if (need_pfx) { in number()