Searched refs:match_length (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Ddeflate.c699 unsigned match_length = 0; /* length of best match */ local
712 * At this point we have always match_length < MIN_MATCH
726 match_length = longest_match (hash_head);
728 if (match_length > lookahead) match_length = lookahead;
731 if (match_length >= MIN_MATCH) {
732 check_match(strstart, match_start, match_length);
734 flush = ct_tally(strstart-match_start, match_length - MIN_MATCH);
736 lookahead -= match_length;
741 if (match_length <
800 register unsigned match_length = MIN_MATCH-1; /* length of best match */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c529 s->match_length = s->prev_length = MIN_MATCH-1;
934 * At this point we have always match_length < MIN_MATCH
942 s->match_length = longest_match (s, hash_head);
946 if (s->match_length >= MIN_MATCH) {
947 check_match(s, s->strstart, s->match_start, s->match_length);
950 s->match_length - MIN_MATCH);
952 s->lookahead -= s->match_length;
957 if (s->match_length <= s->max_insert_length &&
959 s->match_length--; /* string at strstart already in hash table */
966 } while (--s->match_length !
[all...]
H A Ddefutil.h129 uInt match_length; /* length of best match */ member in struct:deflate_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c383 s->match_length = s->prev_length = MIN_MATCH-1;
1124 s->match_length = s->prev_length = MIN_MATCH-1;
1658 * At this point we have always match_length < MIN_MATCH
1665 s->match_length = longest_match (s, hash_head);
1668 if (s->match_length >= MIN_MATCH) {
1669 check_match(s, s->strstart, s->match_start, s->match_length);
1672 s->match_length - MIN_MATCH, bflush);
1674 s->lookahead -= s->match_length;
1680 if (s->match_length <= s->max_insert_length &&
1682 s->match_length
[all...]
H A Ddeflate.h156 uInt match_length; /* length of best match */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.c383 s->match_length = s->prev_length = MIN_MATCH-1;
1122 s->match_length = s->prev_length = MIN_MATCH-1;
1656 * At this point we have always match_length < MIN_MATCH
1663 s->match_length = longest_match (s, hash_head);
1666 if (s->match_length >= MIN_MATCH) {
1667 check_match(s, s->strstart, s->match_start, s->match_length);
1670 s->match_length - MIN_MATCH, bflush);
1672 s->lookahead -= s->match_length;
1678 if (s->match_length <= s->max_insert_length &&
1680 s->match_length
[all...]
H A Ddeflate.h156 uInt match_length; /* length of best match */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c1003 s->match_length = s->prev_length = MIN_MATCH-1;
1477 * At this point we have always match_length < MIN_MATCH
1487 s->match_length = longest_match_fast (s, hash_head);
1491 s->match_length = longest_match (s, hash_head);
1493 s->match_length = longest_match_fast (s, hash_head);
1498 if (s->match_length >= MIN_MATCH) {
1499 check_match(s, s->strstart, s->match_start, s->match_length);
1502 s->match_length - MIN_MATCH, bflush);
1504 s->lookahead -= s->match_length;
1510 if (s->match_length <
[all...]
H A Ddeflate.h153 uInt match_length; /* length of best match */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c1003 s->match_length = s->prev_length = MIN_MATCH-1;
1477 * At this point we have always match_length < MIN_MATCH
1487 s->match_length = longest_match_fast (s, hash_head);
1491 s->match_length = longest_match (s, hash_head);
1493 s->match_length = longest_match_fast (s, hash_head);
1498 if (s->match_length >= MIN_MATCH) {
1499 check_match(s, s->strstart, s->match_start, s->match_length);
1502 s->match_length - MIN_MATCH, bflush);
1504 s->lookahead -= s->match_length;
1510 if (s->match_length <
[all...]
H A Ddeflate.h153 uInt match_length; /* length of best match */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c1003 s->match_length = s->prev_length = MIN_MATCH-1;
1477 * At this point we have always match_length < MIN_MATCH
1487 s->match_length = longest_match_fast (s, hash_head);
1491 s->match_length = longest_match (s, hash_head);
1493 s->match_length = longest_match_fast (s, hash_head);
1498 if (s->match_length >= MIN_MATCH) {
1499 check_match(s, s->strstart, s->match_start, s->match_length);
1502 s->match_length - MIN_MATCH, bflush);
1504 s->lookahead -= s->match_length;
1510 if (s->match_length <
[all...]
H A Ddeflate.h153 uInt match_length; /* length of best match */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c1724 unsigned match_length = MIN_MATCH - 1; /* length of best match */ local
1735 G1.prev_length = match_length;
1737 match_length = MIN_MATCH - 1;
1746 match_length = longest_match(hash_head);
1748 if (match_length > G1.lookahead)
1749 match_length = G1.lookahead;
1752 if (match_length == MIN_MATCH && G1.strstart - G1.match_start > TOO_FAR) {
1756 match_length--;
1762 if (G1.prev_length >= MIN_MATCH && match_length <= G1.prev_length) {
1781 match_length
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c274 uInt match_length; /* length of best match */ member in struct:deflate_state
919 s->match_length = MIN_MATCH-1;
1256 * At this point we have always match_length < MIN_MATCH
1264 s->match_length = longest_match (s, hash_head);
1268 if (s->match_length > s->lookahead) s->match_length = s->lookahead;
1270 if (s->match_length >= MIN_MATCH) {
1271 check_match(s, s->strstart, s->match_start, s->match_length);
1274 s->match_length - MIN_MATCH);
1276 s->lookahead -= s->match_length;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c274 uInt match_length; /* length of best match */ member in struct:deflate_state
919 s->match_length = MIN_MATCH-1;
1256 * At this point we have always match_length < MIN_MATCH
1264 s->match_length = longest_match (s, hash_head);
1268 if (s->match_length > s->lookahead) s->match_length = s->lookahead;
1270 if (s->match_length >= MIN_MATCH) {
1271 check_match(s, s->strstart, s->match_start, s->match_length);
1274 s->match_length - MIN_MATCH);
1276 s->lookahead -= s->match_length;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c399 uInt match_length; /* length of best match */ member in struct:deflate_state
1248 s->match_length = s->prev_length = MIN_MATCH-1;
1653 * At this point we have always match_length < MIN_MATCH
1661 s->match_length = longest_match (s, hash_head);
1665 if (s->match_length >= MIN_MATCH) {
1666 check_match(s, s->strstart, s->match_start, s->match_length);
1669 s->match_length - MIN_MATCH);
1671 s->lookahead -= s->match_length;
1676 if (s->match_length <= s->max_insert_length &&
1678 s->match_length
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c399 uInt match_length; /* length of best match */ member in struct:deflate_state
1248 s->match_length = s->prev_length = MIN_MATCH-1;
1653 * At this point we have always match_length < MIN_MATCH
1661 s->match_length = longest_match (s, hash_head);
1665 if (s->match_length >= MIN_MATCH) {
1666 check_match(s, s->strstart, s->match_start, s->match_length);
1669 s->match_length - MIN_MATCH);
1671 s->lookahead -= s->match_length;
1676 if (s->match_length <= s->max_insert_length &&
1678 s->match_length
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dmatch32.asm167 jmp mismatch ; force match_length = MAX_LENGTH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dmatch32.asm184 jmp mismatch ; force match_length = MAX_LENGTH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm465 jmp mismatch ; force match_length = MAX_LENGTH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s565 MatchL reg d3 ; local variable match_length, unsigned short

Completed in 275 milliseconds