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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.h160 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.h163 uInt prev_length; member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s201 prev_length: ds.w 1 ; unsigned short (unsigned int in deflate.c) define
308 move.w (prev_length,pc),Best_Len
564 PrevL reg d4 ; prev_length cached as short
580 move.w (prev_length,pc),PrevL
605 move.w PrevL,prev_length ; longest_match reads these variables
639 subq.w #3,PrevL ; convert for dbra (prev_length - 2)
717 move.w PrevL,prev_length ; longest_match reads these variables
797 move.w PrevL,prev_length
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dmatch.S28 # define _prev_length prev_length
82 * return its length. Matches shorter or equal to prev_length are discarded,
83 * in which case the result is equal to prev_length and match_start is
86 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
117 mov _prev_length,%ebx /* best_len = prev_length */
294 * return its length. Matches shorter or equal to prev_length are discarded,
295 * in which case the result is equal to prev_length and match_start is
298 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
/netgear-R7000-V1.0.7.12_1.2.5/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx86/
H A Dmatch686.asm219 ;;; if (s->prev_length >= s->good_match) {
277 ;;; int best_len = s->prev_length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx86/
H A Dmatch686.asm219 ;;; if (s->prev_length >= s->good_match) {
277 ;;; int best_len = s->prev_length;

Completed in 301 milliseconds

12