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

  /external/llvm/lib/Support/
Compression.cpp 52 unsigned long CompressedSize = ::compressBound(InputBuffer.size());
53 CompressedBuffer.resize(CompressedSize);
56 (Bytef *)CompressedBuffer.data(), &CompressedSize,
60 __msan_unpoison(CompressedBuffer.data(), CompressedSize);
61 CompressedBuffer.resize(CompressedSize);
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 98 b.uint32(h.CompressedSize)
307 fh.CompressedSize = uint32max
311 fh.CompressedSize = uint32(fh.CompressedSize64)
333 b.uint32(fh.CompressedSize)
reader.go 246 f.CompressedSize = b.uint32()
248 f.CompressedSize64 = uint64(f.CompressedSize)
struct.go 84 CompressedSize uint32 // Deprecated: Use CompressedSize64 instead.
  /prebuilts/go/linux-x86/src/archive/zip/
writer.go 98 b.uint32(h.CompressedSize)
307 fh.CompressedSize = uint32max
311 fh.CompressedSize = uint32(fh.CompressedSize64)
333 b.uint32(fh.CompressedSize)
reader.go 246 f.CompressedSize = b.uint32()
248 f.CompressedSize64 = uint64(f.CompressedSize)
struct.go 84 CompressedSize uint32 // Deprecated: Use CompressedSize64 instead.
  /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 421 milliseconds