Searched refs:mlim (Results 1 – 1 of 1) sorted by relevance
386 long i, nm, nreff, mlim; in xdl_cleanup_records() local399 if ((mlim = xdl_bogosqrt(xdf1->nrec)) > XDL_MAX_EQLIMIT) in xdl_cleanup_records()400 mlim = XDL_MAX_EQLIMIT; in xdl_cleanup_records()404 dis1[i] = (nm == 0) ? 0: (nm >= mlim) ? 2: 1; in xdl_cleanup_records()407 if ((mlim = xdl_bogosqrt(xdf2->nrec)) > XDL_MAX_EQLIMIT) in xdl_cleanup_records()408 mlim = XDL_MAX_EQLIMIT; in xdl_cleanup_records()412 dis2[i] = (nm == 0) ? 0: (nm >= mlim) ? 2: 1; in xdl_cleanup_records()