Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/unisys/visornic/
H A Dvisornic_main.c1429 int str_pos = 0; in info_debugfs_read() local
1449 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
1454 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
1456 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
1459 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
1462 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
1465 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
1468 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
1471 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
1474 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsplparser.cpp43 uint16 str_pos = 0; in splstr_to_idxs() local
49 while (str_pos < str_len) { in splstr_to_idxs()
50 char char_this = splstr[str_pos]; in splstr_to_idxs()
59 str_pos++; in splstr_to_idxs()
61 start_pos[idx_num] = str_pos; in splstr_to_idxs()
70 str_pos++; in splstr_to_idxs()
72 start_pos[idx_num] = str_pos; in splstr_to_idxs()
84 if (0 == str_pos) { in splstr_to_idxs()
115 start_pos[idx_num] = str_pos; in splstr_to_idxs()
125 str_pos++; in splstr_to_idxs()
[all …]
H A Ddictlist.cpp366 for (uint16 str_pos = 0; str_pos < str_len; str_pos++) { in convert_to_hanzis() local
367 str[str_pos] = scis_hz_[str[str_pos]]; in convert_to_hanzis()
374 for (uint16 str_pos = 0; str_pos < str_len; str_pos++) { in convert_to_scis_ids() local
375 str[str_pos] = 0x100; in convert_to_scis_ids()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A 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()