Searched refs:ty (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
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) \
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DLocInfoType.h37 LocInfoType(QualType ty, TypeSourceInfo *TInfo) argument
38 : Type((TypeClass)LocInfo, ty, ty->isDependentType(),
39 ty->isInstantiationDependentType(), ty->isVariablyModifiedType(),
40 ty->containsUnexpandedParameterPack()),
/freebsd-11-stable/contrib/amd/conf/mtab/
H A Dmtab_bsd.c60 char *ty; local
66 ty = mp->f_fstypename;
72 ty = MNTTAB_TYPE_UFS;
78 ty = MNTTAB_TYPE_NFS;
84 ty = MNTTAB_TYPE_MFS;
89 ty = "unknown";
95 new_mp->mnt_type = xstrdup(ty);
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsinfo.h127 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw))
128 #define HEAD(ty, q) ((ty *) q)
130 #define ITER(v, ty, q) for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v)))
131 #define AM_LAST(ty, q) ((ty *) ((
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A 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,
[all...]
/freebsd-11-stable/lib/msun/src/
H A De_rem_pio2f.c50 double tx[1],ty[1]; local
81 n = __kernel_rem_pio2(tx,ty,e0,1,0);
82 if(hx<0) {*y = -ty[0]; return -n;}
83 *y = ty[0]; return n;
H A De_rem_pio2.c58 double tx[3],ty[2]; local
183 n = __kernel_rem_pio2(tx,ty,e0,nx,1);
184 if(hx<0) {y[0] = -ty[0]; y[1] = -ty[1]; return -n;}
185 y[0] = ty[0]; y[1] = ty[1]; return n;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h87 ConstantAddress getBitCast(llvm::Type *ty) const {
88 return ConstantAddress(llvm::ConstantExpr::getBitCast(getPointer(), ty),
92 ConstantAddress getElementBitCast(llvm::Type *ty) const {
93 return getBitCast(ty->getPointerTo(getAddressSpace()));
H A DConstantInitBuilder.cpp260 ConstantAggregateBuilderBase::finishStruct(llvm::StructType *ty) { argument
266 if (ty == nullptr && elts.empty())
267 ty = llvm::StructType::get(Builder.CGM.getLLVMContext(), {}, Packed);
270 if (ty) {
271 assert(ty->isPacked() == Packed);
272 constant = llvm::ConstantStruct::get(ty, elts);
/freebsd-11-stable/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c59 struct ttyent *ty; local
88 if (tty != NULL && (ty = getttynam(tty)) != NULL &&
89 (ty->ty_status & TTY_SECURE) != 0)
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmylist.h32 #define list_first_entry(pL, ty, member) \
33 (ty *)((char *)((pL)->next) - offsetof(ty, member))
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h124 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw))
125 #define AM_LAST(ty, q) ((ty *) ((q)->q_back))
126 #define NEXT(ty, q) ((ty *) (((qelem *) q)->q_forw))
127 #define PREV(ty, q) ((ty *) (((qelem *) q)->q_back))
128 #define HEAD(ty, q) ((ty *)
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_decode.c61 Der_class *cl, Der_type *ty, unsigned *tag)
66 *ty = PRIM;
71 *ty = PRIM;
78 *ty = PRIM;
83 *ty = PRIM;
88 *ty = PRIM;
93 *ty = PRIM;
98 *ty = PRIM;
103 *ty = PRIM;
108 *ty
60 find_tag(const Type *t, Der_class *cl, Der_type *ty, unsigned *tag) argument
571 Der_type ty; local
[all...]
H A Dasn1_gen.c74 int ret, l, c, ty, ta; local
100 ty = der_get_type_num(type);
101 if (ty == -1) errx(1, "no valid type on line %lu", line);
110 line, (unsigned long)offset, c, ty, ta, l,
116 ty,
/freebsd-11-stable/lib/msun/ld128/
H A De_rem_pio2l.h66 double tx[5],ty[3]; local
134 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
135 t = (long double)ty[2] + ty[1];
136 r = t + ty[0];
137 w = ty[0] - (r - t);
/freebsd-11-stable/lib/msun/ld80/
H A De_rem_pio2l.h78 double tx[3],ty[2]; local
144 n = __kernel_rem_pio2(tx,ty,e0,nx,2);
145 r = (long double)ty[0] + ty[1];
146 w = ty[1] - (r - ty[0]);
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
67 (event)->ev_type = (ty); \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) argument
44 : User(ty, vty, Ops, NumOps) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp104 bool isImplicitStrong(QualType ty) { argument
105 if (isa<AttributedType>(ty.getTypePtr()))
107 return ty.getLocalQualifiers().getObjCLifetime() == Qualifiers::OCL_Strong;
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkdc-replay.c183 Der_type ty; local
186 &cl, &ty, &tag2, NULL);
187 if (MAKE_TAG(cl, ty, 0) != clty)
189 (int)MAKE_TAG(cl, ty, 0), (int)clty);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h40 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} argument
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4_enc.c75 register RC4_INT x, y, tx, ty; local
118 ty=d[y], \
120 d[x]=ty, \
121 (RC4_CHUNK)d[(tx+ty)&0xff]\
277 d[x]=ty=d[y]; \
279 (out) = d[(tx+ty)&0xff]^ (in);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp252 if (ty(Vec).getVectorElementType() == ElemTy)
261 return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)),
268 TypePair Tys = typeSplit(ty(Vec));
310 if (ty(Idx) != MVT::i32)
322 MVT OpTy = ty(Op0);
323 assert(OpTy == ty(Op1));
447 MVT ExtTy = ty(ExtVec);
504 MVT PredTy = ty(PredV);
666 MVT ElemTy = ty(VecV).getVectorElementType();
683 SDValue ExVec = DAG.getBitcast(tyVector(ty(ExWor
[all...]
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.c138 switch (def->def.ty.rel) {
140 if (streq(def->def.ty.old_type, "opaque"))
143 return (def->def.ty.old_type);
146 return (fixit(def->def.ty.old_type, orig));
190 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) {
215 type = def->def.ty.old_type;
216 rel = def->def.ty.rel;
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-impl.h342 #define DECLARE(ty, fname, ...) \
343 typedef ty (*__mf_fn_ ## fname) (__VA_ARGS__); \
344 extern ty __mf_0fn_ ## fname (__VA_ARGS__);
357 #define DECLARE(ty, fname, ...) \
358 extern ty __real_ ## fname (__VA_ARGS__)

Completed in 399 milliseconds

12345