OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_DIST
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/tc/
q_netem.c
53
#define
MAX_DIST
(16*1024)
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/
deflate.h
288
#define
MAX_DIST
(s) ((s)->w_size-MIN_LOOKAHEAD)
290
* distances are limited to
MAX_DIST
instead of WSIZE.
Completed in 59 milliseconds