Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp38 mtrx_nd_pool_used_ = 0; in MatrixSearch()
232 mtrx_nd_pool_used_ = 0; in reset_search0()
236 matrix_[0].mtrx_nd_pos = mtrx_nd_pool_used_; in reset_search0()
238 mtrx_nd_pool_used_ += 1; in reset_search0()
307 mtrx_nd_pool_used_ = matrix_[ch_pos - 1].mtrx_nd_pos in reset_search()
311 mtrx_nd_pool_used_ = matrix_[ch_pos].mtrx_nd_pos in reset_search()
377 mtrx_nd_pool_used_ = matrix_[fixed_ch_pos - 1].mtrx_nd_pos in reset_search()
381 mtrx_nd_pool_used_ = matrix_[fixed_ch_pos].mtrx_nd_pos in reset_search()
490 printf("--Matrix Node Pool Used: %d\n", mtrx_nd_pool_used_); in search()
880 mtrx_nd_pool_used_ = matrix_[step_to].mtrx_nd_pos + in choose()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h195 PoolPosType mtrx_nd_pool_used_; // How many nodes used in the pool variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h195 PoolPosType mtrx_nd_pool_used_; // How many nodes used in the pool variable