Lines Matching refs:current
927 NJ_UINT16 current, from, to; in get_cand_by_sequential() local
954 current = from; in get_cand_by_sequential()
957 current = (NJ_UINT16)(loctset->loct.current + 1); in get_cand_by_sequential()
965 p = ptr + (current * NJ_INDEX_SIZE); in get_cand_by_sequential()
967 while (current <= loctset->loct.bottom) { in get_cand_by_sequential()
1010 loctset->loct.current = current; in get_cand_by_sequential()
1039 loctset->loct.current = current; in get_cand_by_sequential()
1049 current++; in get_cand_by_sequential()
1061 NJ_UINT32 max_value, eval, current; in get_cand_by_evaluate() local
1077 current = 0; in get_cand_by_evaluate()
1099 current = GET_UINT16(ptr + (loctset->loct.current * NJ_INDEX_SIZE)); in get_cand_by_evaluate()
1100 if (current < oldest) { in get_cand_by_evaluate()
1101 current += GET_LEARN_MAX_WORD_COUNT(loctset->loct.handle); in get_cand_by_evaluate()
1113 eval = current; in get_cand_by_evaluate()
1124 is_better_freq = ((eval >= max_value) && ((is_first_search) || (eval < current))) ? 1 : 0; in get_cand_by_evaluate()
1157 loctset->loct.current = i; in get_cand_by_evaluate()
1171 loctset->loct.current = i; in get_cand_by_evaluate()
1696 ((loctset->loct.current & 0xffffU) * NJ_INDEX_SIZE)); in get_hindo()
1731 ((loctset->loct.current & 0xffff) * NJ_INDEX_SIZE)); in njd_l_get_word()
1745 word->stem.loc.current &= 0x0000ffff; in njd_l_get_word()
1746 word->stem.loc.current |= ((NJ_UINT32)que_id << 16); in njd_l_get_word()
1774 que_id = (NJ_UINT16)(word->stem.loc.current >> 16); in njd_l_get_stroke()
1812 que_id = (NJ_UINT16)(word->stem.loc.current >> 16); in njd_l_get_candidate()
1938 NJ_UINT32 max_value, eval, current; in get_cand_by_evaluate2() local
1978 current = 0; in get_cand_by_evaluate2()
2212 current = GET_UINT16(ptr + (loctset->loct.current * NJ_INDEX_SIZE)); in get_cand_by_evaluate2()
2213 if (current < oldest) { in get_cand_by_evaluate2()
2214 current += GET_LEARN_MAX_WORD_COUNT(loctset->loct.handle); in get_cand_by_evaluate2()
2234 eval = current; in get_cand_by_evaluate2()
2247 eval = current; in get_cand_by_evaluate2()
2263 || (eval < current)) { in get_cand_by_evaluate2()
2278 loctset->loct.current = i; in get_cand_by_evaluate2()