Searched refs:overlaps (Results 1 - 25 of 40) sorted by last modified time

12

/external/valgrind/main/coregrind/
H A Dm_transtab.c1759 Bool overlaps ( Addr64 start, ULong range, VexGuestExtents* vge ) function
1854 if (overlaps( guest_start, range, &tte->vge )) {
1878 && overlaps( guest_start, range, &sec->tt[i].vge )) {
2000 vg_assert(!overlaps( guest_start, range, &tte->vge ));
2165 && overlaps( guest_start, range, &unredir_tt[i].vge))
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp91 // swaps $rX <-> $rY, i.e. do not create live range overlaps of phi src and def.
1279 bool overlaps(const Instruction *ldst) const;
1650 MemoryOpt::Record::overlaps(const Instruction *ldst) const function in class:nv50_ir::MemoryOpt::Record
1674 if (!r->locked && r->overlaps(ld))
1688 if (!st || r->overlaps(st))
1692 if (!st || r->overlaps(st))
H A Dnv50_ir_ra.cpp791 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
797 if (!force && nRep->livei.overlaps(nVal->livei))
1072 if (node->f == cur->f && node->livei.overlaps(cur->livei)) {
1209 if (!vD->livei.overlaps(vd->livei)) {
1408 if (it->occup.overlaps(livei))
H A Dnv50_ir_util.cpp164 bool Interval::overlaps(const Interval &that) const function in class:nv50_ir::Interval
H A Dnv50_ir_util.h433 bool overlaps(const Interval&) const;
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h375 /// overlaps - Return true if the intersection of the two live ranges is
377 bool overlaps(const LiveRange &other) const {
383 /// overlaps - Return true if the two ranges have overlapping segments
388 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
391 /// overlaps - Return true if the live range overlaps an interval specified
393 bool overlaps(SlotIndex Start, SlotIndex End) const;
H A DScheduleDAG.h125 bool overlaps(const SDep &Other) const { function in class:llvm::SDep
139 return overlaps(Other) && Latency == Other.Latency;
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp80 // 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
H A DLiveRegMatrix.cpp127 if (VirtReg.overlaps(UnitRange, CP, *LIS->getSlotIndexes()))
H A DRegAllocPBQP.cpp212 // Record any overlaps with regmask operands.
229 // vregLI overlaps fixed regunit interference.
232 if (vregLI->overlaps(LIS->getRegUnit(*Units))) {
272 if (l1.overlaps(l2)) {
H A DRegisterCoalescer.cpp658 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.
1204 if (RHS.overlaps(LIS->getRegUnit(*UI))) {
1251 // and can be merged into the value it overlaps. Like a coalescable copy, it
1269 // The live range of %src overlaps the %dst value defined by FOO, but
1356 // Value in the other live range that overlaps this def, if any.
1527 // Find the value in Other that overlaps VNI->def, if any.
H A DScheduleDAG.cpp74 if (I->overlaps(D)) {
H A DStackColoring.cpp749 if (!First->overlaps(*Second)) {
H A DStackSlotColoring.cpp209 /// OverlapWithAssignments - Return true if LiveInterval overlaps with any
216 if (OtherLI->overlaps(*li))
/external/libvpx/libvpx/vp8/decoder/
H A Dec_types.h21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon24865
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:__anon24866
H A Derror_concealment.c49 if (pbi->overlaps != NULL)
51 vpx_free(pbi->overlaps);
52 pbi->overlaps = NULL;
55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
58 if (pbi->overlaps == NULL)
66 vpx_free(pbi->overlaps);
67 pbi->overlaps = NULL;
70 /* Inserts a new overlap area value to the list of overlaps of a block */
71 static void assign_overlap(OVERLAP_NODE* overlaps, argument
78 /* Find and assign to the next empty overlap node in the list of overlaps
249 estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) argument
328 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
349 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
[all...]
H A Donyxd_if.c88 pbi->overlaps = NULL;
H A Donyxd_int.h119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp370 TEST(Range, overlaps) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dec_types.h21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon13074
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:__anon13075
H A Derror_concealment.c47 if (pbi->overlaps != NULL)
49 vpx_free(pbi->overlaps);
50 pbi->overlaps = NULL;
53 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
56 if (pbi->overlaps == NULL)
64 vpx_free(pbi->overlaps);
65 pbi->overlaps = NULL;
68 /* Inserts a new overlap area value to the list of overlaps of a block */
69 static void assign_overlap(OVERLAP_NODE* overlaps, argument
76 /* Find and assign to the next empty overlap node in the list of overlaps
247 estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) argument
326 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
347 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
[all...]

Completed in 445 milliseconds

12