Searched refs:Z_RLE (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/zlib/
H A Ddeflate.c1173 * Optimized version for level == 1 or strategy == Z_RLE only
1306 /* %%% avoid this when Z_RLE */
1485 if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
1486 (s->strategy == Z_RLE && s->strstart - hash_head == 1)) {
1490 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1492 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
1594 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1596 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
1679 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
1681 * deflate switches away from Z_RLE
[all...]
H A Dgzio.c144 strategy = Z_RLE;
/barrelfish-master/include/
H A Dzlib.h191 #define Z_RLE 3 macro
520 string match), or Z_RLE to limit match distances to one (run-length
525 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as

Completed in 40 milliseconds