Lines Matching refs:targetIx
3849 int32_t targetIx = 0; in usearch_search() local
3875 for(targetIx=0; ; targetIx++) in usearch_search()
3885 const CEI *firstCEI = ceb.get(targetIx); in usearch_search()
3894 targetCEI = ceb.get(targetIx+patIx+targetIxOffset); in usearch_search()
3931 const CEI *lastCEI = ceb.get(targetIx + targetIxOffset - 1); in usearch_search()
3946 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()
3953 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()
4113 int32_t targetIx = 0; in usearch_searchBackwards() local
4130 for (targetIx = 0; ; targetIx += 1) { in usearch_searchBackwards()
4131 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) { in usearch_searchBackwards()
4144 int32_t limitIx = targetIx; in usearch_searchBackwards()
4158 for(targetIx = limitIx; ; targetIx += 1) in usearch_searchBackwards()
4164 const CEI *lastCEI = ceb.getPrevious(targetIx); in usearch_searchBackwards()
4176 … targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset); in usearch_searchBackwards()
4212 …const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 + targetIxOffset); in usearch_searchBackwards()
4234 if (targetIx > 0) { in usearch_searchBackwards()
4243 const CEI *nextCEI = ceb.getPrevious(targetIx - 1); in usearch_searchBackwards()