Lines Matching refs:mb_cur_max
440 int mb_cur_max = MB_CUR_MAX;
525 if ((b_len = q - s) > mb_cur_max) {
526 b_len = mb_cur_max;
529 if (mb_cur_max > 1 && b_len < mb_cur_max) {
549 if ((b_len = q - s) > mb_cur_max) {
550 b_len = mb_cur_max;
566 if (mb_cur_max == 1 || (delta = q - s) == 0) {
591 * mb_cur_max and see if we can get a right sequence.
593 while (delta < mb_cur_max) {