Searched refs:AppendSize (Results 1 – 2 of 2) sorted by relevance
580 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); in pushBatchClassBlocks() local581 CurBatch->appendFromArray(&Array[I], AppendSize); in pushBatchClassBlocks()582 I += AppendSize; in pushBatchClassBlocks()645 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable646 CurBatch->appendFromArray(&Array[I], AppendSize);647 I += AppendSize;
733 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); in pushBatchClassBlocks() local734 CurBatch->appendFromArray(&Array[I], AppendSize); in pushBatchClassBlocks()735 I += AppendSize; in pushBatchClassBlocks()797 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I)); variable798 CurBatch->appendFromArray(&Array[I], AppendSize);799 I += AppendSize;