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

/external/iproute2/tc/
H A Dq_netem.c53 #define MAX_DIST (16*1024) macro
380 dist_data = calloc(sizeof(dist_data[0]), MAX_DIST);
381 dist_size = get_distribution(*argv, dist_data, MAX_DIST);
486 if (addattr_l(n, MAX_DIST * sizeof(dist_data[0]),
/external/chromium_org/third_party/zlib/
H A Ddeflate.c1131 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1149 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1150 s->strstart - (IPos)MAX_DIST(s) : NIL;
1324 (start - cookie_location) < MAX_DIST(s) &&
1475 if (s->strstart >= wsize+MAX_DIST(s)) {
1479 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1526 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1528 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1643 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1667 if (s->strstart - (uInt)s->block_start >= MAX_DIST(
[all...]
H A Ddeflate.h288 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
290 * distances are limited to MAX_DIST instead of WSIZE.
H A Dtrees.c1040 Assert((ush)dist < (ush)MAX_DIST(s) &&
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
288 * distances are limited to MAX_DIST instead of WSIZE.
H A Dfx_zlib_deflate.c1140 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1157 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1158 s->strstart - (IPos)MAX_DIST(s) : NIL;
1418 if (s->strstart >= wsize+MAX_DIST(s)) {
1422 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1454 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1456 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1582 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1606 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]
H A Dfx_zlib_trees.c1024 Assert((ush)dist < (ush)MAX_DIST(s) &&
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
288 * distances are limited to MAX_DIST instead of WSIZE.
H A Ddeflate.c1141 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1158 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1419 if (s->strstart >= wsize+MAX_DIST(s)) {
1423 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1455 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1457 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1583 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1607 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]
H A Dtrees.c1024 Assert((ush)dist < (ush)MAX_DIST(s) &&
/external/zlib/src/
H A Ddeflate.h286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
288 * distances are limited to MAX_DIST instead of WSIZE.
H A Ddeflate.c1141 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1158 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1419 if (s->strstart >= wsize+MAX_DIST(s)) {
1423 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1455 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1457 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1583 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1607 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]
H A Dtrees.c1024 Assert((ush)dist < (ush)MAX_DIST(s) &&
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm244 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
245 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
247 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm282 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
285 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm267 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
268 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;

Completed in 510 milliseconds