Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp1136 MatrixNode *mtrx_nd = mtrx_nd_pool_ + mtrx_nd_pos; in add_char_qwerty() local
1138 extend_mtrx_nd(mtrx_nd, lpi_items_, lpi_total_, in add_char_qwerty()
1337 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos; in get_spl_start_id() local
1338 while (mtrx_nd != mtrx_nd_pool_) { in get_spl_start_id()
1340 if (mtrx_nd->step <= spl_start_[fixed_hzs_]) in get_spl_start_id()
1346 PoolPosType dmi_fr = mtrx_nd->dmi_fr; in get_spl_start_id()
1351 spl_start_[spl_id_num_ + 1] = mtrx_nd->step - in get_spl_start_id()
1360 lma_id_[lma_id_num_] = mtrx_nd->id; in get_spl_start_id()
1363 mtrx_nd = mtrx_nd->from; in get_spl_start_id()
1558 size_t MatrixSearch::extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[], in extend_mtrx_nd() argument
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h328 size_t extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[],
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h328 size_t extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[],