Searched defs:pivot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c311 int pivot; local
314 pivot = lwm + ((hwm+1)-lwm)/2;
319 if ((this = GetPW(pwp, pivot)) == NULL)
325 return (pivot);
327 hwm = pivot-1;
329 lwm = pivot+1;
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c8733 int pivot = start; local
8738 } while (VAL_CURR(array, j) > VAL_CURR(array, pivot));
8742 } while (VAL_CURR(array, i) < VAL_CURR(array, pivot));
8756 int pivot = start; local
8761 } while (VAL_ALIAS(array, j) > VAL_ALIAS(array, pivot));
8765 } while (VAL_ALIAS(array, i) < VAL_ALIAS(array, pivot));

Completed in 58 milliseconds