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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c2936 UINT8 FoundBitPos; local
2943 FoundBitPos = 0;
2982 // reset the (FoundBytePos,FoundBitPos) to the position of '1'
2985 FoundBitPos = Index;
3015 // The values recorded in (FoundBytePos,FoundBitPos) have two conditions:
3016 // 1)(FoundBytePos,FoundBitPos) record the position
3020 // the bitarray. so no need to adjust the values of (FoundBytePos,FoundBitPos).
3023 FoundBitPos += 1;
3026 // Have the (FoundBytePos,FoundBitPos) make sense.
3028 if (FoundBitPos >
[all...]

Completed in 47 milliseconds