HomeSort by relevance Sort by last modified time
    Searched full:windowbits (Results 126 - 150 of 174) sorted by null

1 2 3 4 56 7

  /external/zlib/src/
zlib.h 530 int windowBits,
541 The windowBits parameter is the base two logarithm of the window size
547 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
551 windowBits can also be greater than 15 for optional gzip encoding. Add
552 16 to windowBits to write a simple gzip header and trailer around the
562 as a function of windowBits and memLevel.
    [all...]
inflate.c 142 int ZEXPORT inflateReset2(strm, windowBits)
144 int windowBits;
153 /* extract wrap request from windowBits parameter */
154 if (windowBits < 0) {
156 windowBits = -windowBits;
159 wrap = (windowBits >> 4) + 1;
161 if (windowBits < 48)
162 windowBits &= 15;
167 if (windowBits && (windowBits < 8 || windowBits > 15)
    [all...]
compress.c 72 If the default memLevel or windowBits for deflateInit() is changed, then
zutil.h 61 /* default windowBits for decompression. MAX_WBITS is for compression only */
deflate.c 213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
218 int windowBits;
261 if (windowBits < 0) { /* suppress zlib wrapper */
263 windowBits = -windowBits;
266 else if (windowBits > 15) {
268 windowBits -= 16;
272 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||
276 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 490 int windowBits,
501 The windowBits parameter is the base two logarithm of the window size
507 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
511 windowBits can also be greater than 15 for optional gzip encoding. Add
512 16 to windowBits to write a simple gzip header and trailer around the
522 usage as a function of windowBits and memLevel.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 490 int windowBits,
501 The windowBits parameter is the base two logarithm of the window size
507 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
511 windowBits can also be greater than 15 for optional gzip encoding. Add
512 16 to windowBits to write a simple gzip header and trailer around the
522 usage as a function of windowBits and memLevel.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 490 int windowBits,
501 The windowBits parameter is the base two logarithm of the window size
507 windowBits can also be -8..-15 for raw deflate. In this case, -windowBits
511 windowBits can also be greater than 15 for optional gzip encoding. Add
512 16 to windowBits to write a simple gzip header and trailer around the
522 usage as a function of windowBits and memLevel.
    [all...]
  /external/chromium_org/third_party/zlib/
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...]
compress.c 72 If the default memLevel or windowBits for deflateInit() is changed, then
deflate.c 211 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
216 int windowBits;
250 if (windowBits < 0) { /* suppress zlib wrapper */
252 windowBits = -windowBits;
255 else if (windowBits > 15) {
257 windowBits -= 16;
261 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||
265 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketPerMessageDeflate.h 50 void enable(int windowBits, WebSocketDeflater::ContextTakeOverMode);
  /external/qemu/distrib/zlib-1.2.3/
compress.c 72 If the default memLevel or windowBits for deflateInit() is changed, then
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...]
zutil.h 67 /* default windowBits for decompression. MAX_WBITS is for compression only */
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/zlib/src/as400/
zlib.inc 312 D windowBits 10I 0 value log2(window size)
352 D windowBits 10I 0 value log2(window size)
380 D windowBits 10I 0 value Log2(buffer size)
393 D windowBits 10I 0 value Log2(buffer size)
  /bootable/recovery/applypatch/
imgpatch.c 120 int windowBits = Read4(deflate_header+48);
207 ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy);
imgdiff.c 80 * windowBits (4)
94 * windowBits (4)
157 int level, method, windowBits, memLevel, strategy;
534 chunk->level, chunk->method, chunk->windowBits,
545 ret = deflateInit2(&strm, chunk->level, chunk->method, chunk->windowBits,
570 * we started with. Sets the level, method, windowBits, memLevel, and
586 chunk->windowBits = -15; // 32kb window; negative to indicate a raw stream.
    [all...]
  /external/chromium_org/third_party/smhasher/src/
KeysetTest.h 203 bool WindowedKeyTest ( hashfunc<hashtype> hash, const int windowbits, bool testCollision, bool testDistribution, bool drawDiagram )
206 const int keycount = 1 << windowbits;
215 printf("Keyset 'Windowed' - %3d-bit key, %3d-bit window - %d tests, %d keys per test\n",keybits,windowbits,testcount,keycount);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 84 return inflateInit2(zcontext, /* windowBits */15 | windowBitsFormat);
231 /* windowBits */15 | windowBitsFormat,
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 99 /* windowBits */15 | windowBitsFormat);
225 /* windowBits */15 | windowBitsFormat,
  /external/chromium_org/third_party/zlib/contrib/minizip/
zip.c 1059 int windowBits,int memLevel, int strategy,
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 1059 int windowBits,int memLevel, int strategy,
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.cc 82 -MAX_WBITS, // windowBits

Completed in 323 milliseconds

1 2 3 4 56 7