Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c2959 UINT8 FoundBitPos; in AllocMemInMemoryBlock() local
2966 FoundBitPos = 0; in AllocMemInMemoryBlock()
3008 FoundBitPos = Index; in AllocMemInMemoryBlock()
3046 FoundBitPos += 1; in AllocMemInMemoryBlock()
3051 if (FoundBitPos > 7) { in AllocMemInMemoryBlock()
3053 FoundBitPos -= 8; in AllocMemInMemoryBlock()
3058 …for (TempBytePos = FoundBytePos, Index = FoundBitPos, Count = 0; Count < NumberOfMemoryUnit; Count… in AllocMemInMemoryBlock()
3068 *Pool = MemoryHeader->MemoryBlockPtr + (FoundBytePos * 8 + FoundBitPos) * 32; in AllocMemInMemoryBlock()