HomeSort by relevance Sort by last modified time
    Searched refs:Z_BLOCK (Results 1 - 25 of 36) sorted by null

1 2

  /development/ndk/platforms/android-14/include/
zlib.h 167 #define Z_BLOCK 5
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
394 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
401 The Z_BLOCK option assists in appending to or combining deflate streams.
428 because Z_BLOCK is used.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 167 #define Z_BLOCK 5
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
394 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
401 The Z_BLOCK option assists in appending to or combining deflate streams.
428 because Z_BLOCK is used.
    [all...]
  /external/zlib/src/examples/
gzjoin.c 51 This program was written to illustrate the use of the Z_BLOCK option of
329 ret = inflate(&strm, Z_BLOCK);
zran.c 11 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
195 ret = inflate(&strm, Z_BLOCK); /* return at end of block */
gzappend.c 52 This program was written to illustrate the use of the new Z_BLOCK option of
55 the start of the final deflate block. Also whether using Z_BLOCK or not,
310 ret = inflate(strm, Z_BLOCK);
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzjoin.c 51 This program was written to illustrate the use of the Z_BLOCK option of
329 ret = inflate(&strm, Z_BLOCK);
zran.c 11 /* Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary()
195 ret = inflate(&strm, Z_BLOCK); /* return at end of block */
gzappend.c 52 This program was written to illustrate the use of the new Z_BLOCK option of
55 the start of the final deflate block. Also whether using Z_BLOCK or not,
310 ret = inflate(strm, Z_BLOCK);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 169 #define Z_BLOCK 5
298 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
423 output as possible to the output buffer. Z_BLOCK requests that inflate()
430 The Z_BLOCK option assists in appending to or combining deflate streams.
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 169 #define Z_BLOCK 5
298 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
423 output as possible to the output buffer. Z_BLOCK requests that inflate()
430 The Z_BLOCK option assists in appending to or combining deflate streams.
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
    [all...]
  /external/syslinux/com32/include/
zlib.h 169 #define Z_BLOCK 5
298 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
421 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
422 output as possible to the output buffer. Z_BLOCK requests that inflate()
429 The Z_BLOCK option assists in appending to or combining deflate streams.
443 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
465 because Z_BLOCK or Z_TREES is used.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 170 #define Z_BLOCK 5
297 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
420 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
421 output as possible to the output buffer. Z_BLOCK requests that inflate() stop
428 The Z_BLOCK option assists in appending to or combining deflate streams.
442 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
464 because Z_BLOCK or Z_TREES is used.
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 169 #define Z_BLOCK 5
298 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
423 output as possible to the output buffer. Z_BLOCK requests that inflate()
430 The Z_BLOCK option assists in appending to or combining deflate streams.
444 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
471 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
deflate.c 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
515 err = deflate(strm, Z_BLOCK);
673 flush > Z_BLOCK || flush < 0) {
926 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH *
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 73 Z_BLOCK = 5;
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibpas.pas 73 Z_BLOCK = 5;
  /external/syslinux/com32/lib/zlib/
deflate.c 437 err = deflate(strm, Z_BLOCK);
590 flush > Z_BLOCK || flush < 0) {
843 } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 173 #define Z_BLOCK 5
304 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
434 output as possible to the output buffer. Z_BLOCK requests that inflate()
441 The Z_BLOCK option assists in appending to or combining deflate streams.
455 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
482 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
  /external/python/cpython3/Modules/zlib/
gzwrite.c 617 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
zlib.h 173 #define Z_BLOCK 5
304 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
434 output as possible to the output buffer. Z_BLOCK requests that inflate()
441 The Z_BLOCK option assists in appending to or combining deflate streams.
455 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
482 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
deflate.c 154 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
592 int err = deflate(strm, Z_BLOCK);
770 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) {
    [all...]
  /external/zlib/src/
gzwrite.c 617 if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1)
zlib.h 173 #define Z_BLOCK 5
304 If flush is set to Z_BLOCK, a deflate block is completed and emitted, as
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
434 output as possible to the output buffer. Z_BLOCK requests that inflate()
441 The Z_BLOCK option assists in appending to or combining deflate streams.
455 The Z_TREES option behaves as Z_BLOCK does, but it also returns when the
482 when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]

Completed in 1008 milliseconds

1 2