Home
last modified time | relevance | path

Searched refs:firstChunk (Results 1 - 2 of 2) sorted by relevance

/third_party/lz4/examples/
H A DframeCompress.c206 int firstChunk = 1; in decompress_file_internal() local
217 size_t readSize = firstChunk ? filled : fread(src, 1, srcCapacity, f_in); firstChunk=0; in decompress_file_internal()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitives.cs480 byte[] firstChunk = new byte[pos]; in ReadRawBytesSlow()
481 buffer.Slice(state.bufferPos, pos).CopyTo(firstChunk); in ReadRawBytesSlow()
482 chunks.Add(firstChunk); in ReadRawBytesSlow()

Completed in 3 milliseconds