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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c2933 UINTN TempBytePos; local
2948 for (TempBytePos = 0; TempBytePos < MemoryHeader->BitArraySizeInBytes;) {
2950 // Pop out BitValue from a byte in TempBytePos.
2984 FoundBytePos = TempBytePos;
3002 TempBytePos += 1;
3003 ByteValue = MemoryHeader->BitArrayPtr[TempBytePos];
3035 for (TempBytePos = FoundBytePos, Index = FoundBitPos, Count = 0; Count < NumberOfMemoryUnit; Count++) {
3037 MemoryHeader->BitArrayPtr[TempBytePos] = (UINT8) (MemoryHeader->BitArrayPtr[TempBytePos] | (
[all...]

Completed in 59 milliseconds