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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c8720 #define VAL_CURR(array, x) (strlen(array[x].pair_curr)) macro
8738 } while (VAL_CURR(array, j) > VAL_CURR(array, pivot));
8742 } while (VAL_CURR(array, i) < VAL_CURR(array, pivot));

Completed in 128 milliseconds