Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsinfo.h129 #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 Dshuffle_select_fuzz_tester.py114 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 DCBindingWrapping.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
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype-parse.cc489 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 Dgengtype-parse.c489 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 Dam_utils.h130 #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 Dkeyword.c80 #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 Dcode.c483 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 DAddress.h87 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 Dgen_decode.c63 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 Dmtab_bsd.c62 char *ty; in mnt_dup() local
H A Dmtab_osf.c53 char *ty; in mnt_dup() local
H A Dmtab_aix.c68 char *ty; in mnt_dup() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLocInfoType.h37 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType()
/netbsd-src/games/dab/
H A Dalgor.cc105 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 Dboard.h55 size_t ty(void) const { return _ty; } in ty() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc4/
H A Drc4_enc.c31 register RC4_INT x, y, tx, ty; in RC4() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc4/
H A Drc4_enc.c25 register RC4_INT x, y, tx, ty; in RC4() local
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dcode.c623 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 DConstant.h43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
/netbsd-src/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c66 struct ttyent *ty; in pam_sm_acct_mgmt() local
/netbsd-src/lib/libm/src/
H A De_rem_pio2f.h52 double tx[1],ty[1]; in __ieee754_rem_pio2fd() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_fast_s_mp_sqr.c47 int tx, ty, iy; in fast_s_mp_sqr() local
H A Dbn_fast_s_mp_mul_high_digs.c47 int tx, ty, iy; in fast_s_mp_mul_high_digs() local
H A Dbn_fast_s_mp_mul_digs.c55 int tx, ty; in fast_s_mp_mul_digs() local

1234567