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

1234

/freebsd-10.1-release/contrib/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-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLocInfoType.h38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) argument
39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(),
40 ty->isInstantiationDependentType(),
41 ty->isVariablyModifiedType(),
42 ty->containsUnexpandedParameterPack()),
/freebsd-10.1-release/contrib/amd/conf/mtab/
H A Dmtab_bsd.c61 char *ty; local
67 ty = mp->f_fstypename;
73 ty = MNTTAB_TYPE_UFS;
79 ty = MNTTAB_TYPE_NFS;
85 ty = MNTTAB_TYPE_MFS;
90 ty = "unknown";
96 new_mp->mnt_type = strdup(ty);
/freebsd-10.1-release/contrib/amd/fsinfo/
H A Dfsinfo.h131 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw))
132 #define HEAD(ty, q) ((ty *) q)
134 #define ITER(v, ty, q) for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v)))
135 #define AM_LAST(ty, q) ((ty *) ((
[all...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/sys/netpfil/ipfw/test/
H A Dmylist.h31 #define list_first_entry(pL, ty, member) \
32 (ty *)((char *)((pL)->next) - offsetof(ty, member))
/freebsd-10.1-release/contrib/amd/include/
H A Dam_utils.h122 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw))
123 #define AM_LAST(ty, q) ((ty *) ((q)->q_back))
124 #define NEXT(ty, q) ((ty *) (((qelem *) q)->q_forw))
125 #define PREV(ty, q) ((ty *) (((qelem *) q)->q_back))
126 #define HEAD(ty, q) ((ty *)
[all...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/llvm/include/llvm/IR/
H A DConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) argument
48 : User(ty, vty, Ops, NumOps) {}
/freebsd-10.1-release/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-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp106 bool isImplicitStrong(QualType ty) { argument
107 if (isa<AttributedType>(ty.getTypePtr()))
109 return ty.getLocalQualifiers().getObjCLifetime() == Qualifiers::OCL_Strong;
/freebsd-10.1-release/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-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} argument
/freebsd-10.1-release/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-10.1-release/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;
H A Drpc_hout.c98 !isvectordef(def->def.ty.old_type,
99 def->def.ty.rel));
409 const char *old = def->def.ty.old_type;
411 relation rel = def->def.ty.rel;
423 if (undefined2(old, name) && def->def.ty.old_prefix) {
424 s_print(prefix, "%s ", def->def.ty.old_prefix);
441 def->def.ty.array_max);
/freebsd-10.1-release/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__)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h49 CallArg(RValue rv, QualType ty, bool needscopy) argument
50 : RV(rv), Ty(ty), NeedsCopy(needscopy)
/freebsd-10.1-release/usr.sbin/ppp/
H A Dfsm.h175 #define INC_FSM_OPT(ty, length, o) \
177 (o)->hdr.id = (ty); \

Completed in 240 milliseconds

1234