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

1 2

  /development/ndk/platforms/android-14/include/
zlib.h 192 #define Z_FIXED 4
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 192 #define Z_FIXED 4
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
    [all...]
deflate.c 267 strategy < 0 || strategy > Z_FIXED) {
433 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
    [all...]
trees.c     [all...]
  /external/squashfs-tools/squashfs-tools/
gzip_wrapper.c 38 { "fixed", Z_FIXED, 0 },
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzlib.c 164 state->strategy = Z_FIXED;
zlib.h 195 #define Z_FIXED 4
576 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...]
  /external/python/cpython2/Modules/zlib/
gzlib.c 164 state->strategy = Z_FIXED;
zlib.h 195 #define Z_FIXED 4
576 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...]
  /external/python/cpython3/Modules/zlib/
gzlib.c 164 state->strategy = Z_FIXED;
zlib.h 199 #define Z_FIXED 4
600 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
    [all...]
  /external/syslinux/com32/include/
zlib.h 195 #define Z_FIXED 4
567 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
    [all...]
  /external/zlib/src/
gzlib.c 164 state->strategy = Z_FIXED;
zlib.h 199 #define Z_FIXED 4
600 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 196 #define Z_FIXED 4
565 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
gzlib.c 164 state->strategy = Z_FIXED;
zlib.h 195 #define Z_FIXED 4
576 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...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 94 Z_FIXED = 4;
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibpas.pas 94 Z_FIXED = 4;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 199 #define Z_FIXED 4
600 Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.c 261 strategy < 0 || strategy > Z_FIXED) {
429 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
    [all...]

Completed in 1663 milliseconds

1 2