Searched refs:mindex (Results 1 – 1 of 1) sorted by relevance
1862 int mindex; in computejumps() local1883 for (mindex = 0; mindex < g->mlen; mindex++) in computejumps()1884 g->charjump[(unsigned char) g->must[mindex]] = g->mlen - mindex - 1; in computejumps()1909 int mindex; /* General "must" iterator */ in computematchjumps() local1934 for (mindex = 0; mindex < g->mlen; mindex++) in computematchjumps()1935 g->matchjump[mindex] = 2*g->mlen - mindex - 1; in computematchjumps()1938 for (mindex = g->mlen - 1, suffix = g->mlen; mindex >= 0; in computematchjumps()1939 mindex--, suffix--) { in computematchjumps()1940 pmatches[mindex] = suffix; in computematchjumps()1949 && g->must[mindex] != g->must[suffix]) { in computematchjumps()[all …]