Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/common/
H A Dpixis.c363 static unsigned long strfractoint(char *strptr) in strfractoint() argument
377 while (strptr[i] != '.') { in strfractoint()
378 if (strptr[i] == 0) { in strfractoint()
382 intarr[i] = strptr[i]; in strfractoint()
395 while ((strptr[i] >= '0') && (strptr[i] <= '9')) { in strfractoint()
396 decarr[j] = strptr[i]; in strfractoint()