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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c165 for (i = 0, j = 0; i < pow_2(TREE_HEIGHT); i++) {
167 for (k = 0; k < pow_2(VIRTUAL_TREE_HEIGHT); k++) {
742 pow_2(uint_t x) function
1358 while ((pow_2(i)) <= interval) {
1362 return (pow_2((i - 1)));
1396 node = pow_2(height + VIRTUAL_TREE_HEIGHT) * (node+1) -

Completed in 70 milliseconds