HomeSort by relevance Sort by last modified time
    Searched full:deflate (Results 76 - 100 of 304) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/zlib/contrib/vstudio/vc7/
zlibvc.def 10 deflate @4
  /external/zlib/contrib/vstudio/vc8/
zlibvc.def 10 deflate @4
  /external/zlib/old/as400/
readme.txt 72 deflate.c DEFLATE C ZLIB - Compress data using the deflation algorithm
83 deflate.h DEFLATE C ZLIB - Internal compression state
compile.clp 57 '/DEFLATE) SRCFILE(' *TCAT +
115 &MODLIB/CRC32 &MODLIB/DEFLATE +
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 40 byte[] deflatedBytes = deflate(expectedBytes, dictionary);
95 byte[] emptyInput = deflate(new byte[0], null);
103 private static byte[] deflate(byte[] input, byte[] dictionary) { method in class:InflaterTest
113 int byteCount = deflater.deflate(buf);
OldAndroidDeflateTest.java 37 * Simple inflate/deflate test, taken from the reference docs for the
51 int compressedDataLength = compresser.deflate(output);
151 // deflate to current position in output buffer
154 compCount = deflater.deflate(outBuf, outPosn, LOCAL_BUF_SIZE);
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 238 int GzipOutputStream::Deflate(int flush) {
252 error = deflate(&zcontext_, flush);
271 zerror_ = Deflate(Z_NO_FLUSH);
283 // The loop in Deflate should consume all avail_in
284 GOOGLE_LOG(DFATAL) << "Deflate left bytes unconsumed";
298 zerror_ = Deflate(Z_FULL_FLUSH);
308 zerror_ = Deflate(Z_FINISH);
  /bootable/recovery/applypatch/
imgpatch.c 104 // deflate chunks have an additional 60 bytes in their chunk header.
108 printf("failed to read chunk %d deflate header data\n", i);
177 // reuse that memory to receive the output of deflate.
188 // now the deflate stream
198 ret = deflate(&strm, Z_FINISH);
imgdiff.c 35 * image must have been generated using the same deflate encoder that
54 * magic number; 08 specifies the "deflate" encoding [the only encoding
67 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}]
133 unsigned char* data; // data to be patched (uncompressed, for deflate chunks)
142 // original (compressed) deflate data
148 // deflate encoder parameters
238 if (method != 8) { // 8 == deflate
315 // -15 means we are decoding a 'raw' deflate stream; zlib will
337 // next deflate section.
400 p[2] == 0x08 && // deflate compressio
    [all...]
  /external/zlib/win32/
Makefile.msc 32 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj \
90 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
111 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
Makefile.gcc 65 OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \
151 deflate.o: deflate.h zutil.h zlib.h zconf.h
162 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
  /external/zlib/
algorithm.txt 1 1. Compression algorithm (deflate)
17 available memory). A block is terminated when deflate() determines that
34 parameter of deflateInit). So deflate() does not always find the longest
37 deflate() also defers the selection of matches with a lazy evaluation
38 mechanism. After a match of length N has been found, deflate() searches for
46 the current match is long enough, deflate() reduces the search for a longer
48 important than speed, deflate() attempts a complete second search even if
120 At least for deflate's output that generates new trees every several 10's of
208 ``DEFLATE Compressed Data Format Specification'' available in
Makefile.in 56 OBJC = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \
59 PIC_OBJC = adler32.lo compress.lo crc32.lo deflate.lo gzclose.lo gzlib.lo gzread.lo \
243 deflate.o: deflate.h zutil.h zlib.h zconf.h
247 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
253 deflate.lo: deflate.h zutil.h zlib.h zconf.h
257 trees.lo: deflate.h zutil.h zlib.h zconf.h trees.h
Android.mk 17 deflate.c \
  /external/zlib/doc/
algorithm.txt 1 1. Compression algorithm (deflate)
17 available memory). A block is terminated when deflate() determines that
34 parameter of deflateInit). So deflate() does not always find the longest
37 deflate() also defers the selection of matches with a lazy evaluation
38 mechanism. After a match of length N has been found, deflate() searches for
46 the current match is long enough, deflate() reduces the search for a longer
48 important than speed, deflate() attempts a complete second search even if
120 At least for deflate's output that generates new trees every several 10's of
208 ``DEFLATE Compressed Data Format Specification'' available in
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 25 * This class compresses data using the <i>DEFLATE</i> algorithm (see <a
41 * int byteCount = deflater.deflate(buf);
201 public int deflate(byte[] buf) { method in class:Deflater
202 return deflate(buf, 0, buf.length);
211 public synchronized int deflate(byte[] buf, int offset, int byteCount) { method in class:Deflater
224 * and additional calls to {@link #deflate} to be made.
228 public synchronized int deflate(byte[] buf, int offset, int byteCount, int flush) { method in class:Deflater
298 * successfully compressed and consumed by {@link #deflate deflate}.
  /external/zlib/examples/
gzappend.c 53 the start of the final deflate block. Also whether using Z_BLOCK or not,
66 data is saved along with the number of unused bits to initialize deflate.
68 A deflate process is initialized, using the last 32K of the uncompressed
71 the dictionary. The deflate output bit buffer is also initialized with the
72 last bits from the original deflate stream. From here on, the data to
73 append is simply compressed using deflate, and written to the gzip file.
253 /* decompress gzip file "name", return strm with a deflate stream ready to
255 descriptor pointing to where to write the compressed data -- the deflate
287 /* decompress the deflate stream, saving append information */
340 /* check gzip trailer and save total for deflate */
    [all...]
  /external/zlib/as400/
compile.clp 57 '/DEFLATE) SRCFILE(' *TCAT +
115 &MODLIB/CRC32 &MODLIB/DEFLATE +
  /external/zlib/contrib/delphi/
readme.txt 50 - The ability to read and write raw deflate streams, without the
51 zlib stream header and trailer. Raw deflate streams are used
  /external/zlib/contrib/vstudio/vc10/
zlibvc.vcxproj.filters 27 <ClCompile Include="..\..\..\deflate.c">
90 <ClInclude Include="..\..\..\deflate.h">
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample 60 compression_algorithm deflate ;
  /external/kernel-headers/original/linux/
zconf.h 11 /* The memory requirements for deflate are (in bytes):
  /external/skia/src/pdf/
SkPDFStream.cpp 24 SkAssertResult(SkFlate::Deflate(stream, &fCompressedData));
  /external/zlib/old/os2/
Makefile.os2 45 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
122 deflate.o: deflate.h zutil.h zlib.h zconf.h
134 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
  /frameworks/base/include/utils/
ZipUtils.h 33 * General utility function for uncompressing "deflate" data from a file

Completed in 420 milliseconds

1 2 34 5 6 7 8 91011>>