Home
last modified time | relevance | path

Searched refs:streamSize (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DPDFGlyphsToUnicodeTest.cpp25 const size_t streamSize = stream.bytesWritten(); in stream_equals() local
27 if (offset + len > streamSize) { in stream_equals()
31 SkAutoTMalloc<char> data(streamSize); in stream_equals()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp479 UInt64 streamSize; in Encode() local
482 streamSize = inStreamSizeCountSpec->GetSize(); in Encode()
483 unpackSize = streamSize; in Encode()
486 streamSize = _mixer->GetBondStreamSize((unsigned)bond); in Encode()
487 coderUnpackSizes.Add(streamSize); in Encode()
/third_party/lzma/CPP/7zip/Common/
DLimitedStreams.h22 void Init(UInt64 streamSize) in Init() argument
24 _size = streamSize; in Init()
/third_party/lz4/programs/
Dlz4io.c964 unsigned long long streamSize = 0; in LZ4IO_decodeLegacyStream() local
995 streamSize += (unsigned long long)decodeSize; in LZ4IO_decodeLegacyStream()
1007 return streamSize; in LZ4IO_decodeLegacyStream()