Searched refs:numBytesPrev (Results 1 – 1 of 1) sorted by relevance
53 UInt32 numBytesPrev = 0; in ReadDataString() local60 UInt32 numReadBytes = kBufferSize - numBytesPrev; in ReadDataString()62 if (!inFile.Read(buffer + numBytesPrev, numReadBytes, processedSize)) in ReadDataString()66 UInt32 numBytesInBuffer = numBytesPrev + processedSize; in ReadDataString()95 numBytesPrev = numBytesInBuffer - pos; in ReadDataString()97 memmove(buffer, buffer + pos, numBytesPrev); in ReadDataString()