Home
last modified time | relevance | path

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

/u-boot/lib/
A Dsscanf.c376 ccfntype ccfn; /* conversion function (strtoq/strtouq) */ in vsscanf() local
390 ccfn = NULL; /* XXX just to keep gcc happy */ in vsscanf()
454 ccfn = (ccfntype)strtoq; in vsscanf()
460 ccfn = (ccfntype)strtoq; in vsscanf()
466 ccfn = strtouq; in vsscanf()
472 ccfn = strtouq; in vsscanf()
479 ccfn = strtouq; in vsscanf()
501 ccfn = strtouq; in vsscanf()
780 res = (*ccfn)(buf, (char **)NULL, base); in vsscanf()
/u-boot/arch/arm/include/asm/arch-omap3/
A Dcpu.h236 u32 ccfn; member

Completed in 6 milliseconds