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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c2288 uint_t height, leftmost, list; local
2360 /* Find the leftmost leaf in the subtree specified by the node. */
2361 leftmost = ehci_leftmost_leaf(pnode, height);
2366 list = ehci_index[leftmost + i];
2386 list = ehci_index[leftmost + i];
2452 uint_t height, leftmost; local
2483 * Find the leftmost leaf in the subtree specified by the node
2485 leftmost = ehci_leftmost_leaf(pnode, height);
2493 leftmost, list_count, smask);
2499 leftmost, list_coun
2532 uint_t bandwidth, height, leftmost, list, min; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c995 uint_t leftmost; local
1101 * Find the leftmost leaf in the subtree specified by the node.
1103 leftmost = uhci_leftmost_leaf(*node, height);
1105 "Leftmost %d", leftmost);
1107 for (i = leftmost; i < leftmost +
1125 for (i = leftmost; i < leftmost +
1159 uint_t leftmost; local
1199 * Find the leftmost lea
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3261 uint_t leftmost, list, bandwidth; local
3358 * Find the leftmost leaf in the subtree
3361 leftmost = ohci_leftmost_leaf(*node, height);
3364 "Leftmost %d", leftmost);
3367 list = ohci_hcca_leaf_index(leftmost + i);
3384 list = ohci_hcca_leaf_index(leftmost + i);
3418 uint_t height, leftmost, list; local
3445 * Find the leftmost leaf in the subtree specified by the node
3447 leftmost = ohci_leftmost_leaf(node, height);
3451 list = ohci_hcca_leaf_index(leftmost
[all...]

Completed in 80 milliseconds