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

/external/iproute2/netem/
H A Dmaketable.c121 /* replace an array by its cumulative distribution */
135 inverttable(int *table, int inversesize, int tablesize, int cumulative) argument
147 fvalue = (double)table[i]/(double)cumulative;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc450 uint64_t cumulative = 0; local
455 cumulative += class_bytes;
461 cumulative / MiB);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc419 uint64_t cumulative = 0; local
424 cumulative += class_bytes;
430 cumulative / MiB);

Completed in 535 milliseconds