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

  /bootable/recovery/applypatch/include/applypatch/
imgdiff_image.h 36 static constexpr auto WINDOWBITS = -15; // 32kb window; negative to indicate a raw stream.
85 * level, method, windowBits, memLevel, and strategy fields in the chunk to the encoding
  /bootable/recovery/applypatch/
imgdiff.cpp 71 * windowBits (4)
85 * windowBits (4)
410 int ret = deflateInit2(&strm, level, METHOD, WINDOWBITS, MEMLEVEL, STRATEGY);
519 Write4(fd, ImageChunk::WINDOWBITS);
    [all...]

Completed in 144 milliseconds