Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp1870 size_t res_total = 0; in inner_predict() local
1879 size_t this_max = npre_items_len_ - res_total; in inner_predict()
1884 if (fixed_len > 1 && 1 == len && 0 == res_total) { in inner_predict()
1895 npre_items_ + res_total, in inner_predict()
1896 this_max, res_total); in inner_predict()
1897 res_total += res_this; in inner_predict()
1901 this_max = npre_items_len_ - res_total; in inner_predict()
1906 npre_items_ + res_total, this_max, in inner_predict()
1907 res_total); in inner_predict()
1913 npre_items_ + res_total + res_this, in inner_predict()
[all …]