Lines Matching refs:storebuff
1654 psrhCache->storebuff[abIdx] = tmpbuff; in search_node2()
1659 psrhCache->storebuff[abIdx].top = data_offset; in search_node2()
1664 psrhCache->storebuff[abIdx].top, in search_node2()
1666 &(psrhCache->storebuff[abIdx].bottom)); in search_node2()
1708 psrhCache->storebuff[abIdx] = tmpbuff; in search_node2()
1713 psrhCache->storebuff[abIdx].top = data_offset; in search_node2()
1719 psrhCache->storebuff[abIdx].top, in search_node2()
1721 &(psrhCache->storebuff[abIdx].bottom)); in search_node2()
1760 node = psrhCache->storebuff[m].node; in search_node2()
1761 now = psrhCache->storebuff[m].now; in search_node2()
1763 if ((node == now) && (psrhCache->storebuff[m].idx_no == 0)) { in search_node2()
1769 node, now, psrhCache->storebuff[m].idx_no, in search_node2()
1788 psrhCache->storebuff[abIdx] = tmpbuff; in search_node2()
1793 psrhCache->storebuff[abIdx].top = data_offset; in search_node2()
1798 psrhCache->storebuff[abIdx].top, in search_node2()
1800 &(psrhCache->storebuff[abIdx].bottom)); in search_node2()
1821 node = psrhCache->storebuff[m].node; in search_node2()
1822 now = psrhCache->storebuff[m].now; in search_node2()
1827 psrhCache->storebuff[m].idx_no, in search_node2()
1847 psrhCache->storebuff[abIdx] = tmpbuff; in search_node2()
1852 psrhCache->storebuff[abIdx].top = data_offset; in search_node2()
1857 psrhCache->storebuff[abIdx].top, in search_node2()
1859 … &(psrhCache->storebuff[abIdx].bottom)); in search_node2()
1909 stem_data = data_top + psrhCache->storebuff[abIdx_current].top; in search_node2()
1919 while (stem_data <= (data_top + psrhCache->storebuff[abIdx_current].bottom)) { in search_node2()
1938 psrhCache->storebuff[abIdx_current].current = hindo_tmp_data; in search_node2()
1950 stem_data = data_top + psrhCache->storebuff[abIdx_current].top; in search_node2()
1960 loctset->loct.top = psrhCache->storebuff[abIdx_current].top; in search_node2()
1961 loctset->loct.bottom = psrhCache->storebuff[abIdx_current].bottom; in search_node2()
2439 data = data_top + psrhCache->storebuff[m].top; in bdic_search_fore_data2()
2449 while (data <= (data_top + psrhCache->storebuff[m].bottom)) { in bdic_search_fore_data2()
2468 psrhCache->storebuff[m].current = hindo_tmp_data; in bdic_search_fore_data2()
2482 data = data_top + psrhCache->storebuff[abIdx_current].top; in bdic_search_fore_data2()
2492 loctset->loct.top = psrhCache->storebuff[abIdx_current].top; in bdic_search_fore_data2()
2493 loctset->loct.bottom = psrhCache->storebuff[abIdx_current].bottom; in bdic_search_fore_data2()
2601 loctset->loct.current = psrhCache->storebuff[old_abIdx].current; 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()
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()
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()
2683 loctset->loct.top = psrhCache->storebuff[save_abIdx].top; in bdic_search_fore_data2()
2684 loctset->loct.bottom = psrhCache->storebuff[save_abIdx].bottom; in bdic_search_fore_data2()
2685 loctset->loct.current = psrhCache->storebuff[save_abIdx].current; in bdic_search_fore_data2()
2732 NJ_UINT32 current = psrhCache->storebuff[abIdx].current; in bdic_get_next_data()
2738 if (psrhCache->storebuff[abIdx].current == LOC_CURRENT_NO_ENTRY) { in bdic_get_next_data()
2743 data = data_top + psrhCache->storebuff[abIdx].top + psrhCache->storebuff[abIdx].current; in bdic_get_next_data()
2749 bottom = data_top + psrhCache->storebuff[abIdx].bottom; in bdic_get_next_data()
2764 psrhCache->storebuff[abIdx].current = LOC_CURRENT_NO_ENTRY; in bdic_get_next_data()
2771 data = data_top + psrhCache->storebuff[abIdx].top; in bdic_get_next_data()
2779 psrhCache->storebuff[abIdx].current = hindo_data; in bdic_get_next_data()
2791 psrhCache->storebuff[abIdx].current = current; in bdic_get_next_data()
2804 psrhCache->storebuff[abIdx].current = LOC_CURRENT_NO_ENTRY; in bdic_get_next_data()
2815 if (psrhCache->storebuff[abIdx].current != LOC_CURRENT_NO_ENTRY) { in bdic_get_word_freq()
2817 data = data_top + psrhCache->storebuff[abIdx].top + psrhCache->storebuff[abIdx].current; in bdic_get_word_freq()