Home
last modified time | relevance | path

Searched refs:cumulative (Results 1 – 24 of 24) sorted by relevance

/external/selinux/libselinux/utils/
Davcstat.c98 int fd, i, cumulative = 0; in main() local
110 cumulative = 1; in main()
206 if (cumulative || (!cumulative && !i)) in main()
/external/jemalloc/bin/
Djeprof.in603 my $cumulative = CumulativeProfile($reduced);
608 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
610 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
620 PrintText($symbols, $flat, $cumulative, -1);
626 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
885 my $cumulative = CumulativeProfile($reduced);
887 PrintText($symbols, $flat, $cumulative, $line_limit);
920 my $cumulative = CumulativeProfile($reduced);
922 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
938 my $cumulative = CumulativeProfile($reduced);
[all …]
/external/iproute2/netem/
DREADME.distribution6 translated, inverse to the cumulative distribution function.
8 Here's how to think about it: Let F() be the cumulative distribution
28 To see this, it's enough to show that Y's cumulative distribution function,
58 3. Determine the cumulative distribution. The code I wrote creates a table
Dmaketable.c135 inverttable(int *table, int inversesize, int tablesize, int cumulative) in inverttable() argument
147 fvalue = (double)table[i]/(double)cumulative; in inverttable()
/external/iproute2/
DREADME.distribution4 translated, inverse to the cumulative distribution function.
6 Here's how to think about it: Let F() be the cumulative distribution
26 To see this, it's enough to show that Y's cumulative distribution function,
56 3. Determine the cumulative distribution. The code I wrote creates a table
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java148 double cumulative = 0; in dumpNGrams() local
174 cumulative += ratio; in dumpNGrams()
181 output.println(value + "\t" + refCount + "\t" + ratio + "%\t" + cumulative + "%"); in dumpNGrams()
/external/libpcap/
DREADME.hpux32 1. You do need a late "LAN products cumulative patch" (e.g. PHNE_18173
165 Patch Description: s700 10.20 PCI 100Base-T cumulative patch
DINSTALL.txt132 need to install the "9.X LAN and DLPI drivers cumulative" patch
148 HP-UX 10, you will, apparently, need a late "LAN products cumulative
/external/bison/m4/
Dlib-link.m4656 dnl The -rpath options are cumulative.
668 dnl executables is -R. The -R options are cumulative.
763 dnl The -rpath options are cumulative.
/external/libexif/auto-m4/
Dlib-link.m4513 dnl The -rpath options are cumulative.
525 dnl executables is -R. The -R options are cumulative.
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst250 during their lifecycle. Bind flags are cumulative and may be combined to create
/external/jemalloc/
DChangeLog181 cumulative effect is substantial.
779 - Make cumulative heap profiling data optional, so that it is possible to
/external/libmtp/
Daclocal.m4908 dnl The -rpath options are cumulative.
920 dnl executables is -R. The -R options are cumulative.
1008 dnl The -rpath options are cumulative.
/external/libgdx/
DCHANGES380 - Math package: added cumulative distribution.
/external/chromium-trace/catapult/third_party/flot/
DNEWS.md753 summed. This is useful for drawing additive/cumulative graphs with bars and
/external/e2fsprogs/
Daclocal.m41519 dnl The -rpath options are cumulative.
1531 dnl executables is -R. The -R options are cumulative.
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz
/external/testng/
DCHANGES.txt995 Fixed: Command line parameters and testng.xml are now cumulative
/external/llvm/docs/
DCodeGenerator.rst584 register MachineOperand's that represent the cumulative inputs and outputs of
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.251020 virtually by modifying cbox, actually translate outline if cumulative
DChangeLog.234731 be cumulative under certain circumstances, making glyphs taller and
DChangeLog.21798 sources according to decreasing maximum cumulative allocations.
/external/strace/
DChangeLog-CVS1195 cumulative time, in case it is negative from bogus -O value.
/external/v8/
DChangeLog17557 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.