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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.h102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Ddeflate.c113 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
115 * See deflate.c for comments about the MIN_MATCH+1.
152 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
180 * input characters and the first MIN_MATCH bytes of str are valid
181 * (except for the last MIN_MATCH-1 bytes of the input file).
185 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
285 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
334 if (length < MIN_MATCH) retur
[all...]
H A Ddeflate.h143 * step. It must be such that after MIN_MATCH steps, the oldest
145 * hash_shift * MIN_MATCH >= hash_bits
271 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
273 * See deflate.c for comments about the MIN_MATCH+1.
H A Dtrees.c108 uch _length_code[MAX_MATCH-MIN_MATCH+1];
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
357 fprintf(header, "const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
358 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
360 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
1025 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1034 /* Here, lc is the match length - MIN_MATCH */
1037 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1090 /* Here, lc is the match length - MIN_MATCH */
[all...]
H A Dzutil.h81 #define MIN_MATCH 3 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.h102 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Ddeflate.c113 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
115 * See deflate.c for comments about the MIN_MATCH+1.
152 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
180 * input characters and the first MIN_MATCH bytes of str are valid
181 * (except for the last MIN_MATCH-1 bytes of the input file).
185 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
285 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
334 if (length < MIN_MATCH) retur
[all...]
H A Ddeflate.h143 * step. It must be such that after MIN_MATCH steps, the oldest
145 * hash_shift * MIN_MATCH >= hash_bits
271 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
273 * See deflate.c for comments about the MIN_MATCH+1.
H A Dtrees.c108 uch _length_code[MAX_MATCH-MIN_MATCH+1];
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
357 fprintf(header, "const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
358 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
360 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
1025 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1034 /* Here, lc is the match length - MIN_MATCH */
1037 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1090 /* Here, lc is the match length - MIN_MATCH */
[all...]
H A Dzutil.h81 #define MIN_MATCH 3 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c96 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
98 * See deflate.c for comments about the MIN_MATCH+1.
128 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
150 * input characters and the first MIN_MATCH bytes of str are valid
151 * (except for the last MIN_MATCH-1 bytes of the input file).
154 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
214 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
529 s->match_length = s->prev_length = MIN_MATCH-1;
801 if (s->lookahead >= MIN_MATCH) {
[all...]
H A Ddefutil.h119 * step. It must be such that after MIN_MATCH steps, the oldest
121 * hash_shift * MIN_MATCH >= hash_bits
256 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
258 * See deflate.c for comments about the MIN_MATCH+1.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzutil.h31 #define MIN_MATCH 3 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c111 #define MIN_MATCH 3 macro
115 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
117 * See deflate.c for comments about the MIN_MATCH+1.
231 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
247 #define H_SHIFT ((HASH_BITS+MIN_MATCH-1) / MIN_MATCH)
249 * input step. It must be such that after MIN_MATCH steps, the oldest
251 * H_SHIFT * MIN_MATCH >= HASH_BITS
914 uch length_code[MAX_MATCH - MIN_MATCH + 1];
916 /* length code for each normalized match length (0 == MIN_MATCH) */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm586/
H A Dmatch.S15 #define MIN_MATCH (3) define
16 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm686/
H A Dmatch.S15 #define MIN_MATCH (3) define
16 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S15 #define MIN_MATCH (3) define
16 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm686/
H A Dmatch.S15 #define MIN_MATCH (3) define
16 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c82 #define MIN_MATCH 3 macro
264 * step. It must be such that after MIN_MATCH steps, the oldest
266 * hash_shift * MIN_MATCH >= hash_bits
397 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
399 * See deflate.c for comments about the MIN_MATCH+1.
486 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
488 * See deflate.c for comments about the MIN_MATCH+1.
518 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
562 * input characters and the first MIN_MATCH bytes of str are valid
563 * (except for the last MIN_MATCH
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c121 #define MIN_MATCH 3 macro
389 * step. It must be such that after MIN_MATCH steps, the oldest
391 * hash_shift * MIN_MATCH >= hash_bits
517 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
519 * See deflate.c for comments about the MIN_MATCH+1.
647 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
649 * See deflate.c for comments about the MIN_MATCH+1.
679 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
705 * input characters and the first MIN_MATCH bytes of str are valid
706 * (except for the last MIN_MATCH
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm26 MIN_MATCH EQU 3 define
27 MIN_LOOKAHEAD EQU (MAX_MATCH + MIN_MATCH + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm26 MIN_MATCH EQU 3 define
27 MIN_LOOKAHEAD EQU (MAX_MATCH + MIN_MATCH + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm82 MIN_MATCH equ 3 define
83 MIN_LOOKAHEAD equ (MAX_MATCH+MIN_MATCH+1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm82 MIN_MATCH equ 3 define
83 MIN_LOOKAHEAD equ (MAX_MATCH+MIN_MATCH+1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm133 MIN_MATCH equ 3 define
134 MIN_LOOKAHEAD equ (MAX_MATCH+MIN_MATCH+1)
607 MIN_MATCH equ 3 define
608 MIN_LOOKAHEAD equ (MAX_MATCH + MIN_MATCH + 1)

Completed in 133 milliseconds

12