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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c2939 UINTN NumberOfZeros; local
2946 NumberOfZeros = 0;
2956 // Found a free bit, the NumberOfZeros only record the number of those consecutive zeros
2958 NumberOfZeros++;
2962 if (NumberOfZeros >= NumberOfMemoryUnit) {
2969 if (NumberOfZeros >= NumberOfMemoryUnit) {
2976 // the NumberOfZeros only record the number of those consecutive zeros,
2977 // so reset the NumberOfZeros to 0 when encountering '1' before finding
2980 NumberOfZeros = 0;
3008 if (NumberOfZeros < NumberOfMemoryUni
[all...]

Completed in 60 milliseconds