HomeSort by relevance Sort by last modified time
    Searched refs:Z_NEED_DICT (Results 26 - 50 of 76) sorted by null

12 3 4

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
zlib.h 50 #define Z_NEED_DICT 2
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
zlib.h 50 #define Z_NEED_DICT 2
  /external/webp/src/dec/
alpha.c 52 if (ret == Z_NEED_DICT || ret == Z_DATA_ERROR || ret == Z_MEM_ERROR) {
  /external/kernel-headers/original/linux/
zlib.h 150 #define Z_NEED_DICT 2
401 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
417 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
635 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
    [all...]
  /external/zlib/examples/
fitblk.c 108 ret != Z_NEED_DICT);
zpipe.c 128 case Z_NEED_DICT:
zran.c 193 if (ret == Z_NEED_DICT)
322 if (ret == Z_NEED_DICT)
  /external/zlib/test/
infcover.c 321 if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT)
323 if (ret == Z_NEED_DICT) {
410 inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT);
543 if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT)
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 56 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /external/zlib/
zutil.h 50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
  /libcore/luni/src/main/native/
java_util_zip_Inflater.cpp 105 case Z_NEED_DICT:
  /system/extras/tests/bionic/libc/other/
test_zlib.c 128 case Z_NEED_DICT:
  /development/ndk/platforms/android-3/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zlib.h 172 #define Z_NEED_DICT 2
432 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
    [all...]

Completed in 4841 milliseconds

12 3 4