HomeSort by relevance Sort by last modified time
    Searched refs:MAX_DIST (Results 1 - 18 of 18) sorted by null

  /external/iproute2/tc/
q_netem.c 54 #define MAX_DIST (16*1024)
398 dist_data = calloc(sizeof(dist_data[0]), MAX_DIST);
399 dist_size = get_distribution(*argv, dist_data, MAX_DIST);
526 if (addattr_l(n, MAX_DIST * sizeof(dist_data[0]),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 335 if (length > MAX_DIST(s)) {
336 length = MAX_DIST(s);
    [all...]
deflate.h 276 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
278 * distances are limited to MAX_DIST instead of WSIZE.
trees.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
288 * distances are limited to MAX_DIST instead of WSIZE.
deflate.c     [all...]
trees.c     [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.h 286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
288 * distances are limited to MAX_DIST instead of WSIZE.
deflate.c     [all...]
trees.c     [all...]
  /external/syslinux/com32/lib/zlib/
deflate.h 283 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
285 * distances are limited to MAX_DIST instead of WSIZE.
deflate.c     [all...]
trees.c     [all...]
  /external/zlib/src/
deflate.h 286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
288 * distances are limited to MAX_DIST instead of WSIZE.
deflate.c     [all...]
trees.c     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 282 ;;; 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/
match686.asm 267 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
268 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;

Completed in 867 milliseconds