Home | History | Annotate | Download | only in src

Lines Matching defs:nmax

1598   INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR;
1685 nmax = 2; /* n: {0,1,2} */
1686 if (ntot > nmax) {
1687 nL = nmax;
1688 nR = ntot - nmax;