HomeSort by relevance Sort by last modified time
    Searched refs:Z_FIXED (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
zlib.h 192 #define Z_FIXED 4
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
    [all...]
  /external/zlib/
gzlib.c 146 state->strategy = Z_FIXED;
zlib.h 195 #define Z_FIXED 4
573 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
    [all...]
deflate.c 273 strategy < 0 || strategy > Z_FIXED) {
507 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
    [all...]
trees.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 195 #define Z_FIXED 4
535 compressed output even if it is not set appropriately. Z_FIXED prevents the
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 195 #define Z_FIXED 4
535 compressed output even if it is not set appropriately. Z_FIXED prevents the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 195 #define Z_FIXED 4
535 compressed output even if it is not set appropriately. Z_FIXED prevents the
    [all...]
  /external/zlib/contrib/pascal/
zlibpas.pas 94 Z_FIXED = 4;
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 267 strategy < 0 || strategy > Z_FIXED) {
433 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
    [all...]
trees.c     [all...]

Completed in 208 milliseconds

12