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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c2934 UINTN FoundBytePos; local
2942 FoundBytePos = 0;
2982 // reset the (FoundBytePos,FoundBitPos) to the position of '1'
2984 FoundBytePos = TempBytePos;
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).
3026 // Have the (FoundBytePos,FoundBitPos) make sense.
3029 FoundBytePos += 1;
3035 for (TempBytePos = FoundBytePos, Inde
[all...]

Completed in 35 milliseconds