HomeSort by relevance Sort by last modified time
    Searched refs:ty (Results 151 - 175 of 344) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 1103 IRType ty = typeOfIRExpr(env->type_env,e); local
1242 IRType ty = typeOfIRExpr(env->type_env,e); local
2232 IRType ty = typeOfIRExpr(env->type_env,e); local
2333 IRType ty = typeOfIRExpr(env->type_env,e); local
2392 IRType ty = typeOfIRExpr(env->type_env,e); local
2444 IRType ty = typeOfIRExpr(env->type_env,e); local
2489 IRType ty = typeOfIRExpr(env->type_env,e); local
3345 IRType ty = typeOfIRExpr(env->type_env,e); local
3515 IRType ty = typeOfIRExpr(env->type_env,e); local
3824 IRType ty = typeOfIRExpr( env->type_env, e ); local
4260 IRType ty = typeOfIRExpr(env->type_env,e); local
4749 IRType ty = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); local
4805 IRType ty = typeOfIRExpr(env->type_env, puti->data); local
4824 IRType ty = typeOfIRTemp(env->type_env, tmp); local
    [all...]
guest_amd64_toIR.c 230 static IRTemp newTemp ( IRType ty )
232 vassert(isPlausibleIRType(ty));
233 return newIRTemp( irsb->tyenv, ty );
291 static IRExpr* mkU ( IRType ty, ULong i )
293 switch (ty) {
307 static IRExpr* loadLE ( IRType ty, IRExpr* addr )
309 return IRExpr_Load(Iend_LE, ty, addr);
312 static IROp mkSizedOp ( IRType ty, IROp op8 )
321 switch (ty) {
1020 IRType ty = typeOfIRExpr(irsb->tyenv, e); local
1961 IRType ty = szToITy(sz); local
2020 IRType ty = szToITy(sz); local
2799 IRType ty = szToITy(size); local
2915 IRType ty = szToITy(size); local
3122 IRType ty = szToITy(size); local
3275 IRType ty = szToITy(sz); local
3388 IRType ty = szToITy(sz); local
3657 IRType ty = szToITy(sz); local
3768 IRType ty = szToITy(sz); local
3847 IRType ty = szToITy(sz); local
4009 IRType ty = Ity_I8; local
4081 IRType ty = szToITy(sz); local
4263 IRType ty = szToITy(sz); local
4291 IRType ty = szToITy(sz); local
4311 IRType ty = szToITy(sz); local
4334 IRType ty = szToITy(sz); local
4368 IRType ty = szToITy(sz); local
4460 IRType ty = szToITy(size); local
4505 IRType ty = szToITy(size); local
7426 IRType ty = szToITy(sz); local
7762 IRType ty = szToITy(sz); local
7874 IRType ty = szToITy(sz); local
7963 IRType ty = szToITy(size); local
8072 IRType ty = szToITy(sz); local
8122 IRType ty = szToITy(sz); local
15221 IRType ty = Ity_INVALID; local
18061 IRType ty = Ity_INVALID; local
20466 IRType ty = szToITy(sz); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp 3963 int ty = _ty + y(); local
    [all...]
RenderBox.cpp 473 void RenderBox::absoluteRects(Vector<IntRect>& rects, int tx, int ty)
475 rects.append(IntRect(tx, ty, width(), height()));
524 void RenderBox::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty)
527 rects.append(IntRect(tx, ty, width(), height()));
758 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action)
761 ty += y();
765 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) {
766 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
773 IntRect boundsRect = IntRect(tx, ty, width(), height());
775 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
    [all...]
  /bootable/recovery/
screen_ui.cpp 246 int ty; local
248 for (int ty = gr_fb_height() - char_height, count = 0;
249 ty > y+2 && count < text_rows;
250 ty -= char_height, ++count) {
251 gr_text(4, ty, text[row], 0);
  /external/openssl/crypto/ec/
ec_key.c 386 BIGNUM *tx, *ty; local
411 ty = BN_CTX_get(ctx);
419 tx, ty, ctx))
429 tx, ty, ctx))
435 if (BN_cmp(x, tx) || BN_cmp(y, ty))
  /frameworks/native/services/surfaceflinger/
Transform.cpp 98 float Transform::ty() const { function in class:android::Transform
111 void Transform::set(float tx, float ty)
114 mMatrix[2][1] = ty;
117 if (isZero(tx) && isZero(ty)) {
242 int ypos = floorf(ty() + 0.5f);
  /frameworks/rs/
rsType.cpp 93 uint32_t ty = mHal.state.dimY; local
98 mHal.state.lodDimY[lod] = ty;
101 offset += tx * rsMax(ty, 1u) * rsMax(tz, 1u) * mElement->getSizeBytes();
103 if (ty > 1) ty >>= 1;
  /external/llvm/include/llvm/IR/
Constants.h 54 ConstantInt(IntegerType *Ty, const APInt& V);
64 static Constant *getTrue(Type *Ty);
65 static Constant *getFalse(Type *Ty);
67 /// If Ty is a vector type, return a Constant with a splat of the given
69 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
77 static ConstantInt *get(IntegerType *Ty, uint64_t V,
83 /// signed value for the type Ty.
85 static ConstantInt *getSigned(IntegerType *Ty, int64_t V);
86 static Constant *getSigned(Type *Ty, int64_t V);
94 static ConstantInt *get(IntegerType *Ty, StringRef Str
    [all...]
GlobalValue.h 59 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps,
61 : Constant(ty, vty, Ops, NumOps), Linkage(linkage),
  /external/valgrind/main/coregrind/
m_errormgr.c 213 SuppLocTy ty; member in struct:__anon16775
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 408 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) {
412 drawTile(canvas, tx, ty, level, x, y, length);
556 int tx, int ty, int level, float x, float y, float length) {
562 Tile tile = getTile(tx, ty, level);
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 305 const Scalar ty = Scalar(2)*this->y(); local
308 const Scalar twy = ty*this->w();
311 const Scalar txy = ty*this->x();
313 const Scalar tyy = ty*this->y();
  /external/skia/bench/
MatrixBench.cpp 289 float ty = fMatrix[SkMatrix::kMTransY]; local
291 dst->fY = SkScalarMulAdd(src->fY, my, ty);
327 float ty = (float) fMatrix[SkMatrix::kMTransY]; local
329 dst->fY = src->fY * my + ty;
  /external/valgrind/main/exp-sgcheck/
h_main.c 571 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to
575 static IRTemp newTemp ( PCEnv* pce, IRType ty, TempKind kind )
579 IRTemp tmp = newIRTemp(pce->sb->tyenv, ty);
601 static IRTemp for_sg__newIRTemp_cb ( IRType ty, void* opaque )
604 return newTemp( pce, ty, NonShad );
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 225 TransformationMatrix& translate(double tx, double ty);
226 TransformationMatrix& translate3d(double tx, double ty, double tz);
229 TransformationMatrix& translateRight(double tx, double ty);
230 TransformationMatrix& translateRight3d(double tx, double ty, double tz);
  /external/opencv/cv/src/
cvsurf.cpp 496 float tx = DX[y][x], ty = DY[y][x]; local
497 if( ty >= 0 )
507 vec[4] += ty;
508 vec[5] += (float)fabs(ty);
510 vec[6] += ty;
511 vec[7] += (float)fabs(ty);
535 float tx = DX[y][x], ty = DY[y][x]; local
536 vec[0] += tx; vec[1] += ty;
537 vec[2] += (float)fabs(tx); vec[3] += (float)fabs(ty);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 494 let ty = function_type i32_type [| i32_type; i32_type |] in
495 let fn = define_function "use_function" ty m in
521 let ty = function_type i32_type [| i32_type; i32_type |] in
522 let fn = define_function "user_function" ty m in
554 let ty = function_type i32_type [| i32_type; i64_type |] in
561 let fn = declare_function "Fn1" ty m in
562 insist (pointer_type ty = type_of fn);
566 insist (fn == declare_function "Fn1" ty m);
576 let fn = declare_function "Fn2" ty m in
582 let fn = define_function "Fn3" ty m i
661 let ty = function_type void_type [| i32_type; i32_type |] in var
    [all...]
  /external/clang/lib/AST/
Type.cpp 47 const Type* ty = getTypePtr(); local
49 if (ty->isPointerType() || ty->isReferenceType())
50 return ty->getPointeeType().getBaseTypeIdentifier();
51 else if (ty->isRecordType())
52 ND = ty->getAs<RecordType>()->getDecl();
53 else if (ty->isEnumeralType())
54 ND = ty->getAs<EnumType>()->getDecl();
55 else if (ty->getTypeClass() == Type::Typedef)
56 ND = ty->getAs<TypedefType>()->getDecl()
1236 const Type *ty = getTypePtr(); local
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 503 QualType Ty;
505 Ty = PVD->getOriginalType();
507 Ty = VD->getType();
509 if (Ty->isVariablyModifiedType())
510 EmitVariablyModifiedType(Ty);
885 CodeGenFunction::EmitNullInitialization(llvm::Value *DestPtr, QualType Ty) {
888 if (const RecordType *RT = Ty->getAs<RecordType>()) {
1126 const Type *ty = type.getTypePtr(); local
    [all...]
CGCall.h 46 QualType Ty;
48 CallArg(RValue rv, QualType ty, bool needscopy)
49 : RV(rv), Ty(ty), NeedsCopy(needscopy)
  /external/clang/include/clang/AST/
ExprCXX.h 185 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK,
190 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
231 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op,
235 : CXXNamedCastExpr(CXXStaticCastExprClass, ty, vk, kind, op, pathSize,
263 CXXDynamicCastExpr(QualType ty, ExprValueKind VK, CastKind kind,
267 : CXXNamedCastExpr(CXXDynamicCastExprClass, ty, VK, kind, op, pathSize,
298 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind,
303 : CXXNamedCastExpr(CXXReinterpretCastExprClass, ty, vk, kind, op,
330 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op,
333 : CXXNamedCastExpr(CXXConstCastExprClass, ty, VK, CK_NoOp, op
    [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 488 for (Type ty : t.asParameterizedType().typeArguments()) {
489 keyString += ty.toString() + "/";
498 for (Type ty : t.asTypeVariable().bounds()) {
499 keyString += ty.toString() + "/";
508 for (Type ty : t.asWildcardType().superBounds()) {
509 keyString += ty.toString() + "/";
513 for (Type ty : t.asWildcardType().extendsBounds()) {
514 keyString += ty.toString() + "/";
  /external/webkit/Source/WebCore/editing/
SelectionController.h 143 void paintCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect);
170 void paintDragCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect) const;
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 274 float ty = phase.y() + srcRect.y() * patternTransform.d(); local
275 matrix.postTranslate(SkFloatToScalar(tx), SkFloatToScalar(ty));

Completed in 621 milliseconds

1 2 3 4 5 67 8 91011>>