Lines Matching refs:targetIx
3877 int32_t targetIx = 0; in usearch_search() local
3903 for(targetIx=0; ; targetIx++) in usearch_search()
3913 const CEI *firstCEI = ceb.get(targetIx); in usearch_search()
3922 targetCEI = ceb.get(targetIx+patIx+targetIxOffset); in usearch_search()
3959 const CEI *lastCEI = ceb.get(targetIx + targetIxOffset - 1); in usearch_search()
3974 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()
3981 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()
4174 int32_t targetIx = 0; in usearch_searchBackwards() local
4191 for (targetIx = 0; ; targetIx += 1) { in usearch_searchBackwards()
4192 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) { in usearch_searchBackwards()
4205 int32_t limitIx = targetIx; in usearch_searchBackwards()
4219 for(targetIx = limitIx; ; targetIx += 1) in usearch_searchBackwards()
4225 const CEI *lastCEI = ceb.getPrevious(targetIx); in usearch_searchBackwards()
4237 … targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset); in usearch_searchBackwards()
4273 …const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 + targetIxOffset); in usearch_searchBackwards()
4295 if (targetIx > 0) { in usearch_searchBackwards()
4304 const CEI *nextCEI = ceb.getPrevious(targetIx - 1); in usearch_searchBackwards()