Lines Matching defs:mindex
2278 size_t mindex;
2304 for (mindex = 0; mindex < g->mlen; mindex++)
2305 g->charjump[(int)g->must[mindex]] = g->mlen - mindex - 1;
2324 size_t mindex; /* General "must" iterator */
2352 for (mindex = 0; mindex < g->mlen; mindex++)
2353 g->matchjump[mindex] = 2 * g->mlen - mindex - 1;
2356 for (suffix = mindex = g->mlen; mindex-- > 0; suffix--) {
2357 pmatches[mindex] = suffix;
2366 && g->must[mindex] != g->must[suffix]) {
2368 g->mlen - mindex - 1);
2377 for (mindex = 0; mindex <= suffix; mindex++)
2378 g->matchjump[mindex] = MIN(g->matchjump[mindex],
2379 g->mlen + suffix - mindex);