HomeSort by relevance Sort by last modified time
    Searched defs:ch_pos (Results 1 - 5 of 5) sorted by null

  /external/quake/quake/src/QW/client/
asm_i386.h 81 #define ch_pos 16 macro
  /external/quake/quake/src/QW/server/
asm_i386.h 81 #define ch_pos 16 macro
  /external/quake/quake/src/WinQuake/
asm_i386.h 81 #define ch_pos 16 macro
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 813 size_t ch_pos = lma_num + homo_pos; local
814 lma_buf[ch_pos].id =
816 lma_buf[ch_pos].lma_len = 1;
817 lma_buf[ch_pos].psb =
818 static_cast<LmaScoreType>(ngram.get_uni_psb(lma_buf[ch_pos].id));
827 size_t ch_pos = lma_num + homo_pos; local
829 lma_buf[ch_pos].id = get_lemma_id(node_homo_off + homo_pos);
830 lma_buf[ch_pos].lma_len = splid_str_len;
831 lma_buf[ch_pos].psb =
832 static_cast<LmaScoreType>(ngram.get_uni_psb(lma_buf[ch_pos].id))
    [all...]
matrixsearch.cpp 242 bool MatrixSearch::reset_search(size_t ch_pos, bool clear_fixed_this_step,
245 if (!inited_ || ch_pos > pys_decoded_len_ || ch_pos >= kMaxRowNum)
248 if (0 == ch_pos) {
253 if (clear_dmi_this_step && matrix_[ch_pos].dmi_num > 0) {
254 dict_handles_to_clear = dmi_pool_[matrix_[ch_pos].dmi_pos].dict_handles;
259 if (pys_decoded_len_ > ch_pos && !clear_dmi_this_step) {
261 if (matrix_[ch_pos + 1].dmi_num > 0) {
263 dmi_pool_[matrix_[ch_pos + 1].dmi_pos].dict_handles;
268 dict_trie_->reset_milestones(ch_pos, dict_handles_to_clear[0])
429 size_t ch_pos = 0; local
    [all...]

Completed in 509 milliseconds