Home
last modified time | relevance | path

Searched refs:bop (Results 1 – 10 of 10) sorted by relevance

/external/libdrm/tegra/
Dtegra.c108 int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_new() argument
115 if (!drm || size == 0 || !bop) in drm_tegra_bo_new()
141 *bop = bo; in drm_tegra_bo_new()
146 int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_wrap() argument
151 if (!drm || !bop) in drm_tegra_bo_wrap()
164 *bop = bo; in drm_tegra_bo_wrap()
170 struct drm_tegra_bo **bop) in drm_tegra_bo_name_ref() argument
185 ret = drm_tegra_bo_wrap(bop, drm, open_args.handle, 0, size); in drm_tegra_bo_name_ref()
189 (*bop)->name = name; in drm_tegra_bo_name_ref()
Dtegra.h37 int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm,
39 int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm,
43 struct drm_tegra_bo **bop);
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp188 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) { in VisitCompoundStmt() local
189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt()
194 isPoolCreation(bop->getRHS())) { in VisitCompoundStmt()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1653 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) { in recreateSyntacticForm() local
1654 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS()); in recreateSyntacticForm()
1655 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr(); in recreateSyntacticForm()
1656 return new (Context) BinaryOperator(lhs, rhs, bop->getOpcode(), in recreateSyntacticForm()
1657 bop->getType(), bop->getValueKind(), in recreateSyntacticForm()
1658 bop->getObjectKind(), in recreateSyntacticForm()
1659 bop->getOperatorLoc(), false); in recreateSyntacticForm()
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2750 CfiBinop bop; in dwarfexpr_to_dag() local
2796 uop = 0; bop = 0; opname = NULL; /* excessively conservative */ in dwarfexpr_to_dag()
2907 bop = Cbinop_Sub; opname = "minus"; goto binop; in dwarfexpr_to_dag()
2909 bop = Cbinop_Add; opname = "plus"; goto binop; in dwarfexpr_to_dag()
2911 bop = Cbinop_And; opname = "and"; goto binop; in dwarfexpr_to_dag()
2913 bop = Cbinop_Mul; opname = "mul"; goto binop; in dwarfexpr_to_dag()
2915 bop = Cbinop_Shl; opname = "shl"; goto binop; in dwarfexpr_to_dag()
2917 bop = Cbinop_Shr; opname = "shr"; goto binop; in dwarfexpr_to_dag()
2919 bop = Cbinop_Eq; opname = "eq"; goto binop; in dwarfexpr_to_dag()
2921 bop = Cbinop_Ge; opname = "ge"; goto binop; in dwarfexpr_to_dag()
[all …]
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt171 bop{""}
/external/v8/test/unittests/compiler/x64/
Dinstruction-selector-x64-unittest.cc160 std::ostream& operator<<(std::ostream& os, const BinaryOperation& bop) { in operator <<() argument
161 return os << bop.constructor_name; in operator <<()
195 const BinaryOperation& bop = GetParam(); in TEST_P() local
200 m.Return(m.ChangeUint32ToUint64((m.*bop.constructor)(p0, p1))); in TEST_P()
/external/llvm/test/CodeGen/X86/
D2008-04-28-CoalescerBug.ll13 define void @t(%struct.BltDepth* %depth, %struct.BltOp* %bop, i32 %mode) nounwind {
/external/pcre/dist/testdata/
Dtestoutput18149 foo(bar(baz)+baz(bop))
8150 0: foo(bar(baz)+baz(bop))
8151 1: foo(bar(baz)+baz(bop))
8152 2: (bar(baz)+baz(bop))
8153 3: bar(baz)+baz(bop)
Dtestinput14885 foo(bar(baz)+baz(bop))