Searched refs:Overlap (Results 1 - 17 of 17) sorted by relevance

/external/dng_sdk/source/
H A Ddng_misc_opcodes.cpp204 dng_rect dng_area_spec::Overlap (const dng_rect &tile) const function in class:dng_area_spec
393 return fAreaSpec.Overlap (imageBounds);
406 dng_rect overlap = fAreaSpec.Overlap (dstArea);
612 return fAreaSpec.Overlap (imageBounds);
625 dng_rect overlap = fAreaSpec.Overlap (dstArea);
974 return fAreaSpec.Overlap (imageBounds);
987 dng_rect overlap = fAreaSpec.Overlap (dstArea);
1180 return fAreaSpec.Overlap (imageBounds);
1193 dng_rect overlap = fAreaSpec.Overlap (dstArea);
1360 return fAreaSpec.Overlap (imageBound
[all...]
H A Ddng_gain_map.h194 return fAreaSpec.Overlap (imageBounds);
H A Ddng_misc_opcodes.h146 dng_rect Overlap (const dng_rect &tile) const;
H A Ddng_gain_map.cpp550 dng_rect overlap = fAreaSpec.Overlap (dstArea);
/external/valgrind/memcheck/
H A Dmc_errors.c169 } Overlap; member in union:_MC_Error::__anon29568
634 emit( " <kind>Overlap</kind>\n" );
635 if (extra->Err.Overlap.szB == 0) {
639 extra->Err.Overlap.dst, extra->Err.Overlap.src );
644 extra->Err.Overlap.dst, extra->Err.Overlap.src,
645 extra->Err.Overlap.szB );
649 if (extra->Err.Overlap.szB == 0) {
652 extra->Err.Overlap
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineInstr.h372 /// that are not dead are skipped. If Overlap is true, then it also looks for
376 bool isDead = false, bool Overlap = false,
/external/libxcam/modules/soft/
H A Dsoft_stitcher.cpp125 struct Overlap { struct in namespace:XCam::SoftSitcherPriv
198 Overlap _overlaps [XCAM_STITCH_MAX_CAMERAS];
477 Overlap::find_blender_param_in_map (
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1144 bool Overlap = L1.overlaps(L2); local
1147 << (Overlap ? "overlap" : "disjoint") << ")\n "
1152 if (Overlap)
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1736 bool Overlap = false;
1738 Overlap = (Base == Reg);
1739 if (!Overlap) {
1742 Overlap = true;
1749 if (!Overlap) {
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h952 /// skipped. If Overlap is true, then it also looks for defs that merely
955 /// This may also return a register mask operand when Overlap is true.
957 bool isDead = false, bool Overlap = false,
/external/v8/src/ast/
H A Dast-types.cc47 bool AstType::Overlap(AstRangeType* lhs, AstRangeType* rhs) { function in class:v8::internal::AstType
654 return Overlap(this->AsRange(), that->AsRange());
H A Dast-types.h934 static bool Overlap(AstRangeType* lhs, AstRangeType* rhs);
/external/v8/src/compiler/
H A Dtypes.cc48 bool Type::Overlap(RangeType* lhs, RangeType* rhs) { function in class:v8::internal::compiler::Type
567 return Overlap(this->AsRange(), that->AsRange());
H A Dtypes.h648 static bool Overlap(RangeType* lhs, RangeType* rhs);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1340 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, argument
1345 // Accept regmask operands when Overlap is set.
1346 // Ignore them when looking for a specific def operand (Overlap == false).
1347 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg))
1355 if (Overlap)
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineInstr.cpp946 MachineInstr::findRegisterDefOperandIdx(unsigned Reg, bool isDead, bool Overlap, argument
957 if (Overlap)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp519 SVal Overlap = svalBuilder.evalBinOpLL(state, BO_GT,
522 Overlap.getAs<DefinedOrUnknownSVal>();
529 // Overlap!

Completed in 956 milliseconds