Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dvsprintf.h126 char *simple_itoa(ulong i);
/rk3399_rockchip-uboot/common/
H A Dbootstage.c280 node = fdt_add_subnode(blob, bootstage, simple_itoa(i)); in add_bootstages_devicetree()
H A Dcli_hush.c926 char *p = simple_itoa(i); in b_adduint()
/rk3399_rockchip-uboot/lib/
H A Dvsprintf.c791 char *simple_itoa(ulong i) in simple_itoa() function
/rk3399_rockchip-uboot/cmd/
H A Dnvedit.c697 char *str = simple_itoa(value); in env_set_ulong()