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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dq_netem.c48 #define MAX_DIST (16*1024) macro
241 dist_data = calloc(sizeof(dist_data[0]), MAX_DIST);
242 dist_size = get_distribution(*argv, dist_data, MAX_DIST);
294 if (addattr_l(n, MAX_DIST * sizeof(dist_data[0]),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dq_netem.c48 #define MAX_DIST (16*1024) macro
241 dist_data = calloc(sizeof(dist_data[0]), MAX_DIST);
242 dist_size = get_distribution(*argv, dist_data, MAX_DIST);
294 if (addattr_l(n, MAX_DIST * sizeof(dist_data[0]),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dq_netem.c48 #define MAX_DIST (16*1024) macro
241 dist_data = calloc(sizeof(dist_data[0]), MAX_DIST);
242 dist_size = get_distribution(*argv, dist_data, MAX_DIST);
294 if (addattr_l(n, MAX_DIST * sizeof(dist_data[0]),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/zlib/
H A Ddeflate.c308 if (length > MAX_DIST(s)) {
309 length = MAX_DIST(s);
718 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
736 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
737 s->strstart - (IPos)MAX_DIST(s) : NIL;
985 } else if (s->strstart >= wsize+MAX_DIST(s)) {
989 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1021 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1023 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1100 Assert(s->strstart < s->w_size+MAX_DIST(
[all...]
H A Ddeflate.h263 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
265 * distances are limited to MAX_DIST instead of WSIZE.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c332 if (length > MAX_DIST(s)) {
333 length = MAX_DIST(s);
1017 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1034 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1035 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.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c332 if (length > MAX_DIST(s)) {
333 length = MAX_DIST(s);
1017 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1034 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1035 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.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c332 if (length > MAX_DIST(s)) {
333 length = MAX_DIST(s);
1017 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1034 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1035 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.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dgzip.c121 #define MAX_DIST (WSIZE-MIN_LOOKAHEAD) macro
123 * distances are limited to MAX_DIST instead of WSIZE.
538 } else if (G1.strstart >= WSIZE + MAX_DIST) {
546 G1.strstart -= WSIZE; /* we now have strstart >= MAX_DIST: */
581 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
595 IPos limit = G1.strstart > (IPos) MAX_DIST ? G1.strstart - (IPos) MAX_DIST : 0;
1482 Assert((ush) dist < (ush) MAX_DIST
1730 && G1.strstart - hash_head <= MAX_DIST
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dgzip.c121 #define MAX_DIST (WSIZE-MIN_LOOKAHEAD) macro
123 * distances are limited to MAX_DIST instead of WSIZE.
538 } else if (G1.strstart >= WSIZE + MAX_DIST) {
546 G1.strstart -= WSIZE; /* we now have strstart >= MAX_DIST: */
581 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
595 IPos limit = G1.strstart > (IPos) MAX_DIST ? G1.strstart - (IPos) MAX_DIST : 0;
1482 Assert((ush) dist < (ush) MAX_DIST
1730 && G1.strstart - hash_head <= MAX_DIST
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dgzip.c121 #define MAX_DIST (WSIZE-MIN_LOOKAHEAD) macro
123 * distances are limited to MAX_DIST instead of WSIZE.
538 } else if (G1.strstart >= WSIZE + MAX_DIST) {
546 G1.strstart -= WSIZE; /* we now have strstart >= MAX_DIST: */
581 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
595 IPos limit = G1.strstart > (IPos) MAX_DIST ? G1.strstart - (IPos) MAX_DIST : 0;
1482 Assert((ush) dist < (ush) MAX_DIST
1730 && G1.strstart - hash_head <= MAX_DIST
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Ddeflate.h283 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
285 * distances are limited to MAX_DIST instead of WSIZE.
H A Ddeflate.c1056 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1073 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1074 s->strstart - (IPos)MAX_DIST(s) : NIL;
1332 if (s->strstart >= wsize+MAX_DIST(s)) {
1336 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1368 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1370 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1481 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1505 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1552 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Ddeflate.h283 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
285 * distances are limited to MAX_DIST instead of WSIZE.
H A Ddeflate.c1056 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1073 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1074 s->strstart - (IPos)MAX_DIST(s) : NIL;
1332 if (s->strstart >= wsize+MAX_DIST(s)) {
1336 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1368 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1370 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1481 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1505 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1552 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Ddeflate.h283 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
285 * distances are limited to MAX_DIST instead of WSIZE.
H A Ddeflate.c1056 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1073 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1074 s->strstart - (IPos)MAX_DIST(s) : NIL;
1332 if (s->strstart >= wsize+MAX_DIST(s)) {
1336 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1368 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1370 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1481 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1505 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1552 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/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))

Completed in 295 milliseconds

123