Home
last modified time | relevance | path

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

123456

/freebsd/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl78 $ty="edx";
91 &add ($ty,$tx);
93 &and ($ty,0xff);
147 &add ($ty,$tx);
149 &movz ($ty,&LB($ty)); # (*)
201 &test ($ty,-8);
210 &and ($ty,-8);
211 &lea ($ty,&DWP(-8,$inp,$ty));
247 &lea ($ty,&DWP(-4,$inp,$ty));
272 &mov ($ty,&DWP(0,$dat,$ty,4));
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A 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) \
/freebsd/sbin/bsdlabel/
H A Ddisktab25 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#40:\
30 :ty=floppy:se#512:nt#2:rm#300:ns#9:nc#80:\
35 :ty=floppy:se#512:nt#2:rm#360:ns#15:nc#80:\
40 :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
45 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
55 :ty=floppy:se#512:nt#2:rm#300:ns#10:nc#80:\
169 :ty=removeable:dt=SCSI:rm#3600:\
174 minimum:ty=mfs:se#512:nt#1:rm#300:\
179 minimum2:ty=mfs:se#512:nt#1:rm#300:\
184 minimum3:ty=mfs:se#512:nt#1:rm#300:\
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_decode.c66 *ty = PRIM; in find_tag()
71 *ty = PRIM; in find_tag()
78 *ty = PRIM; in find_tag()
83 *ty = PRIM; in find_tag()
88 *ty = PRIM; in find_tag()
93 *ty = PRIM; in find_tag()
98 *ty = PRIM; in find_tag()
103 *ty = PRIM; in find_tag()
108 *ty = PRIM; in find_tag()
113 *ty = PRIM; in find_tag()
[all …]
H A Dasn1_gen.c74 int ret, l, c, ty, ta; in doit() local
100 ty = der_get_type_num(type); in doit()
101 if (ty == -1) errx(1, "no valid type on line %lu", line); in doit()
110 line, (unsigned long)offset, c, ty, ta, l, in doit()
116 ty, in doit()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td92 def OpSizeOf: Op<321, (outs ID:$res), (ins TYPE:$ty, ID:$ptr), "$res = OpSizeOf $ty $ptr">;
96 …f OpExpectKHR: Op<5631, (outs ID:$res), (ins TYPE:$ty, ID:$val, ID:$expected), "$res = OpExpectKHR…
108 "OpMemberName $ty $mem $name">;
139 "$res = OpExtInst $ty $set $inst">;
512 def OpBitReverse: Op<204, (outs ID:$r), (ins TYPE:$ty, ID:$b), "$r = OpBitReverse $ty $b">;
513 def OpBitCount: Op<205, (outs ID:$r), (ins TYPE:$ty, ID:$b), "$r = OpBitCount $ty $b">;
518 "$res = OpAny $ty $vec">;
520 "$res = OpAll $ty $vec">;
676 "$res = OpGroupAll $ty $scope $pr">;
678 "$res = OpGroupAny $ty $scope $pr">;
[all …]
/freebsd/lib/msun/ld128/
H A De_rem_pio2l.h62 double tx[5],ty[3]; in __ieee754_rem_pio2l() local
125 n = __kernel_rem_pio2(tx,ty,e0,nx,3); in __ieee754_rem_pio2l()
126 t = (long double)ty[2] + ty[1]; in __ieee754_rem_pio2l()
127 r = t + ty[0]; in __ieee754_rem_pio2l()
128 w = ty[0] - (r - t); in __ieee754_rem_pio2l()
/freebsd/lib/msun/ld80/
H A De_rem_pio2l.h74 double tx[3],ty[2]; in __ieee754_rem_pio2l() local
134 n = __kernel_rem_pio2(tx,ty,e0,nx,2); in __ieee754_rem_pio2l()
135 r = (long double)ty[0] + ty[1]; in __ieee754_rem_pio2l()
136 w = ty[1] - (r - ty[0]); in __ieee754_rem_pio2l()
/freebsd/lib/msun/src/
H A De_rem_pio2f.c47 double tx[1],ty[1]; in __ieee754_rem_pio2f() local
72 n = __kernel_rem_pio2(tx,ty,e0,1,0); in __ieee754_rem_pio2f()
73 if(hx<0) {*y = -ty[0]; return -n;} in __ieee754_rem_pio2f()
74 *y = ty[0]; return n; in __ieee754_rem_pio2f()
H A De_rem_pio2.c54 double tx[3],ty[2]; in __ieee754_rem_pio2() local
173 n = __kernel_rem_pio2(tx,ty,e0,nx,1); in __ieee754_rem_pio2()
174 if(hx<0) {y[0] = -ty[0]; y[1] = -ty[1]; return -n;} in __ieee754_rem_pio2()
175 y[0] = ty[0]; y[1] = ty[1]; return n; in __ieee754_rem_pio2()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp344 for (const CVType &ty : types) { in mergeDebugT() local
618 fn(ty); in forEachTypeChecked()
631 if (isIdRecord(ty.kind())) in fillIsItemIndexFromDebugT()
639 bool isItem = isIdRecord(ty.kind()); in mergeTypeRecord()
645 size_t newSize = alignTo(ty.length(), 4); in mergeTypeRecord()
651 if (newSize != ty.length()) { in mergeTypeRecord()
666 if (ty.kind() == LF_FUNC_ID || ty.kind() == LF_MFUNC_ID) { in mergeTypeRecord()
667 bool success = ty.length() >= 12; in mergeTypeRecord()
704 size_t newSize = alignTo(ty.length(), 4); in mergeUniqueTypeRecords()
848 if (ty.kind() == LF_ENDPRECOMP) { in loadGHashes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp752 MVT OpTy = ty(Op0); in getByteShuffle()
1608 MVT VecTy = ty(Op); in LowerHvxBuildVector()
1649 MVT VecTy = ty(Op); in LowerHvxSplatVector()
2083 MVT InpTy = ty(A); in LowerHvxFunnelShift()
2140 MVT ResTy = ty(Op), InpTy = ty(Ops[1]); in LowerHvxIntrinsic()
2402 MVT ResTy = ty(A); in emitHvxAddWithOverflow()
2479 MVT VecTy = ty(A); in emitHvxMulHsV60()
2537 MVT VecTy = ty(A); in emitHvxMulLoHiV60()
2614 MVT VecTy = ty(A); in emitHvxMulLoHiV62()
3407 if (ty(Op).getSizeInBits() != ty(Inp0).getSizeInBits()) { in LowerHvxOperationWrapper()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLocInfoType.h37 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() argument
38 : Type((TypeClass)LocInfo, ty, ty->getDependence()), DeclInfo(TInfo) { in LocInfoType()
/freebsd/contrib/bearssl/src/aead/
H A Dgcm.c91 unsigned char ty[16], tmp[16]; in br_gcm_reset() local
93 memset(ty, 0, sizeof ty); in br_gcm_reset()
94 ctx->gh(ty, ctx->h, iv, len); in br_gcm_reset()
97 ctx->gh(ty, ctx->h, tmp, 16); in br_gcm_reset()
98 memcpy(ctx->j0_1, ty, 12); in br_gcm_reset()
99 ctx->j0_2 = br_dec32be(ty + 12); in br_gcm_reset()
/freebsd/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c58 struct ttyent *ty; in pam_sm_acct_mgmt() local
87 if (tty != NULL && (ty = getttynam(tty)) != NULL && in pam_sm_acct_mgmt()
88 (ty->ty_status & TTY_SECURE) != 0) in pam_sm_acct_mgmt()
/freebsd/sys/netpfil/ipfw/test/
H A Dmylist.h31 #define list_first_entry(pL, ty, member) \ argument
32 (ty *)((char *)((pL)->next) - offsetof(ty, member))
/freebsd/usr.bin/rpcgen/
H A Drpc_util.c128 switch (def->def.ty.rel) { in fixit()
130 if (streq(def->def.ty.old_type, "opaque")) in fixit()
133 return (def->def.ty.old_type); in fixit()
136 return (fixit(def->def.ty.old_type, orig)); in fixit()
180 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) { in typedefed()
205 type = def->def.ty.old_type; in isvectordef()
206 rel = def->def.ty.rel; in isvectordef()
/freebsd/crypto/openssl/crypto/rc4/
H A Drc4_enc.c31 register RC4_INT x, y, tx, ty; in RC4() local
42 d[x]=ty=d[y]; \ in RC4()
44 (out) = d[(tx+ty)&0xff]^ (in); in RC4()
/freebsd/crypto/heimdal/kdc/
H A Dkdc-replay.c183 Der_type ty; in main() local
186 &cl, &ty, &tag2, NULL); in main()
189 if (MAKE_TAG(cl, ty, 0) != clty) in main()
191 (int)MAKE_TAG(cl, ty, 0), (int)clty); in main()
/freebsd/contrib/bearssl/src/ec/
H A Decdsa_i15_vrfy_raw.c45 unsigned char ty[(BR_MAX_EC_SIZE + 7) >> 3]; in br_ecdsa_i15_vrfy_raw() local
135 br_i15_encode(ty, nlen, t2); in br_ecdsa_i15_vrfy_raw()
149 tx, nlen, ty, nlen, cd->curve); in br_ecdsa_i15_vrfy_raw()
H A Decdsa_i31_vrfy_raw.c45 unsigned char ty[(BR_MAX_EC_SIZE + 7) >> 3]; in br_ecdsa_i31_vrfy_raw() local
134 br_i31_encode(ty, nlen, t2); in br_ecdsa_i31_vrfy_raw()
148 tx, nlen, ty, nlen, cd->curve); in br_ecdsa_i31_vrfy_raw()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td77 multiclass LoadPat<ValueType ty, SDPatternOperator kind, string Name> {
78 def : Pat<(ty (kind (AddrOps32 offset32_op:$offset, I32:$addr))),
84 def : Pat<(ty (kind (AddrOps64 offset64_op:$offset, I64:$addr))),
142 multiclass StorePat<ValueType ty, SDPatternOperator kind, string Name> {
143 def : Pat<(kind ty:$val, (AddrOps32 offset32_op:$offset, I32:$addr)),
147 ty:$val)>,
149 def : Pat<(kind ty:$val, (AddrOps64 offset64_op:$offset, I64:$addr)),
153 ty:$val)>,
H A DWebAssemblyInstrAtomics.td90 multiclass WaitPat<ValueType ty, Intrinsic kind, string inst> {
92 Pat<(i32 (kind (AddrOps32 offset32_op:$offset, I32:$addr), ty:$exp, I64:$timeout)),
201 multiclass AStorePat<ValueType ty, PatFrag kind, string inst> {
202 def : Pat<(kind ty:$val, (AddrOps32 offset32_op:$offset, I32:$addr)),
205 def : Pat<(kind ty:$val, (AddrOps64 offset64_op:$offset, I64:$addr)),
338 multiclass BinRMWPat<ValueType ty, PatFrag kind, string inst> {
339 def : Pat<(ty (kind (AddrOps32 offset32_op:$offset, I32:$addr), ty:$val)),
342 def : Pat<(ty (kind (AddrOps64 offset64_op:$offset, I64:$addr), ty:$val)),
479 multiclass TerRMWPat<ValueType ty, PatFrag kind, string inst> {
480 def : Pat<(ty (kind (AddrOps32 offset32_op:$offset, I32:$addr), ty:$exp, ty:$new)),
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp279 ConstantAggregateBuilderBase::finishStruct(llvm::StructType *ty) { in finishStruct() argument
285 if (ty == nullptr && elts.empty()) in finishStruct()
286 ty = llvm::StructType::get(Builder.CGM.getLLVMContext(), {}, Packed); in finishStruct()
289 if (ty) { in finishStruct()
290 assert(ty->isPacked() == Packed); in finishStruct()
291 constant = llvm::ConstantStruct::get(ty, elts); in finishStruct()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp104 bool isImplicitStrong(QualType ty) { in isImplicitStrong() argument
105 if (isa<AttributedType>(ty.getTypePtr())) in isImplicitStrong()
107 return ty.getLocalQualifiers().getObjCLifetime() == Qualifiers::OCL_Strong; in isImplicitStrong()

123456