HomeSort by relevance Sort by last modified time
    Searched refs:CompressedSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
Compression.cpp 51 unsigned long CompressedSize = ::compressBound(InputBuffer.size());
52 CompressedBuffer.resize(CompressedSize);
55 (Bytef *)CompressedBuffer.data(), &CompressedSize,
57 CompressedBuffer.resize(CompressedSize);
  /external/chromium_org/third_party/zlib/contrib/minizip/
zip.c 1031 ZPOS64_T CompressedSize = 0;
1041 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)CompressedSize,8);
    [all...]

Completed in 192 milliseconds