Searched refs:prev_length (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c529 s->match_length = s->prev_length = MIN_MATCH-1;
536 * return its length. Matches shorter or equal to prev_length are discarded,
537 * in which case the result is equal to prev_length and match_start is
540 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
555 int best_len = s->prev_length; /* best match length so far */
584 if (s->prev_length >= s->good_match) {
933 /* Find the longest match, discarding those <= prev_length.
1028 /* Find the longest match, discarding those <= prev_length.
1030 s->prev_length = s->match_length, s->prev_match = s->match_start;
1033 if (hash_head != NIL && s->prev_length <
[all...]
H A Ddefutil.h136 uInt prev_length; member in struct:deflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c254 unsigned prev_length; member in struct:globals
589 * return its length. Matches shorter or equal to prev_length are discarded,
590 * in which case the result is equal to prev_length and match_start is
593 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
606 int best_len = G1.prev_length; /* best match length so far */
623 if (G1.prev_length >= good_match) {
1733 /* Find the longest match, discarding those <= prev_length.
1735 G1.prev_length = match_length;
1739 if (hash_head != 0 && G1.prev_length < max_lazy_match
1762 if (G1.prev_length >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm112 COMM prev_length:DWORD ; PrevLen
148 prev_length equ [ rcx + dsPrevLen] define
194 ;;; if (s->prev_length >= s->good_match) {
198 mov edi, prev_length
254 mov r11d, prev_length
258 ;;; int best_len = s->prev_length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c1003 s->match_length = s->prev_length = MIN_MATCH-1;
1016 * return its length. Matches shorter or equal to prev_length are discarded,
1017 * in which case the result is equal to prev_length and match_start is
1020 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1035 int best_len = s->prev_length; /* best match length so far */
1064 if (s->prev_length >= s->good_match) {
1476 /* Find the longest match, discarding those <= prev_length.
1583 /* Find the longest match, discarding those <= prev_length.
1585 s->prev_length = s->match_length, s->prev_match = s->match_start;
1588 if (hash_head != NIL && s->prev_length <
[all...]
H A Ddeflate.h160 uInt prev_length; member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm112 COMM prev_length:DWORD ; PrevLen
148 prev_length equ [ rcx + dsPrevLen] define
194 ;;; if (s->prev_length >= s->good_match) {
198 mov edi, prev_length
254 mov r11d, prev_length
258 ;;; int best_len = s->prev_length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c1003 s->match_length = s->prev_length = MIN_MATCH-1;
1016 * return its length. Matches shorter or equal to prev_length are discarded,
1017 * in which case the result is equal to prev_length and match_start is
1020 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1035 int best_len = s->prev_length; /* best match length so far */
1064 if (s->prev_length >= s->good_match) {
1476 /* Find the longest match, discarding those <= prev_length.
1583 /* Find the longest match, discarding those <= prev_length.
1585 s->prev_length = s->match_length, s->prev_match = s->match_start;
1588 if (hash_head != NIL && s->prev_length <
[all...]
H A Ddeflate.h160 uInt prev_length; member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c281 uInt prev_length; member in struct:deflate_state
929 * return its length. Matches shorter or equal to prev_length are discarded,
930 * in which case the result is equal to prev_length and match_start is
933 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
947 int best_len = s->prev_length; /* best match length so far */
975 if (s->prev_length >= s->good_match) {
1233 s->prev_length = MIN_MATCH-1;
1255 /* Find the longest match, discarding those <= prev_length.
1350 /* Find the longest match, discarding those <= prev_length.
1352 s->prev_length
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm154 ; if (s->prev_length >= s->good_match) {
213 ;/* int best_len = s->prev_length; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm154 ; if (s->prev_length >= s->good_match) {
213 ;/* int best_len = s->prev_length; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c406 uInt prev_length; member in struct:deflate_state
1248 s->match_length = s->prev_length = MIN_MATCH-1;
1258 * return its length. Matches shorter or equal to prev_length are discarded,
1259 * in which case the result is equal to prev_length and match_start is
1262 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1277 int best_len = s->prev_length; /* best match length so far */
1306 if (s->prev_length >= s->good_match) {
1652 /* Find the longest match, discarding those <= prev_length.
1746 /* Find the longest match, discarding those <= prev_length.
1748 s->prev_length
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm160 ; if (prev_length>=good_match) chain_length >>= 2
177 ; best_len = s->prev_length
705 ;;; if (s->prev_length >= s->good_match) {
763 ;;; int best_len = s->prev_length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm160 ; if (prev_length>=good_match) chain_length >>= 2
177 ; best_len = s->prev_length
705 ;;; if (s->prev_length >= s->good_match) {
763 ;;; int best_len = s->prev_length;

Completed in 208 milliseconds