Searched refs:lwm (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c298 int lwm; local
307 lwm = idx ? pwp->hwms[idx - 1] : 0;
310 lwm = 0;
319 pivot = lwm + ((hwm+1)-lwm)/2;
334 lwm = pivot+1;
336 if (lwm > hwm) /* searched all; not found */

Completed in 14 milliseconds