HomeSort by relevance Sort by last modified time
    Searched refs:bop (Results 1 - 11 of 11) sorted by null

  /external/libdrm/tegra/
tegra.h 37 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);
tegra.c 108 int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm,
115 if (!drm || size == 0 || !bop)
141 *bop = bo;
146 int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm,
151 if (!drm || !bop)
164 *bop = bo;
170 struct drm_tegra_bo **bop)
185 ret = drm_tegra_bo_wrap(bop, drm, open_args.handle, 0, size);
189 (*bop)->name = name;
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 188 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) {
189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) {
194 isPoolCreation(bop->getRHS())) {
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 2750 CfiBinop bop; local
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java     [all...]
  /external/v8/test/unittests/compiler/x64/
instruction-selector-x64-unittest.cc 160 std::ostream& operator<<(std::ostream& os, const BinaryOperation& bop) {
161 return os << bop.constructor_name;
195 const BinaryOperation& bop = GetParam(); local
200 m.Return(m.ChangeUint32ToUint64((m.*bop.constructor)(p0, p1)));
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-opc.c     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 414 milliseconds