Searched refs:UncompressedSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Support/
H A DCompression.cpp67 size_t UncompressedSize) {
68 UncompressedBuffer.resize(UncompressedSize);
70 (Bytef *)UncompressedBuffer.data(), (uLongf *)&UncompressedSize,
74 __msan_unpoison(UncompressedBuffer.data(), UncompressedSize);
75 UncompressedBuffer.resize(UncompressedSize);
92 size_t UncompressedSize) {
65 uncompress(StringRef InputBuffer, SmallVectorImpl<char> &UncompressedBuffer, size_t UncompressedSize) argument
/external/llvm/include/llvm/Support/
H A DCompression.h48 size_t UncompressedSize);
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp302 uint64_t UncompressedSize = decodeULEB128(P, &N); local
313 UncompressedSize) != zlib::StatusOK)
320 StringRef(reinterpret_cast<const char *>(P), UncompressedSize);
321 P += UncompressedSize;
/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 121 milliseconds