Home
last modified time | relevance | path

Searched refs:c_string (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.c182 hi_s32 oal_atoi(const hi_char *c_string) in oal_atoi() argument
187 for (;; c_string++) { in oal_atoi()
188 switch (*c_string) { in oal_atoi()
190 l_ret = 10 * l_ret + (*c_string - '0'); /* 10:十进制数 */ in oal_atoi()
H A Doal_util.h278 hi_s32 oal_atoi(const hi_char *c_string);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/
H A Dvou_proc.c202 hi_char c_string[VO_MAX_PHY_DEV_NUM + VO_MAX_PHY_DEV_NUM + 1] = { 0 }; in vou_proc_module_param_show() local
211 ret = snprintf_s(&c_string[i * len], (sizeof(c_string) - i * len), in vou_proc_module_param_show()
221 c_string); in vou_proc_module_param_show()

Completed in 3 milliseconds