Lines Matching refs:limitIx
3472 int32_t limitIx; member
3506 limitIx = 0; in CEIBuffer()
3537 if (index>=firstIx && index<limitIx) { in get()
3546 if (index != limitIx) { in get()
3553 limitIx++; in get()
3555 if (limitIx - firstIx >= bufSize) { in get()
3576 if (index>=firstIx && index<limitIx) { in getPrevious()
3585 if (index != limitIx) { in getPrevious()
3592 limitIx++; in getPrevious()
3594 if (limitIx - firstIx >= bufSize) { in getPrevious()
4109 printf("Target CEs [%d .. %d]\n", ceb.firstIx, ceb.limitIx); in usearch_search()
4110 int32_t lastToPrint = ceb.limitIx+2; in usearch_search()
4205 int32_t limitIx = targetIx; in usearch_searchBackwards() local
4219 for(targetIx = limitIx; ; targetIx += 1) in usearch_searchBackwards()
4392 printf("Target CEs [%d .. %d]\n", ceb.firstIx, ceb.limitIx); in usearch_searchBackwards()
4393 int32_t lastToPrint = ceb.limitIx+2; in usearch_searchBackwards()