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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h184 uint_t pow_2(unsigned int x);
/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) -
H A Duhci.c166 uhci_tree_bottom_nodes[j] = temp[k] + pow_2(i);

Completed in 54 milliseconds