Home | History | Annotate | Download | only in engine

Lines Matching refs:storebuff

1654                     psrhCache->storebuff[abIdx] = tmpbuff;
1659 psrhCache->storebuff[abIdx].top = data_offset;
1664 psrhCache->storebuff[abIdx].top,
1666 &(psrhCache->storebuff[abIdx].bottom));
1708 psrhCache->storebuff[abIdx] = tmpbuff;
1713 psrhCache->storebuff[abIdx].top = data_offset;
1719 psrhCache->storebuff[abIdx].top,
1721 &(psrhCache->storebuff[abIdx].bottom));
1760 node = psrhCache->storebuff[m].node;
1761 now = psrhCache->storebuff[m].now;
1763 if ((node == now) && (psrhCache->storebuff[m].idx_no == 0)) {
1769 node, now, psrhCache->storebuff[m].idx_no,
1788 psrhCache->storebuff[abIdx] = tmpbuff;
1793 psrhCache->storebuff[abIdx].top = data_offset;
1798 psrhCache->storebuff[abIdx].top,
1800 &(psrhCache->storebuff[abIdx].bottom));
1821 node = psrhCache->storebuff[m].node;
1822 now = psrhCache->storebuff[m].now;
1827 psrhCache->storebuff[m].idx_no,
1847 psrhCache->storebuff[abIdx] = tmpbuff;
1852 psrhCache->storebuff[abIdx].top = data_offset;
1857 psrhCache->storebuff[abIdx].top,
1859 &(psrhCache->storebuff[abIdx].bottom));
1909 stem_data = data_top + psrhCache->storebuff[abIdx_current].top;
1919 while (stem_data <= (data_top + psrhCache->storebuff[abIdx_current].bottom)) {
1938 psrhCache->storebuff[abIdx_current].current = hindo_tmp_data;
1950 stem_data = data_top + psrhCache->storebuff[abIdx_current].top;
1960 loctset->loct.top = psrhCache->storebuff[abIdx_current].top;
1961 loctset->loct.bottom = psrhCache->storebuff[abIdx_current].bottom;
2439 data = data_top + psrhCache->storebuff[m].top;
2449 while (data <= (data_top + psrhCache->storebuff[m].bottom)) {
2468 psrhCache->storebuff[m].current = hindo_tmp_data;
2482 data = data_top + psrhCache->storebuff[abIdx_current].top;
2492 loctset->loct.top = psrhCache->storebuff[abIdx_current].top;
2493 loctset->loct.bottom = psrhCache->storebuff[abIdx_current].bottom;
2601 loctset->loct.current = psrhCache->storebuff[old_abIdx].current;
2631 (loctset->loct.top == psrhCache->storebuff[current_abIdx].top) &&
2632 (loctset->loct.current == psrhCache->storebuff[current_abIdx].current)) {
2640 loctset->loct.top = psrhCache->storebuff[current_abIdx].top;
2641 loctset->loct.bottom = psrhCache->storebuff[current_abIdx].bottom;
2642 loctset->loct.current = psrhCache->storebuff[current_abIdx].current;
2672 loctset->loct.top = psrhCache->storebuff[current_abIdx].top;
2673 loctset->loct.bottom = psrhCache->storebuff[current_abIdx].bottom;
2674 loctset->loct.current = psrhCache->storebuff[current_abIdx].current;
2683 loctset->loct.top = psrhCache->storebuff[save_abIdx].top;
2684 loctset->loct.bottom = psrhCache->storebuff[save_abIdx].bottom;
2685 loctset->loct.current = psrhCache->storebuff[save_abIdx].current;
2732 NJ_UINT32 current = psrhCache->storebuff[abIdx].current;
2738 if (psrhCache->storebuff[abIdx].current == LOC_CURRENT_NO_ENTRY) {
2743 data = data_top + psrhCache->storebuff[abIdx].top + psrhCache->storebuff[abIdx].current;
2749 bottom = data_top + psrhCache->storebuff[abIdx].bottom;
2764 psrhCache->storebuff[abIdx].current = LOC_CURRENT_NO_ENTRY;
2771 data = data_top + psrhCache->storebuff[abIdx].top;
2779 psrhCache->storebuff[abIdx].current = hindo_data;
2791 psrhCache->storebuff[abIdx].current = current;
2804 psrhCache->storebuff[abIdx].current = LOC_CURRENT_NO_ENTRY;
2815 if (psrhCache->storebuff[abIdx].current != LOC_CURRENT_NO_ENTRY) {
2817 data = data_top + psrhCache->storebuff[abIdx].top + psrhCache->storebuff[abIdx].current;