Searched defs:MAX_DIST (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/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]),
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h276 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
278 * distances are limited to MAX_DIST instead of WSIZE.
/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.

Completed in 84 milliseconds