HomeSort by relevance Sort by last modified time
    Searched defs:Cluster (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 220 bool Cluster = false;
239 Cluster = true;
242 if (!Cluster)
266 // Cluster loads by adding MVT::Glue outputs and inputs. This also
289 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
301 // Cluster loads from "near" addresses into combined SUnits.
516 // Cluster certain nodes which should be scheduled together.
    [all...]
  /external/libvpx/libmkv/
EbmlIDs.h 61 //Cluster
62 Cluster = 0x1F43B675,
  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 35 // - Rename RangeIterator to the cluster iterator.
53 typedef std::pair<RangeEx, SuccessorClass*> Cluster;
62 typedef std::list<Cluster> CaseItems;
71 bool operator()(const Cluster &C1, const Cluster &C2) {
97 std::vector<Cluster> clustersVector;
436 const Cluster &LCluster = *L;
438 const Cluster &RCluster = *R;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 41 // Disregard a cluster split time of anything over 2 hours.
47 // Try and merge 2 clusters if they are both smaller than min cluster size.
48 // The min cluster size can range from 8 to 15.
52 // Try and split a cluster if it is bigger than max cluster size.
53 // The max cluster size can range from 20 to 50.
57 // Initially put 2 items in the same cluster as long as they are within
58 // 3 cluster frequencies of each other.
66 // Make the cluster split time of a large cluster half that of a regula
    [all...]
  /external/libvpx/mkvparser/
mkvparser.hpp 75 class Cluster;
92 long long GetTimeCode(const Cluster*) const; //absolute, but not scaled
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
115 short m_timecode; //relative to cluster
130 BlockEntry(Cluster*, long index);
136 const Cluster* GetCluster() const;
144 Cluster* const m_pCluster;
156 SimpleBlock(Cluster*, long index, long long start, long long size);
175 Cluster*,
611 long long m_pos; //of cluster
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 397 const ClusterBindings &Cluster = I.getData();
398 for (ClusterBindings::iterator CI = Cluster.begin(), CE = Cluster.end();
433 // Region Cluster analysis.
477 const ClusterBindings &Cluster = RI.getData();
478 assert(!Cluster.isEmpty() && "Empty clusters should be removed");
479 static_cast<DERIVED*>(this)->VisitAddedToCluster(Base, Cluster);
483 AddToWorkList(Base, &Cluster);
503 // First visit the cluster.
504 if (const ClusterBindings *Cluster = getCluster(baseR)
    [all...]

Completed in 77 milliseconds