HomeSort by relevance Sort by last modified time
    Searched refs:w_bits (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 113 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
deflate.c 284 s->w_bits = windowBits;
285 s->w_size = 1 << s->w_bits;
615 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
738 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 110 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
deflate.c 278 s->w_bits = windowBits;
279 s->w_size = 1 << s->w_bits;
506 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
625 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.h 113 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
deflate.c 284 s->w_bits = windowBits;
285 s->w_size = 1 << s->w_bits;
615 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
738 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
    [all...]
  /external/python/cpython3/Modules/zlib/
deflate.h 116 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
deflate.c 312 s->w_bits = (uInt)windowBits;
313 s->w_size = 1 << s->w_bits;
703 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
816 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.h 110 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
deflate.c 272 s->w_bits = windowBits;
273 s->w_size = 1 << s->w_bits;
535 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
655 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
    [all...]
  /external/zlib/src/
deflate.h 116 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
deflate.c 312 s->w_bits = (uInt)windowBits;
313 s->w_size = 1 << s->w_bits;
703 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
816 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
deflate.h 113 uInt w_bits; /* log2(w_size) (8..16) */ member in struct:internal_state
deflate.c 284 s->w_bits = windowBits;
285 s->w_size = 1 << s->w_bits;
615 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
738 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
    [all...]

Completed in 408 milliseconds