Lines Matching refs:current_abIdx

2390     NJ_UINT16 current_abIdx;  in bdic_search_fore_data2()  local
2619 current_abIdx = old_abIdx + 1; in bdic_search_fore_data2()
2620 if (current_abIdx >= bottom_abIdx) { in bdic_search_fore_data2()
2622 current_abIdx = top_abIdx; in bdic_search_fore_data2()
2628 ret = bdic_get_word_freq(data_top, loctset, psrhCache, current_abIdx); in bdic_search_fore_data2()
2631 (loctset->loct.top == psrhCache->storebuff[current_abIdx].top) && in bdic_search_fore_data2()
2632 (loctset->loct.current == psrhCache->storebuff[current_abIdx].current)) { in bdic_search_fore_data2()
2633 ret = bdic_get_next_data(data_top, data_end, loctset, psrhCache, current_abIdx); in bdic_search_fore_data2()
2640 loctset->loct.top = psrhCache->storebuff[current_abIdx].top; in bdic_search_fore_data2()
2641 loctset->loct.bottom = psrhCache->storebuff[current_abIdx].bottom; in bdic_search_fore_data2()
2642 loctset->loct.current = psrhCache->storebuff[current_abIdx].current; in bdic_search_fore_data2()
2643 loctset->loct.current_cache = (NJ_UINT8)current_abIdx; in bdic_search_fore_data2()
2655 save_abIdx = current_abIdx; in bdic_search_fore_data2()
2660 current_abIdx++; in bdic_search_fore_data2()
2661 if (current_abIdx >= bottom_abIdx) { in bdic_search_fore_data2()
2663 current_abIdx = top_abIdx; in bdic_search_fore_data2()
2667 if (current_abIdx == old_abIdx) { in bdic_search_fore_data2()
2672 loctset->loct.top = psrhCache->storebuff[current_abIdx].top; in bdic_search_fore_data2()
2673 loctset->loct.bottom = psrhCache->storebuff[current_abIdx].bottom; in bdic_search_fore_data2()
2674 loctset->loct.current = psrhCache->storebuff[current_abIdx].current; in bdic_search_fore_data2()
2675 loctset->loct.current_cache = (NJ_UINT8)current_abIdx; in bdic_search_fore_data2()