Searched refs:MIN_MATCH (Results 26 - 50 of 70) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/asm686/
H A Dmatch.S29 #define MIN_MATCH (3) define
30 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/amd64/
H A Damd64-match.S40 #define MIN_MATCH (3) define
41 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/gcc_gvmat64/
H A Dgvmat64.S94 #define MIN_MATCH 3 define
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/amd64/
H A Damd64-match.S40 #define MIN_MATCH (3) define
41 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/gcc_gvmat64/
H A Dgvmat64.S94 #define MIN_MATCH 3 define
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzutil.h75 #define MIN_MATCH 3 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.h146 * step. It must be such that after MIN_MATCH steps, the oldest
148 * hash_shift * MIN_MATCH >= hash_bits
281 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
283 * See deflate.c for comments about the MIN_MATCH+1.
H A Dtrees.c104 uch _length_code[MAX_MATCH-MIN_MATCH+1];
105 /* length code for each normalized match length (0 == MIN_MATCH) */
108 /* First normalized length for each code (0 = MIN_MATCH) */
356 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
357 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
359 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
1013 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
1022 /* Here, lc is the match length - MIN_MATCH */
1025 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1078 /* Here, lc is the match length - MIN_MATCH */
[all...]
H A Dzutil.h75 #define MIN_MATCH 3 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
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
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.

Completed in 172 milliseconds

123