Home
last modified time | relevance | path

Searched defs:ty (Results 1 – 25 of 71) sorted by relevance

123

/trueos/contrib/amd/fsinfo/
HDfsinfo.h131 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw)) argument
132 #define HEAD(ty, q) ((ty *) q) argument
134 #define ITER(v, ty, q) for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v))) argument
135 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) argument
136 #define NEXT(ty, q) ((ty *) (((qelem *) q)->q_forw)) argument
/trueos/contrib/llvm/include/llvm/Support/
HDCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/trueos/contrib/amd/include/
HDam_utils.h122 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw)) argument
123 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) argument
124 #define NEXT(ty, q) ((ty *) (((qelem *) q)->q_forw)) argument
125 #define PREV(ty, q) ((ty *) (((qelem *) q)->q_back)) argument
126 #define HEAD(ty, q) ((ty *) q) argument
127 #define ITER(v, ty, q) \ argument
131 #define ALLOC(ty) ((ty *) xmalloc(sizeof(ty))) argument
132 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) argument
/trueos/crypto/heimdal/lib/asn1/
HDgen_decode.c61 Der_class *cl, Der_type *ty, unsigned *tag) in find_tag()
571 Der_type ty; in decode_type() local
HDasn1_gen.c74 int ret, l, c, ty, ta; in doit() local
/trueos/contrib/amd/conf/mtab/
HDmtab_bsd.c61 char *ty; in mnt_dup() local
/trueos/lib/libpam/modules/pam_securetty/
HDpam_securetty.c59 struct ttyent *ty; in pam_sm_acct_mgmt() local
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDLocInfoType.h38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType()
/trueos/lib/msun/src/
HDe_rem_pio2f.c50 double tx[1],ty[1]; in __ieee754_rem_pio2f() local
HDe_rem_pio2.c58 double tx[3],ty[2]; in __ieee754_rem_pio2() local
/trueos/contrib/llvm/include/llvm/IR/
HDConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
HDUser.h52 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User()
HDConstants.h301 explicit ConstantAggregateZero(Type *ty) in ConstantAggregateZero()
/trueos/contrib/amd/fixmount/
HDfixmount.c487 inetresport(int ty) in inetresport()
523 privsock(int ty) in privsock()
/trueos/sys/netpfil/ipfw/test/
HDmylist.h31 #define list_first_entry(pL, ty, member) \ argument
/trueos/crypto/heimdal/kdc/
HDkdc-replay.c183 Der_type ty; in main() local
/trueos/lib/msun/ld128/
HDe_rem_pio2l.h66 double tx[5],ty[3]; in __ieee754_rem_pio2l() local
/trueos/contrib/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue()
/trueos/crypto/openssl/crypto/rc4/
HDrc4_enc.c75 register RC4_INT x, y, tx, ty; in RC4() local
/trueos/contrib/llvm/lib/IR/
HDInstruction.cpp24 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
38 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
HDConstantsContext.h244 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
/trueos/lib/msun/ld80/
HDe_rem_pio2l.h78 double tx[3],ty[2]; in __ieee754_rem_pio2l() local
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransBlockObjCVariable.cpp106 bool isImplicitStrong(QualType ty) { in isImplicitStrong()
/trueos/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c112 #define NOT_LOCAL(fy, fx, ty, tx) ((tx > LONG_DIST) \ argument
1039 int fy, fx, ty, tx, n, i; in main() local
/trueos/contrib/gcclibs/libmudflap/
HDmf-impl.h342 #define DECLARE(ty, fname, ...) \ argument
357 #define DECLARE(ty, fname, ...) \ argument

123