Home | History | Annotate | Download | only in i18n

Lines Matching refs:limitIx

3463     int32_t              limitIx;
3497 limitIx = 0;
3528 if (index>=firstIx && index<limitIx) {
3537 if (index != limitIx) {
3544 limitIx++;
3546 if (limitIx - firstIx >= bufSize) {
3567 if (index>=firstIx && index<limitIx) {
3576 if (index != limitIx) {
3583 limitIx++;
3585 if (limitIx - firstIx >= bufSize) {
4043 printf("Target CEs [%d .. %d]\n", ceb.firstIx, ceb.limitIx);
4044 int32_t lastToPrint = ceb.limitIx+2;
4139 int32_t limitIx = targetIx;
4153 for(targetIx = limitIx; ; targetIx += 1)
4156 // For targetIx > limitIx, this ceb.getPrevious gets a CE that is as far back in the ring buffer
4294 printf("Target CEs [%d .. %d]\n", ceb.firstIx, ceb.limitIx);
4295 int32_t lastToPrint = ceb.limitIx+2;