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

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/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...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/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...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/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...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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...]
  /external/chromium_org/third_party/zlib/
zlib.h 167 #define Z_SYNC_FLUSH 2
285 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
297 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
304 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
313 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
321 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
425 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
426 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
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/zlib/src/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlib.h 166 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
167 #define Z_SYNC_FLUSH 2
279 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
287 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
295 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
399 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
400 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 166 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
167 #define Z_SYNC_FLUSH 2
279 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
287 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
295 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
399 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
400 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 226 #define Z_SYNC_FLUSH 2
340 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
352 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
359 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
368 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
376 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
481 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
482 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zlib.h 230 #define Z_SYNC_FLUSH 2
344 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
356 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH.
363 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to
372 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
380 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
485 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
486 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much
    [all...]

Completed in 1178 milliseconds

1 2 3 4 56