HomeSort by relevance Sort by last modified time
    Searched defs:Z_SYNC_FLUSH (Results 1 - 11 of 11) sorted by null

  /external/freetype/src/gzip/
zlib.h 126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
127 #define Z_SYNC_FLUSH 2
227 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
235 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
338 If the parameter flush is set to Z_SYNC_FLUSH, inflate flushes as much
340 not specified for values of the flush parameter other than Z_SYNC_FLUSH
    [all...]
  /development/ndk/platforms/android-14/include/
zlib.h 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
164 #define Z_SYNC_FLUSH 2
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
164 #define Z_SYNC_FLUSH 2
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
284 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
392 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
393 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 166 #define Z_SYNC_FLUSH 2
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
299 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 170 #define Z_SYNC_FLUSH 2
286 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
305 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
314 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
432 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 166 #define Z_SYNC_FLUSH 2
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
299 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 170 #define Z_SYNC_FLUSH 2
286 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
305 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
314 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
432 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
  /external/syslinux/com32/include/
zlib.h 166 #define Z_SYNC_FLUSH 2
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
299 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
420 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
421 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /external/zlib/src/
zlib.h 170 #define Z_SYNC_FLUSH 2
286 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
298 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
305 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
314 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
322 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
432 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
433 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
622 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 167 #define Z_SYNC_FLUSH 2
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
291 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
298 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
307 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
315 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
419 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
420 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 166 #define Z_SYNC_FLUSH 2
280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
299 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
    [all...]

Completed in 719 milliseconds