Searched refs:ty (Results 26 - 50 of 106) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dipft_sn.c163 char ty[4], *s; local
188 bcopy(s, ty, l->lc_tl);
189 } while (ty[0] != 0x8 && ty[1] != 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon-testgen.ml64 List.fold_left (fun arg_number -> fun (flags, ty) ->
72 ty pointer_bit arg_number ty;
100 let print_arg chan arg_number (flags, ty) =
112 Printf.fprintf chan "arg%d_%s" arg_number ty
117 | [ty] -> print_arg chan arg_number ty
118 | ty::tys ->
119 print_arg chan arg_number ty;
144 List.map (fun ty
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Devent.h64 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
69 (event)->ev_type = (ty); \
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Devent.h64 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
69 (event)->ev_type = (ty); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_gen.c76 int ret, l, c, ty, ta; local
102 ty = der_get_type_num(type);
103 if (ty == -1) errx(1, "no valid type on line %lu", line);
112 line, (unsigned long)offset, c, ty, ta, l,
118 ty,
/netbsd-6-1-5-RELEASE/games/dab/
H A Dttyscrn.cc196 int tx, ty; local
201 ty = getmaxy(stdscr);
203 if (tx == ERR || ty == ERR
205 || static_cast<size_t>(ty) < y * 2 + TTYSCRN::offsy) {
216 that->_ty = ty;
H A Dbox.cc65 else if (y == _b.ty() - 1)
72 else if (y == _b.ty() - 1)
78 else if (y == _b.ty() - 1)
H A Dboard.h55 size_t ty(void) const { return _ty; } function in class:BOARD
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dkdc-replay.c185 Der_type ty; local
188 &cl, &ty, &tag2, NULL);
189 if (MAKE_TAG(cl, ty, 0) != clty)
191 (int)MAKE_TAG(cl, ty, 0), (int)clty);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc4/
H A Drc4_enc.c74 register RC4_INT x,y,tx,ty; local
117 ty=d[y], \
119 d[x]=ty, \
120 (RC4_CHUNK)d[(tx+ty)&0xff]\
269 d[x]=ty=d[y]; \
271 (out) = d[(tx+ty)&0xff]^ (in);
/netbsd-6-1-5-RELEASE/games/larn/
H A Dcreate.c324 int tx, ty, xsize, ysize; local
330 ty = rnd(MAXY - 9) + 1; /* upper left corner of room */
332 troom(lv, xsize, ysize, tx = tx + rnd(MAXX - 24), ty, rnd(3) + 6);
334 troom(lv, xsize, ysize, tx, ty, rnd(9));
344 troom(lv, xsize, ysize, tx, ty, glyph)
345 int lv, xsize, ysize, tx, ty, glyph;
349 for (j = ty - 1; j <= ty + ysize; j++)
353 for (j = ty; j < ty
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/mips/
H A Dcode.c120 int ty; local
125 ty = cftnsp->stype - FTN;
127 q = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap);
129 p = tempnode(0, INCREF(ty), 0, cftnsp->sap);
134 q = tempnode(tempnr, INCREF(ty), 0, cftnsp->sap);
137 p = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap);
143 q = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap);
144 p = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap);
502 int ty; local
511 ty
677 int ty; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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__)
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.makemon.c241 int tx, ty; local
250 ty = rn2(ROWNO);
251 } while (!goodpos(tx, ty));
253 mtmp->my = ty;
257 u.uy = ty;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dcode.c36 static void genswitch_bintree(int num, TWORD ty, struct swents **p, int n);
482 int ty; local
492 ty = cftnsp->stype - FTN;
494 q = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap);
496 p = tempnode(0, INCREF(ty), 0, cftnsp->sap);
501 q = tempnode(tempnr, INCREF(ty), 0, cftnsp->sap);
504 p = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap);
510 q = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap);
511 p = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap);
652 static void bintree_rec(TWORD ty, in
656 genswitch_bintree(int num, TWORD ty, struct swents **p, int n) argument
669 bintree_rec(TWORD ty, int num, struct swents **p, int n, int s, int e) argument
1261 TWORD ty = INCREF(p->n_type); local
1319 TWORD ty = INCREF(p->n_type); local
1384 int ty; local
1493 TWORD ty; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dorder.c71 TWORD ty; local
74 ty = p->n_type;
77 switch (ty) {
/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_util.c160 switch (def->def.ty.rel) {
162 return (def->def.ty.old_type);
164 return (fixit(def->def.ty.old_type, orig));
216 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) {
243 type = def->def.ty.old_type;
244 rel = def->def.ty.rel;
H A Drpc_hout.c104 !isvectordef(def->def.ty.old_type, def->def.ty.rel));
418 char *old = def->def.ty.old_type;
420 relation rel = def->def.ty.rel;
434 if (undefined2(old, name) && def->def.ty.old_prefix) {
435 s_print(prefix, "%s ", def->def.ty.old_prefix);
452 def->def.ty.array_max);
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dkeyword.c85 #define LVAR(n1, n2, fl, of, ty, fm) \
87 .off = LOFF(of), .type = ty, .fmt = fm }
88 #define PVAR(n1, n2, fl, of, ty, fm) \
90 .off = POFF(of), .type = ty, .fmt = fm }
91 #define PUVAR(n1, n2, fl, of, ty, fm) \
93 .off = POFF(of), .type = ty, .fmt = fm }
98 #define VAR6(n1, n2, fl, op, of, ty) \
100 .off = of, .type = ty }
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c175 if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
183 int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
193 int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
389 #define SWIG_TypeCheck_Template(comparison, ty) \
390 if (ty) { \
391 swig_cast_info *iter = ty->cast; \
394 if (iter == ty->cast) return iter; \
399 iter->next = ty->cast; \
401 if (ty->cast) ty
414 SWIG_TypeCheck(const char *c, swig_type_info *ty) argument
428 SWIG_TypeCast(swig_cast_info *ty, void *ptr) argument
436 SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) argument
450 SWIG_TypeName(const swig_type_info *ty) argument
1215 SWIG_Python_CheckImplicit(swig_type_info *ty) argument
1295 swig_type_info *ty; member in struct:__anon285
1414 swig_type_info *ty = sobj->ty; local
1673 PySwigObject_New(void *ptr, swig_type_info *ty, int own) argument
1692 swig_type_info *ty; member in struct:__anon286
1836 PySwigPacked_New(void *ptr, size_t size, swig_type_info *ty) argument
1953 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) argument
2033 SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) argument
2060 SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) argument
2277 swig_type_info *ty = types[i]; local
2378 swig_type_info *ty = v ? v->ty : 0; local
2421 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags) argument
5133 swig_type_info *ty = types_initial[shift]; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpftn.c1088 * compute the alignment of an object with type ty, sizeoff index s
1091 talign(unsigned int ty, struct attr *apl) argument
1096 for (; ty > BTMASK; ty = DECREF(ty)) {
1097 switch (ty & TMASK) {
1116 ty = BTYPE(ty);
1117 if (ty >= CHAR && ty <
1144 tsize(TWORD ty, union dimfun *d, struct attr *apl) argument
1978 TWORD ty; local
2513 int ty, tyn; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/arm/
H A Dcode.c622 TWORD ty = INCREF(p->n_type); local
632 r = block(REG, NIL, NIL, ty, p->n_df, p->n_ap);
634 r = block(PLUS, r, bcon(-4), ty, p->n_df, p->n_ap);
671 TWORD ty = INCREF(p->n_type); local
676 r = block(REG, NIL, NIL, ty, p->n_df, p->n_ap);
678 r = block(PLUS, r, bcon(-8), ty, p->n_df, p->n_ap);
723 int ty; local
736 ty = l->n_type;
742 t = tempnode(0, ty, l->n_df, l->n_ap);
748 t = tempnode(tmpnr, ty,
820 TWORD ty; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpftn.c1128 * compute the alignment of an object with type ty, sizeoff index s
1131 talign(unsigned int ty, struct attr *apl) argument
1136 for (; ty > BTMASK; ty = DECREF(ty)) {
1137 switch (ty & TMASK) {
1156 ty = BTYPE(ty);
1157 if (ty >= CHAR && ty <
1184 tsize(TWORD ty, union dimfun *d, struct attr *apl) argument
2018 TWORD ty; local
2543 int ty, tyn; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c153 long _xx; float xx; long _xy; float xy; long _yx; float yx; long _yy; float yy; long _tx; float tx; long _ty; float ty; member in struct:gs_matrix_s
168 long _xx; float xx; long _xy; float xy; long _yx; float yx; long _yy; float yy; long _tx; float tx; long _ty; float ty; member in struct:gs_matrix_fixed_s
386 { (*pmat). tx = ((float)(((*pmat). tx_fixed = ((fixed)(((*pmat). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (*pmat). ty = ((float)(((*pmat). ty_fixed = ((fixed)(((*pmat). ty)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) )));
392 (pgs->ctm). tx = ((float)(((pgs->ctm). tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty = ((float)(((pgs->ctm). ty_fixed = ((fixed)(((pgs->ctm). ty)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , pgs->inverse_valid = 0, pgs->char_tm_valid = 0;
409 (pgs->ctm). tx = ((float)(((pgs->ctm). tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty = ((float)(((pgs->ctm). ty_fixed = ((fixed)(((pgs->ctm). ty)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , pgs->inverse_valid = 0, pgs->char_tm_valid = 0;
419 pgs->ctm.ty += pt.y;
420 (pgs->ctm). tx = ((float)(((pgs->ctm). tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c153 long _xx; float xx; long _xy; float xy; long _yx; float yx; long _yy; float yy; long _tx; float tx; long _ty; float ty; member in struct:gs_matrix_s
168 long _xx; float xx; long _xy; float xy; long _yx; float yx; long _yy; float yy; long _tx; float tx; long _ty; float ty; member in struct:gs_matrix_fixed_s
386 { (*pmat). tx = ((float)(((*pmat). tx_fixed = ((fixed)(((*pmat). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (*pmat). ty = ((float)(((*pmat). ty_fixed = ((fixed)(((*pmat). ty)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) )));
392 (pgs->ctm). tx = ((float)(((pgs->ctm). tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty = ((float)(((pgs->ctm). ty_fixed = ((fixed)(((pgs->ctm). ty)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , pgs->inverse_valid = 0, pgs->char_tm_valid = 0;
409 (pgs->ctm). tx = ((float)(((pgs->ctm). tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty = ((float)(((pgs->ctm). ty_fixed = ((fixed)(((pgs->ctm). ty)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , pgs->inverse_valid = 0, pgs->char_tm_valid = 0;
419 pgs->ctm.ty += pt.y;
420 (pgs->ctm). tx = ((float)(((pgs->ctm). tx_fixed = ((fixed)(((pgs->ctm). tx)*(float)(1<<12 ) )) )*(1.0/(1<<12 ) ))) , (pgs->ctm). ty
[all...]

Completed in 256 milliseconds

12345