Searched refs:mtrx_nd_pool_ (Results 1 – 3 of 3) sorted by relevance
61 mtrx_nd_pool_ = NULL; in reset_pointers_to_null()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()427 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ + in reset_search()598 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ + in delsearch()743 mtrx_nd_pool_[matrix_[spl_start_[lma_start_[pos]]] in try_add_cand0_to_userdict()768 mtrx_nd_pool_[matrix_[spl_start_[lma_start_[pos]]] in try_add_cand0_to_userdict()803 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ + in choose()879 matrix_[step_to].mtrx_nd_fixed = mtrx_nd_pool_ + matrix_[step_to].mtrx_nd_pos; in choose()1136 MatrixNode *mtrx_nd = mtrx_nd_pool_ + mtrx_nd_pos; in add_char_qwerty()[all …]
194 MatrixNode *mtrx_nd_pool_; variable