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

  /external/llvm/lib/Support/
Compression.cpp 53 unsigned long CompressedSize = ::compressBound(InputBuffer.size());
54 OwningArrayPtr<char> TmpBuffer(new char[CompressedSize]);
57 (Bytef *)TmpBuffer.get(), &CompressedSize,
61 StringRef(TmpBuffer.get(), CompressedSize)));
63 __msan_unpoison(CompressedBuffer->getBufferStart(), CompressedSize);
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 248 @ compressedSize = `/usr/bin/du -k -s $pkg | $awk '{print $1}'`
249 @ compressedSize += 3 # add 1KB each for sizes, location, status files
265 echo CompressedSize $compressedSize >> $pkgSizes
  /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...]
  /external/zlib/src/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 560 milliseconds