HomeSort by: relevance | last modified time | path
    Searched refs:Distribution (Results 1 - 13 of 13) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Docs/Examples/
oneliners_examples.txt 139 ### Read size distribution by process,
146 value ------------- Distribution ------------- count
153 value ------------- Distribution ------------- count
168 ### Write size distribution by process,
175 value ------------- Distribution ------------- count
183 value ------------- Distribution ------------- count
  /src/external/cddl/dtracetoolkit/dist/Examples/
oneliners_examples.txt 139 ### Read size distribution by process,
146 value ------------- Distribution ------------- count
153 value ------------- Distribution ------------- count
168 ### Write size distribution by process,
175 value ------------- Distribution ------------- count
183 value ------------- Distribution ------------- count
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 77 using Distribution = BlockFrequencyInfoImplBase::Distribution;
78 using WeightList = BlockFrequencyInfoImplBase::Distribution::WeightList;
90 /// The distribution algorithm follows.
106 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
113 DitheringDistributer::DitheringDistributer(Distribution &Dist,
131 void Distribution::add(const BlockNode &Node, uint64_t Amount,
222 void Distribution::normalize() {
298 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist,
361 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
LockFileManager.cpp 317 std::uniform_int_distribution<unsigned long> Distribution(1,
319 unsigned long WaitDurationMS = MinWaitDurationMS * Distribution(Engine);
  /src/distrib/vax/tk50/
Makefile 15 @echo 'DESTDIR' must be defined \(will make distribution\).
36 @echo Distribution tape is ready.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 275 BlockMass Mass; ///< Mass distribution from the entry block.
370 /// Distribution of unscaled probability weight.
372 /// Distribution of unscaled probability weight to a set of successors.
377 /// the distribution. It should never overflow twice.
378 struct Distribution {
385 Distribution() = default;
399 /// Normalize the distribution.
433 /// Add all edges out of a packaged loop to the distribution.
440 Distribution &Dist);
442 /// Add an edge to the distribution
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SnippetGenerator.cpp 182 std::uniform_int_distribution<> Distribution(0, Max);
183 return Distribution(randomGenerator());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
BottleneckAnalysis.cpp 612 ArrayRef<unsigned> Distribution = Tracker.getResourcePressureDistribution();
614 for (unsigned I = 0, E = Distribution.size(); I < E; ++I) {
615 unsigned ResourceCycles = Distribution[I];
  /src/usr.sbin/sysinst/
msg.mi.de 16 * documentation and/or other materials provided with the distribution.
93 c) Laden und Installieren der Distribution (Kernel+Basissystem)
514 {Die NetBSD-Distribution ist in verschiedene Pakete (Sets) aufgeteilt.
542 {Geben Sie den NFS-Server samt Verzeichnis an, auf dem die Distribution zu
560 die Distribution zu finden ist.
592 Verzeichnis an, in dem die Distribution zu finden ist.
602 die Distribution zu finden ist.
760 Bitte pr�fen Sie die Bezugsquellen Ihrer Distribution und installieren
767 {Die Distribution konnte nicht geladen werden. Sie m�ssen manuell fortfahren.
772 {Die Distribution konnte nicht geladen werden. Sie m�ssen manuell fortfahren
    [all...]
msg.mi.en 16 * documentation and/or other materials provided with the distribution.
87 c) Load and install distribution sets
105 {Ok, let's unpack the NetBSD distribution sets to a bootable hard disk.
112 Do you really want to reinstall NetBSD distribution sets?
484 {Your disk is now ready for installing the kernel and the distribution
494 {The NetBSD distribution is broken into a collection of distribution
521 {Enter the nfs host and server directory where the distribution is located.
538 the distribution is located.
544 {Could not locate a CD medium in any drive with the distribution sets!
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 1402 using Distribution = BlockFrequencyInfoImplBase::Distribution;
1409 // Block Frequency distribution with dummy node.
1410 Distribution BranchDist;
1431 // Normalize the distribution so that they can fit in unsigned.
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 471 With Autokey all key distribution and
473 considerably simplifies key distribution and storage.
477 or the NTPv4 distribution.
480 included in the NTPv4 distribution, public key cryptography
482 before building the NTP distribution.
484 are on the Building and Installing the Distribution page.
648 .\" in the Building and Installing the Distribution page.
684 The current NTP distribution supports
1066 directory of the source code distribution.
2181 compiled in the distribution; however, most common radio, satellit
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 591 TEST(Corpus, Distribution) {

Completed in 27 milliseconds