HomeSort by: relevance | last modified time | path
    Searched refs:UncompressedSize (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Compression.cpp 64 size_t &UncompressedSize) {
66 ::uncompress((Bytef *)UncompressedBuffer, (uLongf *)&UncompressedSize,
70 __msan_unpoison(UncompressedBuffer, UncompressedSize);
76 size_t UncompressedSize) {
77 UncompressedBuffer.reserve(UncompressedSize);
79 uncompress(InputBuffer, UncompressedBuffer.data(), UncompressedSize);
80 UncompressedBuffer.set_size(UncompressedSize);
95 size_t &UncompressedSize) {
100 size_t UncompressedSize) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Compression.h 36 size_t &UncompressedSize);
40 size_t UncompressedSize);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 463 uint64_t UncompressedSize = decodeULEB128(P, &N);
478 UncompressedSize)) {
487 StringRef(reinterpret_cast<const char *>(P), UncompressedSize);
488 P += UncompressedSize;
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
zip.c 993 ZPOS64_T UncompressedSize = 0;
1001 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
zip.c 1032 ZPOS64_T UncompressedSize = 0;
1040 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8);
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
zip.c 1032 ZPOS64_T UncompressedSize = 0;
1040 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8);
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
zip.c 993 ZPOS64_T UncompressedSize = 0;
1001 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8);
  /src/common/dist/zlib/contrib/minizip/
zip.c 1239 ZPOS64_T UncompressedSize = 0;
1247 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8);

Completed in 37 milliseconds