Searched defs:UncompressedSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DCompression.cpp63 size_t UncompressedSize) {
64 UncompressedBuffer.resize(UncompressedSize);
66 (Bytef *)UncompressedBuffer.data(), (uLongf *)&UncompressedSize,
68 UncompressedBuffer.resize(UncompressedSize);
85 size_t UncompressedSize) {
61 uncompress(StringRef InputBuffer, SmallVectorImpl<char> &UncompressedBuffer, size_t UncompressedSize) argument
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c1032 ZPOS64_T UncompressedSize = 0; local
1040 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8);
/external/zlib/src/contrib/minizip/
H A Dzip.c1032 ZPOS64_T UncompressedSize = 0; local
1040 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8);

Completed in 75 milliseconds