Searched refs:FoundBitPos (Results 1 – 1 of 1) sorted by relevance
2959 UINT8 FoundBitPos; in AllocMemInMemoryBlock() local2966 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()