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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
ec_types.h 21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon17699
37 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
38 * macroblock is further divided into block overlaps.
42 B_OVERLAP overlaps[16]; member in struct:__anon17700
onyxd_int.h 119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon4417
37 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
38 * macroblock is further divided into block overlaps.
42 B_OVERLAP overlaps[16]; member in struct:__anon4418
onyxd_int.h 119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 80 // overlaps - Return true if the intersection of the two live ranges is
83 // An example for overlaps():
95 // A->overlaps(C) should return false since we want to be able to join
139 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, function in class:LiveRange
167 // Advance the iterator that ends first to check for more overlaps.
180 /// overlaps - Return true if the live range overlaps an interval specified
182 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveRange
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 164 def overlaps?( range )
169 not overlaps?( range )
  /external/chromium_org/third_party/WebKit/Source/platform/
PODInterval.h 105 bool overlaps(const T& low, const T& high) const function in class:blink::PODInterval
114 bool overlaps(const PODInterval& other) const function in class:blink::PODInterval
116 return overlaps(other.low(), other.high());
PODIntervalTreeTest.cpp 160 Vector<PODInterval<float, UserData1> > overlaps = tree.allOverlaps(tree.createInterval(3, 5, data1)); local
161 EXPECT_EQ(1U, overlaps.size());
162 EXPECT_EQ(5, overlaps[0].data().a);
163 EXPECT_EQ(6, overlaps[0].data().b);
  /build/tools/releasetools/
rangelib.py 175 def overlaps(self, other): member in class:RangeSet
179 >>> RangeSet("10-19 30-34").overlaps(RangeSet("18-32"))
181 >>> RangeSet("10-19 30-34").overlaps(RangeSet("22-28"))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInterval.h 70 bool overlaps(const ShapeInterval<T>& interval) const function in class:blink::ShapeInterval
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 164 bool Interval::overlaps(const Interval &that) const function in class:nv50_ir::Interval
nv50_ir_peephole.cpp 91 // swaps $rX <-> $rY, i.e. do not create live range overlaps of phi src and def.
1650 MemoryOpt::Record::overlaps(const Instruction *ldst) const function in class:nv50_ir::MemoryOpt::Record
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 164 bool Interval::overlaps(const Interval &that) const function in class:nv50_ir::Interval
nv50_ir_peephole.cpp 91 // swaps $rX <-> $rY, i.e. do not create live range overlaps of phi src and def.
1650 MemoryOpt::Record::overlaps(const Instruction *ldst) const function in class:nv50_ir::MemoryOpt::Record
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 25 // Maximum bytes of overlaps in grandparent (i.e., level+2) before we
502 std::vector<FileMetaData*> overlaps; local
509 GetOverlappingInputs(level + 2, &start, &limit, &overlaps);
510 const int64_t sum = TotalFileSize(overlaps);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 125 bool overlaps(const SDep &Other) const { function in class:llvm::SDep
139 return overlaps(Other) && Latency == Other.Latency;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1161 milliseconds