HomeSort by relevance Sort by last modified time
    Searched defs:windowBits (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/applypatch/
imgpatch.c 119 int windowBits = Read4(deflate_header+48);
194 ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy);
imgdiff.c 80 * windowBits (4)
94 * windowBits (4)
149 int level, method, windowBits, memLevel, strategy;
526 chunk->level, chunk->method, chunk->windowBits,
537 ret = deflateInit2(&strm, chunk->level, chunk->method, chunk->windowBits,
562 * we started with. Sets the level, method, windowBits, memLevel, and
578 chunk->windowBits = -15; // 32kb window; negative to indicate a raw stream.
984 Write4(tgt_chunks[i].windowBits, f);

Completed in 78 milliseconds