Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 25 of 149) sorted by relevance

123456

/netbsd/src/share/examples/disktab/
Ddisktab10 # ty type of disk (fixed, removable, simulated)
47 :ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
55 :dt=ESDI:ty=winchester:se#512:nt#16:ns#63:nc#826: \
63 :dt=ESDI:ty=winchester:se#512:nt#15:ns#62:nc#899: \
72 :dt=ESDI:ty=winchester:se#512:nt#16:ns#62:nc#839: \
81 :dt=ESDI:ty=winchester:\
90 :dt=SCSI::ty=removable:se#512:nt#64:ns#32:nc#634: \
99 :ty=winchester:dt=SCSI:ns#62:nt#9:nc#1476:\
123 :ty#winchester:ns#49:nt#7:nc#1189:
129 :ty#winchester:ns#49:nt#7:nc#1189:\
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
Drc4-586.pl78 $ty="edx";
88 &mov ($ty,&DWP(0,$dat,$yy,4));
90 &mov (&DWP(0,$dat,$xx,4),$ty);
91 &add ($ty,$tx);
93 &and ($ty,0xff);
100 &$func ($out,&DWP(0,$dat,$ty,4));
121 &mov ($ty,&DWP(0,$dat,$yy,4));
124 &mov (&DWP(0,$dat,$XX[0],4),$ty);
125 &add (&LB($ty),&LB($tx));
131 &pinsrw ($mm,&DWP(0,$dat,$ty,4),$j);
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype-parse.cc489 type_p ty; in absdecl() local
492 ty = type (&opts, true); in absdecl()
495 ty = create_pointer (ty); in absdecl()
502 return adjust_field_type (ty, 0); in absdecl()
509 type_p ty; in type_optvalue() local
511 ty = absdecl (); in type_optvalue()
513 return create_type_option (prev, name, ty); in type_optvalue()
520 type_p ty; in nestedptr_optvalue() local
524 ty = absdecl (); in nestedptr_optvalue()
531 return create_nested_ptr_option (prev, ty, to, from); in nestedptr_optvalue()
[all …]
/netbsd/src/external/bsd/am-utils/dist/fsinfo/
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/crypto/external/bsd/heimdal/dist/lib/asn1/
Dgen_decode.c63 Der_class *cl, Der_type *ty, unsigned *tag) in find_tag() argument
68 *ty = PRIM; in find_tag()
73 *ty = PRIM; in find_tag()
80 *ty = PRIM; in find_tag()
85 *ty = PRIM; in find_tag()
90 *ty = PRIM; in find_tag()
95 *ty = PRIM; in find_tag()
100 *ty = PRIM; in find_tag()
105 *ty = PRIM; in find_tag()
110 *ty = PRIM; in find_tag()
[all …]
/netbsd/src/external/bsd/am-utils/dist/include/
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
136 for ((v) = AM_FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v)))
139 #define ALLOC(ty) ((ty *) xmalloc(sizeof(ty))) argument
140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) argument
/netbsd/src/games/hunt/huntd/
Dmakemaze.c120 int tx, ty; in dig_maze() local
128 tx = ty = 0; in dig_maze()
140 ty = y - 2; in dig_maze()
144 ty = y + 2; in dig_maze()
148 ty = y; in dig_maze()
152 ty = y; in dig_maze()
155 if (tx < 0 || ty < 0 || tx >= WIDTH || ty >= HEIGHT) in dig_maze()
157 if (Maze[ty][tx] == SPACE) in dig_maze()
159 Maze[(y + ty) / 2][(x + tx) / 2] = SPACE; in dig_maze()
160 dig_maze(tx, ty); in dig_maze()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
Dprinting.py306 def __init__(self, ty, value): argument
308 (low, high) = ty.range()
313 range_type = ty.fields()[0].type
345 def __init__(self, ty, value): argument
346 self.__ty = ty
369 ty = value.type.strip_typedefs()
370 if ty.is_string_like:
372 elif ty.code == gdb.TYPE_CODE_ARRAY:
373 result = NoOpArrayPrinter(ty, value)
374 elif ty.is_array_like:
[all …]
/netbsd/src/external/bsd/am-utils/dist/conf/mtab/
Dmtab_bsd.c62 char *ty; in mnt_dup() local
68 ty = mp->f_fstypename; in mnt_dup()
74 ty = MNTTAB_TYPE_UFS; in mnt_dup()
80 ty = MNTTAB_TYPE_NFS; in mnt_dup()
86 ty = MNTTAB_TYPE_MFS; in mnt_dup()
91 ty = "unknown"; in mnt_dup()
97 new_mp->mnt_type = xstrdup(ty); in mnt_dup()
Dmtab_osf.c53 char *ty; in mnt_dup() local
84 ty = MNTTAB_TYPE_UFS; in mnt_dup()
88 ty = MNTTAB_TYPE_NFS3; in mnt_dup()
92 ty = MNTTAB_TYPE_NFS; in mnt_dup()
95 ty = MNTTAB_TYPE_MFS; in mnt_dup()
98 ty = "unknown"; in mnt_dup()
102 new_mp->mnt_type = xstrdup(ty); in mnt_dup()
Dmtab_aix.c68 char *ty; in mnt_dup() local
77 ty = MNTTAB_TYPE_UFS; in mnt_dup()
82 ty = MNTTAB_TYPE_NFS; in mnt_dup()
90 ty = MNTTAB_TYPE_NFS3; in mnt_dup()
98 ty = "unknown"; in mnt_dup()
104 new_mp->mnt_type = xstrdup(ty); in mnt_dup()
/netbsd/src/etc/etc.vax/
Ddisktab27 :ty=removable:ns#32:nt#5:nc#823:sf:\
38 :ty=removable:ns#32:nt#19:nc#823:sf:\
50 :ty=removable:ns#22:nt#19:nc#815:sf:\
61 :ty=winchester:ns#31:nt#14:nc#559:sf:\
72 :ty=removable:ns#22:nt#19:nc#411:sf:\
83 :ty=winchester:ns#50:nt#32:nc#630:sf:\
95 :ty=simulated:dt=SMD:ns#1:nt#1:nc#2000:
97 :ty=winchester:ns#32:nt#40:nc#842:sf:\
109 :ty=removable:ns#32:nt#10:nc#823:sf:\
120 :ty=winchester:ns#32:nt#16:nc#1024:sf:\
[all …]
/netbsd/src/games/dab/
Dalgor.cc105 size_t tx, ty; in count_closure() local
108 while (find_closure(ty, tx, tdir, b)) { in count_closure()
112 y = ty; in count_closure()
115 if ((mv = b.domove(ty, tx, tdir, getWho())) == -1) in count_closure()
135 size_t tx = 0, ty = 0; /* XXX: GCC */ in find_max_closure() local
138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0) in find_max_closure()
143 maxy = ty; in find_max_closure()
243 size_t tx, ty, minx = ~0, miny = ~0; in find_min_closure1() local
246 while (find_bad_turn(ty, tx, tdir, nb, last)) { in find_min_closure1()
249 if ((mv = nb.domove(ty, tx, tdir, getWho())) != 0) in find_min_closure1()
[all …]
Dttyscrn.cc196 int tx, ty; in create() local
201 ty = getmaxy(stdscr); in create()
203 if (tx == ERR || ty == ERR in create()
205 || static_cast<size_t>(ty) < *y * 2 + TTYSCRN::offsy) { in create()
212 *y = (ty - TTYSCRN::offsy) / 2; in create()
220 that->_ty = ty; in create()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dbn_fast_s_mp_sqr.c47 int tx, ty, iy; in fast_s_mp_sqr() local
55 ty = MIN(a->used-1, ix); in fast_s_mp_sqr()
56 tx = ix - ty; in fast_s_mp_sqr()
60 tmpy = a->dp + ty; in fast_s_mp_sqr()
65 iy = MIN(a->used-tx, ty+1); in fast_s_mp_sqr()
71 iy = MIN(iy, (ty-tx+1)>>1); in fast_s_mp_sqr()
Dbn_fast_s_mp_mul_digs.c55 int tx, ty; in fast_s_mp_mul_digs() local
60 ty = MIN(b->used-1, ix); in fast_s_mp_mul_digs()
61 tx = ix - ty; in fast_s_mp_mul_digs()
65 tmpy = b->dp + ty; in fast_s_mp_mul_digs()
70 iy = MIN(a->used-tx, ty+1); in fast_s_mp_mul_digs()
Dbn_fast_s_mp_mul_high_digs.c47 int tx, ty, iy; in fast_s_mp_mul_high_digs() local
51 ty = MIN(b->used-1, ix); in fast_s_mp_mul_high_digs()
52 tx = ix - ty; in fast_s_mp_mul_high_digs()
56 tmpy = b->dp + ty; in fast_s_mp_mul_high_digs()
61 iy = MIN(a->used-tx, ty+1); in fast_s_mp_mul_high_digs()
/netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/
Dcode.c129 int ty; in efcode() local
134 ty = cftnsp->stype - FTN; in efcode()
136 q = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap); in efcode()
138 p = tempnode(0, INCREF(ty), 0, cftnsp->sap); in efcode()
143 q = tempnode(tempnr, INCREF(ty), 0, cftnsp->sap); in efcode()
146 p = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap); in efcode()
152 q = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap); in efcode()
153 p = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap); in efcode()
514 int ty; in movearg_struct() local
523 ty = l->n_type; in movearg_struct()
[all …]
/netbsd/src/lib/libm/src/
De_rem_pio2l.h66 double tx[5],ty[3]; in __ieee754_rem_pio2l() local
129 n = __kernel_rem_pio2(tx,ty,e0,nx,3); in __ieee754_rem_pio2l()
130 t = (long double)ty[2] + ty[1]; in __ieee754_rem_pio2l()
131 r = t + ty[0]; in __ieee754_rem_pio2l()
132 w = ty[0] - (r - t); in __ieee754_rem_pio2l()
De_rem_pio2f.h52 double tx[1],ty[1]; in __ieee754_rem_pio2fd() local
77 n = __kernel_rem_pio2(tx,ty,e0,1,0); in __ieee754_rem_pio2fd()
78 if(hx<0) {*y = -ty[0]; return -n;} in __ieee754_rem_pio2fd()
79 *y = ty[0]; return n; in __ieee754_rem_pio2fd()
/netbsd/src/games/hack/
Dhack.wizard.c158 schar tx, ty; in inrange() local
168 ty = u.uy - mtmp->my; in inrange()
169 if ((!tx && abs(ty) < BOLT_LIM) || (!ty && abs(tx) < BOLT_LIM) in inrange()
170 || (abs(tx) == abs(ty) && abs(tx) < BOLT_LIM)) { in inrange()
174 buzz(-1, mtmp->mx, mtmp->my, sgn(tx), sgn(ty)); in inrange()
249 … buzz(-rnd(3), mtmp->mx, mtmp->my, sgn(tx), sgn(ty)); in inrange()
/netbsd/src/games/larn/
Dcreate.c319 int tx, ty, xsize, ysize; in treasureroom() local
325 ty = rnd(MAXY - 9) + 1; /* upper left corner of room */ in treasureroom()
327 … troom(lv, xsize, ysize, tx = tx + rnd(MAXX - 24), ty, rnd(3) + 6); in treasureroom()
329 troom(lv, xsize, ysize, tx, ty, rnd(9)); in treasureroom()
339 troom(int lv, int xsize, int ysize, int tx, int ty, int glyph) in troom() argument
343 for (j = ty - 1; j <= ty + ysize; j++) in troom()
347 for (j = ty; j < ty + ysize; j++) in troom()
352 for (j = ty + 1; j < ty + ysize - 1; j++) in troom()
359 item[i = tx + rund(xsize)][j = ty + (ysize - 1) * rund(2)] = OCLOSEDDOOR; in troom()
363 item[i = tx + (xsize - 1) * rund(2)][j = ty + rund(ysize)] = OCLOSEDDOOR; in troom()
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/
Dcode.c36 static void genswitch_bintree(int num, TWORD ty, struct swents **p, int n);
483 int ty; in efcode() local
493 ty = cftnsp->stype - FTN; in efcode()
495 q = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap); in efcode()
497 p = tempnode(0, INCREF(ty), 0, cftnsp->sap); in efcode()
502 q = tempnode(tempnr, INCREF(ty), 0, cftnsp->sap); in efcode()
505 p = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap); in efcode()
511 q = tempnode(rvnr, INCREF(ty), 0, cftnsp->sap); in efcode()
512 p = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap); in efcode()
653 static void bintree_rec(TWORD ty, int num,
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dpftn.c1151 talign(unsigned int ty, struct attr *apl) in talign() argument
1156 for (; ty > BTMASK; ty = DECREF(ty)) { in talign()
1157 switch (ty & TMASK) { in talign()
1177 if (ISITY(ty)) in talign()
1178 ty -= (FIMAG-FLOAT); in talign()
1180 ty = BTYPE(ty); in talign()
1181 if (ty >= CHAR && ty <= ULONGLONG && ISUNSIGNED(ty)) in talign()
1182 ty = DEUNSIGN(ty); in talign()
1184 switch (ty) { in talign()
1211 tsize(TWORD ty, union dimfun *d, struct attr *apl) in tsize() argument
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/bindings/python/
Dnetpgppython_wrap.c389 #define SWIG_TypeCheck_Template(comparison, ty) \ argument
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->cast->prev = iter; \
402 ty->cast = iter; \
414 SWIG_TypeCheck(const char *c, swig_type_info *ty) { in SWIG_TypeCheck() argument
415 SWIG_TypeCheck_Template(strcmp(iter->type->name, c) == 0, ty); in SWIG_TypeCheck()
428 SWIG_TypeCast(swig_cast_info *ty, void *ptr) { in SWIG_TypeCast() argument
[all …]

123456