Home | History | Annotate | Download | only in lib

Lines Matching defs:curr_max

438   int i = 0, j, max_i = 32, curr_max, curr_min;
464 curr_max = curr_min = 0;
473 DPRINT(("item: %d - %d, class %ld, curr_max = %d\n",
474 (int)l->code_min, (int)l->code_max, (long)l->u.class, curr_max));
478 if (min < curr_max)
481 curr_max = MAX(max + 1, curr_max);
482 DPRINT(("overlap, curr_max = %d\n", curr_max));
488 curr_max = min - 1;
489 if (curr_max >= curr_min)
493 l->code_max = curr_max;
500 curr_min = curr_max = max + 1;