Home | History | Annotate | Download | only in letest

Lines Matching defs:minIndex

926                 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
935 if (ix < minIndex) {
936 minIndex = ix;
940 if (minIndex != charIndex) {
941 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n",
942 run, lineNumber, charIndex, minIndex);