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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/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 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
H A Dgzio.c144 strategy = Z_RLE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
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 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
H A Dgzio.c144 strategy = Z_RLE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
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 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
H A Dgzio.c144 strategy = Z_RLE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h194 #define Z_RLE 3 macro
567 string match), or Z_RLE to limit match distances to one (run-length
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Dgzlib.c161 state->strategy = Z_RLE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzlib.c161 state->strategy = Z_RLE;
H A Dzlib.h194 #define Z_RLE 3 macro
567 string match), or Z_RLE to limit match distances to one (run-length
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas93 Z_RLE = 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas73 Z_RLE = 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas73 Z_RLE = 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas93 Z_RLE = 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc56 D Z_RLE C 3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/as400/
H A Dzlib.inc56 D Z_RLE C 3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/as400/
H A Dzlib.inc65 D Z_RLE C 3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas190 Z_RLE = 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas190 Z_RLE = 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas190 Z_RLE = 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/as400/
H A Dzlib.inc65 D Z_RLE C 3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas190 Z_RLE = 3;

Completed in 249 milliseconds

12