Home | History | Annotate | Download | only in cintltst

Lines Matching refs:i2

5342     int32_t i, j, i2;
5372 for (i2=0; i2<i; i2++)
5378 fullMatch = fullMatch && (bufFull[i][j] != bufFull[i2][j]);
5379 partMatch = partMatch && (bufPart[i][j] != bufPart[i2][j]);