| /trueos/contrib/amd/fsinfo/ |
| HD | fsinfo.h | 131 #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/ |
| HD | CBindingWrapping.h | 19 #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/ |
| HD | am_utils.h | 122 #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/ |
| HD | gen_decode.c | 61 Der_class *cl, Der_type *ty, unsigned *tag) in find_tag() 571 Der_type ty; in decode_type() local
|
| HD | asn1_gen.c | 74 int ret, l, c, ty, ta; in doit() local
|
| /trueos/contrib/amd/conf/mtab/ |
| HD | mtab_bsd.c | 61 char *ty; in mnt_dup() local
|
| /trueos/lib/libpam/modules/pam_securetty/ |
| HD | pam_securetty.c | 59 struct ttyent *ty; in pam_sm_acct_mgmt() local
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | LocInfoType.h | 38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType()
|
| /trueos/lib/msun/src/ |
| HD | e_rem_pio2f.c | 50 double tx[1],ty[1]; in __ieee754_rem_pio2f() local
|
| HD | e_rem_pio2.c | 58 double tx[3],ty[2]; in __ieee754_rem_pio2() local
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Constant.h | 47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
|
| HD | User.h | 52 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User()
|
| HD | Constants.h | 301 explicit ConstantAggregateZero(Type *ty) in ConstantAggregateZero()
|
| /trueos/contrib/amd/fixmount/ |
| HD | fixmount.c | 487 inetresport(int ty) in inetresport() 523 privsock(int ty) in privsock()
|
| /trueos/sys/netpfil/ipfw/test/ |
| HD | mylist.h | 31 #define list_first_entry(pL, ty, member) \ argument
|
| /trueos/crypto/heimdal/kdc/ |
| HD | kdc-replay.c | 183 Der_type ty; in main() local
|
| /trueos/lib/msun/ld128/ |
| HD | e_rem_pio2l.h | 66 double tx[5],ty[3]; in __ieee754_rem_pio2l() local
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineConstantPool.h | 41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue()
|
| /trueos/crypto/openssl/crypto/rc4/ |
| HD | rc4_enc.c | 75 register RC4_INT x, y, tx, ty; in RC4() local
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Instruction.cpp | 24 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()
|
| HD | ConstantsContext.h | 244 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
| /trueos/lib/msun/ld80/ |
| HD | e_rem_pio2l.h | 78 double tx[3],ty[2]; in __ieee754_rem_pio2l() local
|
| /trueos/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransBlockObjCVariable.cpp | 106 bool isImplicitStrong(QualType ty) { in isImplicitStrong()
|
| /trueos/contrib/ncurses/ncurses/tty/ |
| HD | lib_mvcur.c | 112 #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/ |
| HD | mf-impl.h | 342 #define DECLARE(ty, fname, ...) \ argument 357 #define DECLARE(ty, fname, ...) \ argument
|