Searched refs:simple_strtoull (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/ |
H A D | system.c | 151 // simple_strtoull - convert a string to an unsigned long long 152 unsigned long long simple_strtoull(const char *cp_temp, char **endp, unsigned int base) in simple_strtoull() function 180 return simple_strtoull(cp, endp, base); in simple_strtoul() 192 return -simple_strtoull(cp + 1, endp, base); in simple_strtoll() 194 return simple_strtoull(cp, endp, base); in simple_strtoll() 401 *l = simple_strtoull(str, &next, base); in pre_vsscanf()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_string.c | 135 return simple_strtoull(cp, endp, base); in osal_strtoull()
|
Completed in 2 milliseconds