Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/external/boringssl/src/crypto/rc4/asm/
Drc4-586.pl68 $ty="edx";
78 &mov ($ty,&DWP(0,$dat,$yy,4));
80 &mov (&DWP(0,$dat,$xx,4),$ty);
81 &add ($ty,$tx);
83 &and ($ty,0xff);
90 &$func ($out,&DWP(0,$dat,$ty,4));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
114 &mov (&DWP(0,$dat,$XX[0],4),$ty);
115 &add (&LB($ty),&LB($tx));
121 &pinsrw ($mm,&DWP(0,$dat,$ty,4),$j);
[all …]
/external/llvm/include/llvm/Support/
DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
20 inline ty *unwrap(ref P) { \
21 return reinterpret_cast<ty*>(P); \
24 inline ref wrap(const ty *P) { \
25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
/external/valgrind/mpi/
Dlibmpiwrap.c259 static void showTy ( FILE* f, MPI_Datatype ty ) in showTy() argument
261 if (ty == MPI_DATATYPE_NULL) fprintf(f,"DATATYPE_NULL"); in showTy()
262 else if (ty == MPI_BYTE) fprintf(f,"BYTE"); in showTy()
263 else if (ty == MPI_PACKED) fprintf(f,"PACKED"); in showTy()
264 else if (ty == MPI_CHAR) fprintf(f,"CHAR"); in showTy()
265 else if (ty == MPI_SHORT) fprintf(f,"SHORT"); in showTy()
266 else if (ty == MPI_INT) fprintf(f,"INT"); in showTy()
267 else if (ty == MPI_LONG) fprintf(f,"LONG"); in showTy()
268 else if (ty == MPI_FLOAT) fprintf(f,"FLOAT"); in showTy()
269 else if (ty == MPI_DOUBLE) fprintf(f,"DOUBLE"); in showTy()
[all …]
/external/clang/include/clang/Sema/
DLocInfoType.h38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() argument
39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(), in LocInfoType()
40 ty->isInstantiationDependentType(), in LocInfoType()
41 ty->isVariablyModifiedType(), in LocInfoType()
42 ty->containsUnexpandedParameterPack()), in LocInfoType()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src) in mkOp1() argument
68 Instruction *insn = new_Instruction(func, op, ty); in mkOp1()
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst, in mkOp2() argument
81 Instruction *insn = new_Instruction(func, op, ty); in mkOp2()
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst, in mkOp3() argument
95 Instruction *insn = new_Instruction(func, op, ty); in mkOp3()
107 BuildUtil::mkLoad(DataType ty, Symbol *mem, Value *ptr) in mkLoad() argument
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad()
122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr, in mkStore() argument
125 Instruction *insn = new_Instruction(func, op, ty); in mkStore()
[all …]
Dnv50_ir_inlines.h49 static inline unsigned int typeSizeof(DataType ty) in typeSizeof() argument
51 switch (ty) { in typeSizeof()
92 static inline bool isFloatType(DataType ty) in isFloatType() argument
94 return (ty >= TYPE_F16 && ty <= TYPE_F64); in isFloatType()
97 static inline bool isSignedIntType(DataType ty) in isSignedIntType() argument
99 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32); in isSignedIntType()
102 static inline bool isSignedType(DataType ty) in isSignedType() argument
104 switch (ty) { in isSignedType()
117 static inline DataType intTypeToSigned(DataType ty) in intTypeToSigned() argument
119 switch (ty) { in intTypeToSigned()
[all …]
Dnv50_ir_build_util.h164 DataType ty, uint32_t baseAddress);
249 BuildUtil::mkOp(operation op, DataType ty, Value *dst) in mkOp() argument
251 Instruction *insn = new_Instruction(func, op, ty); in mkOp()
263 BuildUtil::mkOp1v(operation op, DataType ty, Value *dst, Value *src) in mkOp1v() argument
265 mkOp1(op, ty, dst, src); in mkOp1v()
270 BuildUtil::mkOp2v(operation op, DataType ty, Value *dst, in mkOp2v() argument
273 mkOp2(op, ty, dst, src0, src1); in mkOp2v()
278 BuildUtil::mkOp3v(operation op, DataType ty, Value *dst, in mkOp3v() argument
281 mkOp3(op, ty, dst, src0, src1, src2); in mkOp3v()
/external/llvm/test/CodeGen/ARM/
Dumulo-32.ll3 %umul.ty = type { i32, i1 }
8 %tmp0 = tail call %umul.ty @llvm.umul.with.overflow.i32(i32 %a, i32 37)
9 %tmp1 = extractvalue %umul.ty %tmp0, 0
14 declare %umul.ty @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
32 %5 = call %umul.ty @llvm.umul.with.overflow.i32(i32 %4, i32 8)
33 %6 = extractvalue %umul.ty %5, 1
34 %7 = extractvalue %umul.ty %5, 0
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c100 unsigned tx, ty, tw, th; in lp_resource_copy() local
104 &tx, &ty, &tw, &th); in lp_resource_copy()
111 tx + x, ty + y); in lp_resource_copy()
118 unsigned tx, ty, tw, th; in lp_resource_copy() local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th); in lp_resource_copy()
125 boolean contained_y = ty + y >= dsty && in lp_resource_copy()
126 ty + y + TILE_SIZE <= dsty + height ? in lp_resource_copy()
146 tx + x, ty + y); in lp_resource_copy()
/external/clang/utils/
DClangDataFormat.py120 ty = value.GetType()
121 if ty.IsPointerType() or ty.IsReferenceType():
122 return ty.GetPointeeType().GetName()
123 return ty.GetName()
130 ty = value.GetType()
131 if not (ty.IsPointerType() or
132 ty.IsReferenceType() or
/external/valgrind/VEX/useful/
Dtest_main.c352 sz = sizeofIRType(data->Iex.LDle.ty);
549 static IRType shadowType ( IRType ty );
692 static IRType shadowType ( IRType ty ) in shadowType() argument
694 switch (ty) { in shadowType()
699 case Ity_I64: return ty; in shadowType()
703 default: ppIRType(ty); in shadowType()
710 static IRExpr* definedOfType ( IRType ty ) { in definedOfType() argument
711 switch (ty) { in definedOfType()
748 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) { in assignNew() argument
749 IRTemp t = newIRTemp(mce->bb->tyenv, ty); in assignNew()
[all …]
/external/mesa3d/src/mesa/math/
Dm_norm_tmp.h61 GLfloat tx, ty, tz; in TAG() local
65 ty = ux * m4 + uy * m5 + uz * m6; in TAG()
69 GLdouble len = tx*tx + ty*ty + tz*tz; in TAG()
73 out[i][1] = ty * scale; in TAG()
90 GLfloat tx, ty, tz; in TAG() local
94 ty = ux * m4 + uy * m5 + uz * m6; in TAG()
100 out[i][1] = ty * len; in TAG()
128 GLfloat tx, ty, tz; in TAG() local
132 ty = uy * m5 ; in TAG()
136 GLdouble len = tx*tx + ty*ty + tz*tz; in TAG()
[all …]
/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c751 TyEnt* ty; in ML_() local
756 ty = ML_(TyEnts__index_by_cuOff)(tyents, NULL, ty_cuOff); in ML_()
759 vg_assert(ty); in ML_()
760 vg_assert(ML_(TyEnt__is_type)(ty)); in ML_()
762 switch (ty->tag) { in ML_()
784 if (!ty->Te.TyStOrUn.isStruct) goto done; in ML_()
785 fieldRs = ty->Te.TyStOrUn.fieldRs; in ML_()
787 && (ty->Te.TyStOrUn.typeR == 0)) goto done; in ML_()
834 ty = ML_(TyEnts__index_by_cuOff)(tyents, NULL, in ML_()
835 ty->Te.TyStOrUn.typeR); in ML_()
[all …]
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c516 static IRTemp newTemp ( IRType ty ) in newTemp() argument
518 vassert(isPlausibleIRType(ty)); in newTemp()
519 return newIRTemp( irsb->tyenv, ty ); in newTemp()
648 static IRExpr* load ( IRType ty, IRExpr* addr ) in load() argument
651 return IRExpr_Load(Iend_BE, ty, addr); in load()
653 return IRExpr_Load(Iend_LE, ty, addr); in load()
1002 static IROp mkSzOp ( IRType ty, IROp op8 ) in mkSzOp() argument
1005 vassert(ty == Ity_I8 || ty == Ity_I16 || in mkSzOp()
1006 ty == Ity_I32 || ty == Ity_I64); in mkSzOp()
1012 adj = ty==Ity_I8 ? 0 : (ty==Ity_I16 ? 1 : (ty==Ity_I32 ? 2 : 3)); in mkSzOp()
[all …]
Dhost_tilegx_isel.c402 IRType ty = typeOfIRExpr(env->type_env, e); in iselWordExpr_AMode_wrk() local
404 vassert(ty == Ity_I64); in iselWordExpr_AMode_wrk()
453 IRType ty = typeOfIRExpr(env->type_env, e); in iselWordExpr_R_wrk() local
454 vassert(ty == Ity_I8 || ty == Ity_I16 || ty == Ity_I32 || in iselWordExpr_R_wrk()
455 ty == Ity_I1 || ty == Ity_I64); in iselWordExpr_R_wrk()
465 TILEGXAMode *am_addr = iselWordExpr_AMode(env, e->Iex.Load.addr, ty); in iselWordExpr_R_wrk()
471 addInstr(env, TILEGXInstr_Load(toUChar(sizeofIRType(ty)), in iselWordExpr_R_wrk()
599 if (ty == Ity_I8 || ty == Ity_I16) in iselWordExpr_R_wrk()
601 if (ty == Ity_I64) { in iselWordExpr_R_wrk()
1022 if (ty == Ity_I8 || ty == Ity_I16 || ty == Ity_I32 in iselWordExpr_R_wrk()
[all …]
Dguest_x86_toIR.c319 static IRTemp newTemp ( IRType ty ) in newTemp() argument
321 vassert(isPlausibleIRType(ty)); in newTemp()
322 return newIRTemp( irsb->tyenv, ty ); in newTemp()
550 IRType ty = typeOfIRExpr(irsb->tyenv, e); in putIReg() local
552 case 1: vassert(ty == Ity_I8); break; in putIReg()
553 case 2: vassert(ty == Ity_I16); break; in putIReg()
554 case 4: vassert(ty == Ity_I32); break; in putIReg()
685 static IRExpr* mkU ( IRType ty, UInt i ) in mkU() argument
687 if (ty == Ity_I8) return mkU8(i); in mkU()
688 if (ty == Ity_I16) return mkU16(i); in mkU()
[all …]
/external/icu/icu4c/source/data/locales/
Ddsb.txt1176 dn{"tyźeń"}
1178 "-1"{"slědny tyźeń"}
1179 "0"{"ten tyźeń"}
1180 "1"{"pśiducy tyźeń"}
1184 few{"za {0} tyźenje"}
1185 one{"za {0} tyźeń"}
1186 other{"za {0} tyźenjow"}
1187 two{"za {0} tyźenja"}
1190 few{"pśed {0} tyźenjami"}
1191 one{"pśed {0} tyźenjom"}
[all …]
/external/llvm/test/Object/
Dobjdump-symbol-table.test12 COFF-i386: [ 0](sec 1)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .text
14 COFF-i386: [ 2](sec 2)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .data
16 COFF-i386: [ 4](sec 1)(fl 0x00)(ty 20)(scl 2) (nx 0) 0x00000000 _main
17 COFF-i386: [ 5](sec 2)(fl 0x00)(ty 0)(scl 3) (nx 0) 0x00000000 L_.str
18 COFF-i386: [ 6](sec 0)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x00000000 _puts
19 COFF-i386: [ 7](sec 0)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x00000000 _SomeOtherFunction
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DParticleDepositionHeightMap.java131 int tx, ty; in load() local
202 ty = (sy + dy[(jj + m) % 8]) % (size); in load()
206 if (tempBuffer[tx][ty] + 1.0f < tempBuffer[sx][sy]) { in load()
207 tempBuffer[tx][ty] += 1.0f; in load()
210 sy = ty; in load()
245 ty = maxy; in load()
249 for (y = sy; y <= ty; y++) { in load()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli54 (** The kind of an [lltype], the result of [classify_type ty]. See the
474 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
478 (** [type_is_sized ty] returns whether the type has a size or not.
483 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
487 (** [dump_type ty] prints the .ll representation of the type [ty] to standard
491 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
521 (** [integer_bitwidth c ty] returns the number of bits in the integer type [ty]
587 (** [struct_name ty] returns the name of the named structure type [ty],
596 (** [struct_set_body ty elts ispacked] sets the body of the named struct [ty]
616 (** [array_type ty n] returns the array type containing [n] elements of type
[all …]
/external/skia/include/c/
Dsk_matrix.h20 void sk_matrix_set_translate(sk_matrix_t*, float tx, float ty);
21 void sk_matrix_pre_translate(sk_matrix_t*, float tx, float ty);
22 void sk_matrix_post_translate(sk_matrix_t*, float tx, float ty);
/external/valgrind/memcheck/
Dmc_translate.c140 static IRType shadowTypeV ( IRType ty );
250 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind ) in newTemp() argument
254 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty); in newTemp()
375 static IRType shadowTypeV ( IRType ty ) in shadowTypeV() argument
377 switch (ty) { in shadowTypeV()
383 case Ity_I128: return ty; in shadowTypeV()
393 default: ppIRType(ty); in shadowTypeV()
400 static IRExpr* definedOfType ( IRType ty ) { in definedOfType() argument
401 switch (ty) { in definedOfType()
456 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e ) in assignNew() argument
[all …]
/external/icu/icu4c/source/data/coll/
Dhu.txt21 "&T<ty<<<Ty<<<TY"
46 "&ty<<<tty/ty"
47 "&Ty<<<Tty/ty"
/external/boringssl/src/crypto/rc4/
Drc4.c80 uint32_t x, y, tx, ty; in RC4() local
88 (x = (x + 1) & 0xff, tx = d[x], y = (tx + y) & 0xff, ty = d[y], d[y] = tx, \ in RC4()
89 d[x] = ty, (RC4_CHUNK)d[(tx + ty) & 0xff]) in RC4()
168 d[x] = ty = d[y]; \ in RC4()
170 (out) = d[(tx + ty) & 0xff] ^ (in); in RC4()
/external/libvncserver/libvncserver/
Dzrleencodetemplate.c102 int ty; in ZRLE_ENCODE() local
103 for (ty = y; ty < y+h; ty += rfbZRLETileHeight) { in ZRLE_ENCODE()
105 if (th > y+h-ty) th = y+h-ty; in ZRLE_ENCODE()
110 GET_IMAGE_INTO_BUF(tx,ty,tw,th,buf); in ZRLE_ENCODE()

12345678910>>...14