Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat.c428 hi_void at_printf_decode_slash(hi_u8 *buf, const char **str_pos, size_t *str_len) in at_printf_decode_slash() argument
430 const char *pos = *str_pos; in at_printf_decode_slash()
496 *str_pos = pos; in at_printf_decode_slash()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_pm.c1039 int str_pos = 0; in mali_pm_mask_to_string() local
1048 bit_str[str_pos] = 'X'; in mali_pm_mask_to_string()
1050 bit_str[str_pos] = '-'; in mali_pm_mask_to_string()
1052 str_pos++; in mali_pm_mask_to_string()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_pm.c1110 int str_pos = 0; in mali_pm_mask_to_string() local
1119 bit_str[str_pos] = 'X'; in mali_pm_mask_to_string()
1121 bit_str[str_pos] = '-'; in mali_pm_mask_to_string()
1123 str_pos++; in mali_pm_mask_to_string()