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

/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp777 unsigned iRate = 0; local
785 iRate += 2;
794 iRate += 2;
807 iRate += 2;
817 iRate += 2;
828 iRate += 1;
839 iRate += 1;
850 iRate += 2;
861 iRate += 2;
872 iRate
[all...]
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp958 int iRate = USBFilterMatchRated(&Filter, &Device); local
959 if (iRate > iBestMatchRate)
962 iBestMatchRate = iRate;
963 if (iRate >= 100)

Completed in 47 milliseconds