Home
last modified time | relevance | path

Searched refs:delta_count (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dtest_objagg.c31 unsigned int delta_count; member
114 world->delta_count++; in delta_create()
123 world->delta_count--; in delta_destroy()
570 if (orig_delta_count != world->delta_count) { in check_expect()
579 if (orig_delta_count + 1 != world->delta_count) { in check_expect()
588 if (orig_delta_count - 1 != world->delta_count) { in check_expect()
762 unsigned int orig_delta_count = world->delta_count; in test_delta_action_item()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Datomdictbase.h206 virtual LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
H A Duserdict.h71 LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Datomdictbase.h206 virtual LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
H A Duserdict.h71 LemmaIdType update_lemma(LemmaIdType lemma_id, int16 delta_count,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp2160 LemmaIdType UserDict::update_lemma(LemmaIdType lemma_id, int16 delta_count, in _get_lpis() argument
2179 if (count + delta_count > kUserDictMaxFrequency || in _get_lpis()
2180 count + delta_count < count) { in _get_lpis()
2181 delta_count = kUserDictMaxFrequency - count; in _get_lpis()
2183 count += delta_count; in _get_lpis()
2184 dict_info_.total_nfreq += delta_count; in _get_lpis()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dcyclades.c1090 int delta_count; in cyz_handle_cmd() local
1096 delta_count = 0; in cyz_handle_cmd()
1117 delta_count++; in cyz_handle_cmd()
1129 delta_count++; in cyz_handle_cmd()
1133 delta_count++; in cyz_handle_cmd()
1137 delta_count++; in cyz_handle_cmd()
1172 if (delta_count) in cyz_handle_cmd()