Lines Matching refs:nextWindowUseIndex
137 * At nextWindowUseIndex there is the least recently used window,
140 * At nextWindowUseIndex-1 there is the most recently used window.
143 int8_t nextWindowUseIndex;
178 scsu->nextWindowUseIndex=0;
908 int8_t window=scsu->windowUse[scsu->nextWindowUseIndex];
909 if(++scsu->nextWindowUseIndex==8) {
910 scsu->nextWindowUseIndex=0;
917 * windowUse[] and nextWindowUseIndex for the algorithm to choose
925 * up in windowUse[] to nextWindowUseIndex-1
931 i=scsu->nextWindowUseIndex;
943 while(j!=scsu->nextWindowUseIndex) {