Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/boot/common/
Dmisc-common.c56 static int _cvt(unsigned long val, char *buf, long radix, char *digits);
362 length = _cvt(val, buf, 10, "0123456789"); in _vprintk()
365 length = _cvt(val, buf, 16, "0123456789abcdef"); in _vprintk()
368 length = _cvt(val, buf, 16, "0123456789ABCDEF"); in _vprintk()
439 _cvt(unsigned long val, char *buf, long radix, char *digits) in _cvt() function