Lines Matching defs:NumberOfBlocks
815 const u32 NumberOfBlocks =
818 DCHECK_GT(NumberOfBlocks, 0U);
826 DCHECK_LE(NumberOfBlocks, ShuffleArraySize);
829 for (u32 I = 0; I < NumberOfBlocks; I++, P += Size)
835 for (u32 I = 1; I < NumberOfBlocks; I++) {
847 shuffle(ShuffleArray + NumberOfBlocks - N, N, &Sci->RandState);
848 pushBlocksImpl(C, ClassId, Sci, &ShuffleArray[NumberOfBlocks - N], N,
851 pushBatchClassBlocks(Sci, ShuffleArray, NumberOfBlocks);
858 Sci->FreeListInfo.PushedBlocks -= NumberOfBlocks;
860 const uptr AllocatedUser = Size * NumberOfBlocks;