HomeSort by relevance Sort by last modified time
    Searched defs:deflate (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
52 #include "deflate.h"
55 " deflate 1.2.8 Copyright 1995-2013 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
411 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
515 err = deflate(strm, Z_BLOCK);
558 * resulting from using fixed blocks instead of stored blocks, which deflate
585 case 0: /* raw deflate */
665 int ZEXPORT deflate (strm, flush) function
    [all...]
zconf.h 40 # define deflate z_deflate macro
250 /* The memory requirements for deflate are (in bytes):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
52 #include "deflate.h"
55 " deflate 1.2.3 Copyright 1995-2005 Jean-loup Gailly ";
69 finish_started, /* finish started, need only more output at next deflate */
115 * See deflate.c for comments about the MIN_MATCH+1.
152 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
376 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
440 err = deflate(strm, Z_PARTIAL_FLUSH);
481 * resulting from using fixed blocks instead of stored blocks, which deflate
552 int ZEXPORT deflate (strm, flush) function
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
52 #include "deflate.h"
55 " deflate 1.2.8 Copyright 1995-2013 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
411 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
515 err = deflate(strm, Z_BLOCK);
558 * resulting from using fixed blocks instead of stored blocks, which deflate
585 case 0: /* raw deflate */
665 int ZEXPORT deflate (strm, flush) function
    [all...]
zconf.h 40 # define deflate z_deflate macro
250 /* The memory requirements for deflate are (in bytes):
  /external/python/cpython3/Modules/zlib/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
52 #include "deflate.h"
55 " deflate 1.2.11 Copyright 1995-2017 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
149 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
351 * Check for a valid deflate stream state. Return 0 if ok, 1 if not.
485 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
592 int err = deflate(strm, Z_BLOCK);
644 * resulting from using fixed blocks instead of stored blocks, which deflate
763 int ZEXPORT deflate (strm, flush) function
    [all...]
zconf.h 42 # define deflate z_deflate macro
273 /* The memory requirements for deflate are (in bytes):
  /external/syslinux/com32/lib/zlib/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
52 #include "deflate.h"
55 " deflate 1.2.5 Copyright 1995-2010 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
372 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
437 err = deflate(strm, Z_BLOCK);
478 * resulting from using fixed blocks instead of stored blocks, which deflate
505 case 0: /* raw deflate */
582 int ZEXPORT deflate (strm, flush) function
    [all...]
  /external/zlib/src/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
52 #include "deflate.h"
55 " deflate 1.2.11 Copyright 1995-2017 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
149 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
351 * Check for a valid deflate stream state. Return 0 if ok, 1 if not.
485 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
592 int err = deflate(strm, Z_BLOCK);
644 * resulting from using fixed blocks instead of stored blocks, which deflate
763 int ZEXPORT deflate (strm, flush) function
    [all...]
zconf.h 42 # define deflate z_deflate macro
273 /* The memory requirements for deflate are (in bytes):
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 257 deflate(); method
  /prebuilts/devtools/tools/lib/
screenshot2.jar 
  /toolchain/binutils/binutils-2.27/zlib/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
50 /* @(#) $Id: deflate.c,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp $ */
52 #include "deflate.h"
55 " deflate 1.2.8 Copyright 1995-2013 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
411 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
515 err = deflate(strm, Z_BLOCK);
558 * resulting from using fixed blocks instead of stored blocks, which deflate
665 int ZEXPORT deflate (strm, flush) function
    [all...]
zconf.h 40 # define deflate z_deflate macro
250 /* The memory requirements for deflate are (in bytes):
  /external/syslinux/com32/include/
zconf.h 36 # define deflate z_deflate macro
223 /* The memory requirements for deflate are (in bytes):
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterTest.java 67 * java.util.zip.Deflater#deflate(byte[])
79 x += defl.deflate(outPutBuf);
82 .deflate(outPutBuf));
109 * java.util.zip.Deflater#deflate(byte[], int, int)
123 x += defl.deflate(outPutBuf, offSet, length);
125 assertEquals("Deflater at end of stream, should return 0", 0, defl.deflate(
164 defl.deflate(outPutBuf, offSet, length);
184 defl.deflate(outPutBuf);
220 x += defl.deflate(outPutBuf);
256 defl.deflate(outPutBuf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 34 # define deflate z_deflate macro
214 /* The memory requirements for deflate are (in bytes):
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 42 # define deflate z_deflate macro
273 /* The memory requirements for deflate are (in bytes):
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 46 -C Code for Zlib (huffman, deflate, ...)
444 /* / Deflate - Huffman / */
628 by Deflate. maxbitlen is the maximum bits that a code in the tree can have.
862 /*get the literal and length code tree of a deflated block with fixed tree, as per the deflate specification*/
881 /*get the distance code tree of a deflated block with fixed tree, as specified in the deflate specification*/
929 /*get the tree of a deflated block with fixed tree, as specified in the deflate specification*/
2016 static unsigned deflate(unsigned char** out, size_t* outsize, function
    [all...]
  /prebuilts/tools/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/
core-0.2.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 

Completed in 742 milliseconds

12 3 4 5 6 7