Searched refs:MAX_DIST (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c540 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
557 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
558 s->strstart - (IPos)MAX_DIST(s) : NIL;
750 } else if (s->strstart >= wsize+MAX_DIST(s)) {
755 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
785 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
787 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
865 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
889 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
936 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]
H A Ddefutil.h261 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
263 * distances are limited to MAX_DIST instead of WSIZE.
H A Ddeftree.c984 Assert((ush)dist < (ush)MAX_DIST(s) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c335 if (length > MAX_DIST(s)) {
336 length = MAX_DIST(s);
1020 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1293 if (s->strstart >= wsize+MAX_DIST(s)) {
1297 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1330 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1332 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1409 Assert(s->strstart < s->w_size+MAX_DIST(
[all...]
H A Ddeflate.h276 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
278 * distances are limited to MAX_DIST instead of WSIZE.
H A Dtrees.c1036 Assert((ush)dist < (ush)MAX_DIST(s) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c335 if (length > MAX_DIST(s)) {
336 length = MAX_DIST(s);
1020 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1293 if (s->strstart >= wsize+MAX_DIST(s)) {
1297 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1330 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1332 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1409 Assert(s->strstart < s->w_size+MAX_DIST(
[all...]
H A Ddeflate.h276 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
278 * distances are limited to MAX_DIST instead of WSIZE.
H A Dtrees.c1036 Assert((ush)dist < (ush)MAX_DIST(s) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c120 #define MAX_DIST (WSIZE-MIN_LOOKAHEAD) macro
122 * distances are limited to MAX_DIST instead of WSIZE.
550 } else if (G1.strstart >= WSIZE + MAX_DIST) {
558 G1.strstart -= WSIZE; /* we now have strstart >= MAX_DIST: */
593 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
607 IPos limit = G1.strstart > (IPos) MAX_DIST ? G1.strstart - (IPos) MAX_DIST : 0;
1492 Assert((ush) dist < (ush) MAX_DIST
1740 && G1.strstart - hash_head <= MAX_DIST
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm243 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
244 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
246 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm243 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
244 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
246 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm203 ;/* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
204 ;/* s->strstart - (IPos)MAX_DIST(s) : NIL; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm203 ;/* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
204 ;/* s->strstart - (IPos)MAX_DIST(s) : NIL; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm200 ; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
201 ; s->strstart - (IPos)MAX_DIST(s) : NIL;
205 ; here esi = MAX_DIST(s)
753 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
754 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm200 ; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
201 ; s->strstart - (IPos)MAX_DIST(s) : NIL;
205 ; here esi = MAX_DIST(s)
753 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
754 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c522 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
524 * distances are limited to MAX_DIST instead of WSIZE.
841 if (length > MAX_DIST(s)) {
842 length = MAX_DIST(s);
1262 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1279 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1280 s->strstart - (IPos)MAX_DIST(s) : NIL;
1470 } else if (s->strstart >= wsize+MAX_DIST(s)) {
1475 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1505 * strstart <= WSIZE+MAX_DIST
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c402 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
404 * distances are limited to MAX_DIST instead of WSIZE.
933 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
948 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
949 s->strstart - (IPos)MAX_DIST(s) : NIL;
1132 } else if (s->strstart >= wsize+MAX_DIST(s)) {
1140 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1169 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1171 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1258 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]

Completed in 123 milliseconds