Searched refs:iChunk (Results 1 – 1 of 1) sorted by relevance
332 int32_t iChunk = index / iChunkSize; in AddSpaceTo() local333 if (iChunk < iChunkCount) { in AddSpaceTo()334 pChunk = pData->ChunkBuffer.GetAt(iChunk); in AddSpaceTo()339 pData->ChunkBuffer.SetAtGrow(iChunk, pChunk); in AddSpaceTo()340 if (iChunkCount <= iChunk) { in AddSpaceTo()341 iChunkCount = iChunk + 1; in AddSpaceTo()350 int32_t iChunk = index / iChunkSize; in GetAt() local351 if (iChunk >= pData->iChunkCount) in GetAt()354 uint8_t* pChunk = pData->ChunkBuffer.GetAt(iChunk); in GetAt()