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

1 2

  /external/libpng/contrib/pngminim/encoder/
dummy_inflate.c 22 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
24 int windowBits;
  /development/ndk/platforms/android-3/include/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
  /external/chromium/third_party/zlib/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
infback.c 25 windowBits is in the range 8..15, and window is a user-supplied
26 window and output buffer that is 2**windowBits bytes.
28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
30 int windowBits;
41 windowBits < 8 || windowBits > 15)
55 state->wbits = windowBits;
56 state->wsize = 1U << windowBits;
inflate.c 144 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
146 int windowBits;
167 if (windowBits < 0) {
169 windowBits = -windowBits;
172 state->wrap = (windowBits >> 4) + 1;
174 if (windowBits < 48) windowBits &= 15;
177 if (windowBits < 8 || windowBits > 15)
    [all...]
deflate.c 216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
221 int windowBits;
255 if (windowBits < 0) { /* suppress zlib wrapper */
257 windowBits = -windowBits;
260 else if (windowBits > 15) {
262 windowBits -= 16;
266 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||
270 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed *
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
infback.c 25 windowBits is in the range 8..15, and window is a user-supplied
26 window and output buffer that is 2**windowBits bytes.
28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
30 int windowBits;
41 windowBits < 8 || windowBits > 15)
55 state->wbits = windowBits;
56 state->wsize = 1U << windowBits;
inflate.c 144 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
146 int windowBits;
167 if (windowBits < 0) {
169 windowBits = -windowBits;
172 state->wrap = (windowBits >> 4) + 1;
174 if (windowBits < 48) windowBits &= 15;
177 if (windowBits < 8 || windowBits > 15)
    [all...]
deflate.c 216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
221 int windowBits;
255 if (windowBits < 0) { /* suppress zlib wrapper */
257 windowBits = -windowBits;
260 else if (windowBits > 15) {
262 windowBits -= 16;
266 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||
270 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 483 int windowBits,
494 The windowBits parameter is the base two logarithm of the window size
500 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
504 windowBits can also be greater than 15 for optional gzip encoding. Add
505 16 to windowBits to write a simple gzip header and trailer around the
515 usage as a function of windowBits and memLevel.
    [all...]
  /external/zlib/contrib/minizip/
zip.h 227 int windowBits,
244 int windowBits,
254 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
270 int windowBits,
291 int windowBits,
  /external/kernel-headers/original/linux/
zlib.h 452 int windowBits,
463 The windowBits parameter is the base two logarithm of the window size
473 usage as a function of windowBits and memLevel.
588 extern int inflateInit2 (z_streamp strm, int windowBits);
594 The windowBits parameter is the base two logarithm of the maximum window
597 instead. windowBits must be greater than or equal to the windowBits value
603 windowBits can also be -8..-15 for raw inflate. In this case, -windowBits
613 above on the use in deflateInit2() applies to the magnitude of windowBits
    [all...]
  /external/zlib/contrib/pascal/
zlibpas.pas 92 function deflateInit2(var strm: z_stream; level, method, windowBits,
101 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
108 windowBits: Integer; window: PChar): Integer;
134 level, method, windowBits, memLevel, strategy: Integer;
136 function inflateInit2_(var strm: z_stream; windowBits: Integer;
139 windowBits: Integer; window: PChar;
192 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
195 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
204 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
206 Result := inflateInit2_(strm, windowBits, ZLIB_VERSION, sizeof(z_stream))
    [all...]
  /external/zlib/
zlib.h 521 int windowBits,
532 The windowBits parameter is the base two logarithm of the window size
538 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
542 windowBits can also be greater than 15 for optional gzip encoding. Add
543 16 to windowBits to write a simple gzip header and trailer around the
553 as a function of windowBits and memLevel.
    [all...]
inflate.c 130 int ZEXPORT inflateReset2(strm, windowBits)
132 int windowBits;
141 /* extract wrap request from windowBits parameter */
142 if (windowBits < 0) {
144 windowBits = -windowBits;
147 wrap = (windowBits >> 4) + 1;
149 if (windowBits < 48)
150 windowBits &= 15;
155 if (windowBits && (windowBits < 8 || windowBits > 15)
    [all...]
infback.c 25 windowBits is in the range 8..15, and window is a user-supplied
26 window and output buffer that is 2**windowBits bytes.
28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
30 int windowBits;
41 windowBits < 8 || windowBits > 15)
55 state->wbits = windowBits;
56 state->wsize = 1U << windowBits;
  /bootable/recovery/applypatch/
imgpatch.c 119 int windowBits = Read4(deflate_header+48);
194 ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy);
  /external/chromium/third_party/zlib/contrib/minizip/
zip.h 192 int windowBits,
200 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2

Completed in 2308 milliseconds

1 2