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

1 2 3 4 5

  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 20 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
31 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon26137
34 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
35 * macroblock is further divided into block overlaps.
37 typedef struct { B_OVERLAP overlaps[16]; } MB_OVERLAP; member in struct:__anon26138
onyxd_int.h 107 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveInterval.cpp 66 // overlaps - Return true if the intersection of the two live intervals is
69 // An example for overlaps():
81 // A->overlaps(C) should return false since we want to be able to join
125 /// overlaps - Return true if the live interval overlaps a range specified
127 bool LiveInterval::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveInterval
MachineLoopRanges.cpp 70 /// overlaps - Return true if this loop overlaps the given range of machine
72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { function in class:MachineLoopRange
  /frameworks/native/services/inputflinger/
InputWindow.cpp 60 bool InputWindowInfo::overlaps(const InputWindowInfo* other) const { function in class:android::InputWindowInfo
  /libcore/ojluni/src/main/java/java/nio/channels/
FileLock.java 60 * not overlap. The {@link #overlaps overlaps} method may be used to test
61 * whether a candidate lock range overlaps an existing lock.
262 * Tells whether or not this lock overlaps the given lock range.
272 public final boolean overlaps(long position, long size) { method in class:FileLock
  /system/libvintf/include/vintf/
VersionRange.h 61 // If a.overlaps(b) then b.overlaps(a).
65 inline bool overlaps(const VersionRange& other) const { function in struct:android::vintf::VersionRange
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 164 def overlaps?( range )
169 not overlaps?( range )
  /build/make/tools/releasetools/
rangelib.py 211 def overlaps(self, other): member in class:RangeSet
215 >>> RangeSet("10-19 30-34").overlaps(RangeSet("18-32"))
217 >>> RangeSet("10-19 30-34").overlaps(RangeSet("22-28"))
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 332 // overlaps - Return true if the intersection of the two live ranges is
335 // An example for overlaps():
347 // A->overlaps(C) should return false since we want to be able to join
391 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, function in class:LiveRange
419 // Advance the iterator that ends first to check for more overlaps.
432 /// overlaps - Return true if the live range overlaps an interval specified
434 bool LiveRange::overlaps(SlotIndex Start, SlotIndex End) const { function in class:LiveRange
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.cpp 164 bool Interval::overlaps(const Interval &that) const function in class:nv50_ir::Interval
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 30 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { function in class:HexagonBlockRanges::IndexRange
58 assert(end() == A.start() || overlaps(A));
95 if (Merge || Iter->overlaps(*Next)) {
110 if (!A.overlaps(B)) {
149 if (Rg.overlaps(Range)) {
  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 137 bool LiveRange::overlaps(const LiveRange &Other, bool UseTrimmed) const { function in class:Ice::LiveRange
176 bool Validation = overlaps(Temp);
  /external/vboot_reference/futility/
cmd_dump_fmap.c 233 static int overlaps(int i, int j) function
352 if (overlaps(i, j)) {
  /external/llvm/lib/IR/
Attributes.cpp 1455 bool AttrBuilder::overlaps(const AttrBuilder &B) const { function in class:AttrBuilder
    [all...]
  /external/python/cpython3/Lib/
ipaddress.py 683 def overlaps(self, other): member in class:_BaseNetwork
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 125 bool overlaps(const SDep &Other) const;
128 return overlaps(Other) && Latency == Other.Latency;
488 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 130 bool overlaps(const SDep &Other) const;
133 return overlaps(Other) && Latency == Other.Latency;
469 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 130 bool overlaps(const SDep &Other) const;
133 return overlaps(Other) && Latency == Other.Latency;
469 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 130 bool overlaps(const SDep &Other) const;
133 return overlaps(Other) && Latency == Other.Latency;
469 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 130 bool overlaps(const SDep &Other) const;
133 return overlaps(Other) && Latency == Other.Latency;
475 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 130 bool overlaps(const SDep &Other) const;
133 return overlaps(Other) && Latency == Other.Latency;
475 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 130 bool overlaps(const SDep &Other) const;
133 return overlaps(Other) && Latency == Other.Latency;
475 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 130 bool overlaps(const SDep &Other) const;
133 return overlaps(Other) && Latency == Other.Latency;
475 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 130 bool overlaps(const SDep &Other) const;
133 return overlaps(Other) && Latency == Other.Latency;
469 inline bool SDep::overlaps(const SDep &Other) const { function in class:llvm::SUnit::SDep

Completed in 2088 milliseconds

1 2 3 4 5