/netbsd-src/external/bsd/am-utils/dist/fsinfo/ |
H A D | fsinfo.h | 129 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw)) argument 130 #define HEAD(ty, q) ((ty *) q) argument 132 #define ITER(v, ty, q) for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v))) argument 133 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) argument 134 #define NEXT(ty, q) ((ty *) (((qelem *) q)->q_forw)) argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | shuffle_select_fuzz_tester.py | 114 def __init__(self, name, ty, value = None): argument 122 def __init__(self, name, ty, op0, op1, mask): argument 138 def __init__(self, name, ty, op0, op1, mask): argument 172 def __init__(self, name, ty, op0, op1, mask): argument 202 def gen_inputs(ty, num): argument 219 def get_random_type(ty, num_elts): argument 260 def gen_shuf_mask(ty): argument 273 def gen_sel_mask(ty): argument 284 def gen_insts(inputs, ty): argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | 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
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype-parse.cc | 489 type_p ty; in absdecl() local 509 type_p ty; in type_optvalue() local 520 type_p ty; in nestedptr_optvalue() local 624 array_and_function_declarators_opt (type_p ty) in array_and_function_declarators_opt() 655 direct_declarator (type_p ty, const char **namep, options_p *optsp, in direct_declarator() 738 inner_declarator (type_p ty, const char **namep, options_p *optsp, in inner_declarator() 767 declarator (type_p ty, const char **namep, options_p *optsp, in declarator() 795 type_p ty, dty; in struct_field_seq() local 1064 type_p ty, dty; in typedef_decl() local 1114 type_p ty, dty; in extern_or_static() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype-parse.c | 489 type_p ty; in absdecl() local 509 type_p ty; in type_optvalue() local 520 type_p ty; in nestedptr_optvalue() local 624 array_and_function_declarators_opt (type_p ty) in array_and_function_declarators_opt() 655 direct_declarator (type_p ty, const char **namep, options_p *optsp, in direct_declarator() 738 inner_declarator (type_p ty, const char **namep, options_p *optsp, in inner_declarator() 795 type_p ty, dty; in struct_field_seq() local 1064 type_p ty, dty; in typedef_decl() local 1114 type_p ty, dty; in extern_or_static() local
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_utils.h | 130 #define AM_FIRST(ty, q) ((ty *) ((q)->q_forw)) argument 131 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) argument 132 #define NEXT(ty, q) ((ty *) (((qelem *) q)->q_forw)) argument 133 #define PREV(ty, q) ((ty *) (((qelem *) q)->q_back)) argument 134 #define HEAD(ty, q) ((ty *) q) argument 135 #define ITER(v, ty, q) \ argument 139 #define ALLOC(ty) ((ty *) xmalloc(sizeof(ty))) argument 140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) argument
|
/netbsd-src/bin/ps/ |
H A D | keyword.c | 80 #define LVAR(n1, n2, fl, of, ty, fm) \ argument 83 #define PVAR(n1, n2, fl, of, ty, fm) \ argument 86 #define PUVAR(n1, n2, fl, of, ty, fm) \ argument 93 #define VAR6(n1, n2, fl, op, of, ty) \ argument
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
H A D | code.c | 483 int ty; in efcode() local 657 genswitch_bintree(int num, TWORD ty, struct swents **p, int n) in genswitch_bintree() 670 bintree_rec(TWORD ty, int num, struct swents **p, int n, int s, int e) in bintree_rec() 1262 TWORD ty = INCREF(p->n_type); in movearg_float() local 1320 TWORD ty = INCREF(p->n_type); in movearg_double() local 1385 int ty; in movearg_struct() local 1494 TWORD ty; in retstruct() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | Address.h | 87 ConstantAddress getBitCast(llvm::Type *ty) const { in getBitCast() 92 ConstantAddress getElementBitCast(llvm::Type *ty) const { in getElementBitCast()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | gen_decode.c | 63 Der_class *cl, Der_type *ty, unsigned *tag) in find_tag() 583 Der_type ty; in decode_type() local
|
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
H A D | mtab_bsd.c | 62 char *ty; in mnt_dup() local
|
H A D | mtab_osf.c | 53 char *ty; in mnt_dup() local
|
H A D | mtab_aix.c | 68 char *ty; in mnt_dup() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | LocInfoType.h | 37 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType()
|
/netbsd-src/games/dab/ |
H A D | algor.cc | 105 size_t tx, ty; in count_closure() local 135 size_t tx = 0, ty = 0; /* XXX: GCC */ in find_max_closure() local 243 size_t tx, ty, minx = ~0, miny = ~0; in find_min_closure1() local
|
H A D | board.h | 55 size_t ty(void) const { return _ty; } in ty() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc4/ |
H A D | rc4_enc.c | 31 register RC4_INT x, y, tx, ty; in RC4() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc4/ |
H A D | rc4_enc.c | 25 register RC4_INT x, y, tx, ty; in RC4() local
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
H A D | code.c | 623 TWORD ty = INCREF(p->n_type); in movearg_float() local 672 TWORD ty = INCREF(p->n_type); in movearg_double() local 724 int ty; in movearg_struct() local 821 TWORD ty; in retstruct() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constant.h | 43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
|
/netbsd-src/lib/libpam/modules/pam_securetty/ |
H A D | pam_securetty.c | 66 struct ttyent *ty; in pam_sm_acct_mgmt() local
|
/netbsd-src/lib/libm/src/ |
H A D | e_rem_pio2f.h | 52 double tx[1],ty[1]; in __ieee754_rem_pio2fd() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
H A D | bn_fast_s_mp_sqr.c | 47 int tx, ty, iy; in fast_s_mp_sqr() local
|
H A D | bn_fast_s_mp_mul_high_digs.c | 47 int tx, ty, iy; in fast_s_mp_mul_high_digs() local
|
H A D | bn_fast_s_mp_mul_digs.c | 55 int tx, ty; in fast_s_mp_mul_digs() local
|