Lines Matching refs:spl_start_
232 spl_start_[0] = 0;
296 spl_start_[c_phrase_.length] <= ch_pos))) {
306 while (spl_start_[fixed_hzs_] < fixed_ch_pos)
308 assert(spl_start_[fixed_hzs_] == fixed_ch_pos);
391 while (c_py_pos < spl_start_[c_phrase_.length]) {
404 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
405 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
515 if (fixed_lmas_ > 0 && pos < spl_start_[lma_start_[fixed_lmas_]])
521 if (pos == spl_start_[lma_start_[fixed_lmas_]]) {
530 reset_pos = spl_start_[c_phrase_.length];
535 del_py_len = spl_start_[pos + 1] - spl_start_[pos];
537 del_in_pys(spl_start_[pos], del_py_len);
541 reset_pos = spl_start_[pos + 1] - del_py_len;
543 c_py_len = spl_start_[lma_start_[fixed_lmas_]] - del_py_len;
575 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
576 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
720 mtrx_nd_pool_[matrix_[spl_start_[lma_start_[pos]]]
745 mtrx_nd_pool_[matrix_[spl_start_[lma_start_[pos]]]
780 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_fixed = mtrx_nd_pool_ +
781 matrix_[spl_start_[fixed_hzs_]].mtrx_nd_pos;
831 size_t step_fr = spl_start_[fixed_hzs_];
832 size_t step_to = spl_start_[fixed_hzs_ + cand_len];
893 size_t step_end = spl_start_[fixed_hzs_];
979 if (ext_len > pys_decoded_len_ - spl_start_[fixed_hzs_])
997 if (spl_start_[fixed_hzs_] > oldrow)
1031 spl_start_[fixed_hzs_]) {
1204 uint16 del_py_len = spl_start_[del_spl_pos + 1] - spl_start_[del_spl_pos];
1206 spl_start_[pos] = spl_start_[pos + 1] - del_py_len;
1218 memcpy(c_phrase_.spl_start, spl_start_, (spl_id_num_ + 1) * sizeof(uint16));
1304 spl_start_[0] = 0;
1317 if (mtrx_nd->step <= spl_start_[fixed_hzs_])
1328 spl_start_[spl_id_num_ + 1] = mtrx_nd->step -
1347 spl_start_[pos + 1] ^= spl_start_[spl_id_num_ - pos + fixed_hzs_];
1348 spl_start_[spl_id_num_ - pos + fixed_hzs_] ^= spl_start_[pos + 1];
1349 spl_start_[pos + 1] ^= spl_start_[spl_id_num_ - pos + fixed_hzs_];
1385 if (NULL != matrix_[spl_start_[pos]].mtrx_nd_fixed) {
1396 spl_start = spl_start_;