Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp1880 size_t res_this; in inner_predict() local
1894 res_this = dict_trie_->predict_top_lmas(nearest_n_word ? len : 0, in inner_predict()
1897 res_total += res_this; in inner_predict()
1902 res_this = 0; in inner_predict()
1904 res_this = in inner_predict()
1911 res_this = res_this + in inner_predict()
1913 npre_items_ + res_total + res_this, in inner_predict()
1914 this_max - res_this, res_total + res_this); in inner_predict()
1918 myqsort(npre_items_ + res_total, res_this, sizeof(NPredictItem), in inner_predict()
1922 if (res_this > kMaxPredictNumByGt3) in inner_predict()
[all …]