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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Ddeflate.c185 unsigned int near prev_length; variable
405 * return its length. Matches shorter or equal to prev_length are discarded,
406 * in which case the result is equal to prev_length and match_start is
409 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
423 int best_len = prev_length; /* best match length so far */
450 if (prev_length >= good_match) {
701 prev_length = MIN_MATCH-1;
711 /* Find the longest match, discarding those <= prev_length.
817 /* Find the longest match, discarding those <= prev_length.
819 prev_length
[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;
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-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dmatch32.asm38 extrn prev_length : dword
68 ; return its length. Matches shorter or equal to prev_length are discarded,
69 ; in which case the result is equal to prev_length and match_start is
72 ; string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
104 mov ebx,prev_length ; best_len = prev_length
H A Dosdep.h136 # pragma aux prev_length "*";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dlm32_lcc.asm59 ; * return its length. Matches shorter or equal to prev_length are discarded,
60 ; * in which case the result is equal to prev_length and match_start is
63 ; * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
H A Dmatch32.asm89 ; return its length. Matches shorter or equal to prev_length are discarded,
90 ; in which case the result is equal to prev_length and match_start is
93 ; string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
122 mov ebx,_prev_length ; best_len = prev_length
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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/gcc_gvmat64/
H A Dgvmat64.S135 printf("#define dsPrevLen %u\n",(int)(((char*)&(s->prev_length))-((char*)s)));
163 #define prev_length [ rcx + dsPrevLen] define
214 //;;; if (s->prev_length >= s->good_match) {
219 mov edi, prev_length
274 mov r11d, prev_length
278 //;;; int best_len = s->prev_length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/gcc_gvmat64/
H A Dgvmat64.S135 printf("#define dsPrevLen %u\n",(int)(((char*)&(s->prev_length))-((char*)s)));
163 #define prev_length [ rcx + dsPrevLen] define
214 //;;; if (s->prev_length >= s->good_match) {
219 mov edi, prev_length
274 mov r11d, prev_length
278 //;;; int best_len = s->prev_length;
/netgear-R7000-V1.0.7.12_1.2.5/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-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;
1137 * return its length. Matches shorter or equal to prev_length are discarded,
1138 * in which case the result is equal to prev_length and match_start is
1141 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1156 int best_len = s->prev_length; /* best match length so far */
1185 if (s->prev_length >= s->good_match) {
1657 /* Find the longest match, discarding those <= prev_length.
1760 /* Find the longest match, discarding those <= prev_length.
1762 s->prev_length
[all...]
H A Ddeflate.h163 uInt prev_length; 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;
1135 * return its length. Matches shorter or equal to prev_length are discarded,
1136 * in which case the result is equal to prev_length and match_start is
1139 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1154 int best_len = s->prev_length; /* best match length so far */
1183 if (s->prev_length >= s->good_match) {
1655 /* Find the longest match, discarding those <= prev_length.
1758 /* Find the longest match, discarding those <= prev_length.
1760 s->prev_length
[all...]
/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;
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-R7000-V1.0.7.12_1.2.5/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-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;
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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-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;
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dmatch.s57 IMPORT prev_length
58 DCD prev_length
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dgvmat64.asm151 COMM prev_length:DWORD ; PrevLen
187 prev_length equ [ rcx + dsPrevLen] define
233 ;;; if (s->prev_length >= s->good_match) {
237 mov edi, prev_length
293 mov r11d, prev_length
297 ;;; int best_len = s->prev_length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm151 COMM prev_length:DWORD ; PrevLen
187 prev_length equ [ rcx + dsPrevLen] define
233 ;;; if (s->prev_length >= s->good_match) {
237 mov edi, prev_length
293 mov r11d, prev_length
297 ;;; int best_len = s->prev_length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm340 ; return its length. Matches shorter or equal to prev_length are discarded,
341 ; in which case the result is equal to prev_length and match_start is
344 ; string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
389 mov bx,_prev_length ; best_len = prev_length

Completed in 361 milliseconds

12