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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h185 uint_t log_2(unsigned int x);
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c163 for (i = 0; i < log_2(NUM_FRAME_LST_ENTRIES); i++) {
H A Duhciutil.c749 log_2(uint_t x) function
1376 return (TREE_HEIGHT - (log_2(bandwidth)));

Completed in 387 milliseconds