Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h57 typedef struct MatrixNode { struct
60 MatrixNode *from; argument
64 } MatrixNode, *PMatrixNode; typedef
101 MatrixNode *mtrx_nd_fixed;
194 MatrixNode *mtrx_nd_pool_;
328 size_t extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[],
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h57 typedef struct MatrixNode { struct
60 MatrixNode *from; argument
64 } MatrixNode, *PMatrixNode; argument
101 MatrixNode *mtrx_nd_fixed;
194 MatrixNode *mtrx_nd_pool_;
328 size_t extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[],
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp77 size_t mtrx_nd_size = sizeof(MatrixNode) * kMtrxNdPoolSize; in alloc_resource()
94 mtrx_nd_pool_ = reinterpret_cast<MatrixNode*>(share_buf_); in alloc_resource()
241 MatrixNode *node = mtrx_nd_pool_ + matrix_[0].mtrx_nd_pos; in reset_search0()
917 MatrixNode *end_node = matrix_[step_end].mtrx_nd_fixed; in cancel_last_choice()
1136 MatrixNode *mtrx_nd = mtrx_nd_pool_ + mtrx_nd_pos; in add_char_qwerty()
1337 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos; in get_spl_start_id()
1558 size_t MatrixSearch::extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[], in extend_mtrx_nd()
1574 MatrixNode *mtrx_nd_res_min = mtrx_nd_pool_ + matrix_[res_row].mtrx_nd_pos; in extend_mtrx_nd()
1582 MatrixNode *mtrx_nd_res = mtrx_nd_res_min + mtrx_nd_num; in extend_mtrx_nd()
1644 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos; in get_candidate0()