Searched defs:mtrx_nd (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp1113 MatrixNode *mtrx_nd = mtrx_nd_pool_ + mtrx_nd_pos; local
1115 extend_mtrx_nd(mtrx_nd, lpi_items_, lpi_total_,
1314 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos; local
1315 while (mtrx_nd != mtrx_nd_pool_) {
1317 if (mtrx_nd->step <= spl_start_[fixed_hzs_])
1323 PoolPosType dmi_fr = mtrx_nd->dmi_fr;
1328 spl_start_[spl_id_num_ + 1] = mtrx_nd->step -
1337 lma_id_[lma_id_num_] = mtrx_nd->id;
1340 mtrx_nd = mtrx_nd
1535 extend_mtrx_nd(MatrixNode *mtrx_nd, LmaPsbItem lpi_items[], size_t lpi_num, PoolPosType dmi_fr, size_t res_row) argument
1621 MatrixNode *mtrx_nd = mtrx_nd_pool_ + matrix_[pys_decoded_len_].mtrx_nd_pos; local
[all...]

Completed in 5 milliseconds