Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 109) sorted by relevance

12345

/original-bsd/usr.bin/ktrace/
H A Dsubr.c56 timevaladd(t1, t2)
57 struct timeval *t1, *t2; variable
61 timevalfix(t1);
64 timevalsub(t1, t2)
65 struct timeval *t1, *t2; variable
69 timevalfix(t1);
72 timevalfix(t1)
73 struct timeval *t1; variable
75 if (t1->tv_usec < 0) {
76 t1->tv_sec--;
[all …]
/original-bsd/usr.bin/pascal/pdx/tree/
H A Dtr_equal.c21 BOOLEAN tr_equal(t1, t2) in tr_equal() argument
22 register NODE *t1; in tr_equal()
25 if (t1 == NIL && t2 == NIL) {
28 if (t1 == NIL || t2 == NIL) {
31 if (t1->op != t2->op || degree(t1->op) != degree(t2->op)) {
34 switch(degree(t1->op)) {
36 switch(t1->op) {
38 return(t1->nameval == t2->nameval);
47 return(t1->lconval == t2->lconval);
50 return(t1->fconval == t2->fconval);
[all …]
/original-bsd/games/hack/
H A Dhack.end.c272 t1->date, &t1->uid, in topten()
273 &t1->level, &t1->maxlvl, in topten()
274 &t1->hp, &t1->maxhp, &t1->points, in topten()
275 &t1->plchar, &t1->sex, t1->name, t1->death) != 11 in topten()
338 t1->date, t1->uid, in topten()
340 t1->hp, t1->maxhp, t1->points, in topten()
341 t1->plchar, t1->sex, t1->name, t1->death); in topten()
404 if(t1->maxhp < 3*t1->hp && t1->maxlvl < 4)
561 t1->date, &t1->uid,
563 &t1->hp, &t1->maxhp, &t1->points,
[all …]
/original-bsd/lib/libc/mips/gen/
H A Dldexp.s40 srl t1, t1, 32 - 11
43 addu t1, t1, a2 # scale exponent
96 subu t1, t1, t9 # adjust exponent
97 addu t1, t1, a2 # scale exponent
116 sll t1, t1, 31 - 11 # reposition exponent
130 subu t1, t1, 1
133 negu t1
134 srl t3, t3, t1
153 addu t1, t1, 20 # compute amount to shift right by
155 negu t1
[all …]
H A Disinf.s31 sll t1, v1, 1 # get x exponent
32 srl t1, t1, 32 - 11
33 bne t1, DEXP_INF, 2f # is it a finite number?
56 sll t1, v1, 1 # get x exponent
57 srl t1, t1, 32 - 11
58 bne t1, DEXP_INF, 1f # is it a finite number?
H A Dmodf.s25 or t1, t0, 0x3 # set rounding mode to round to zero
26 xor t1, t1, 0x2 # (i.e., 01)
27 ctc1 t1, $31
/original-bsd/usr.bin/pascal/pdx/sym/
H A Dpredicates.c91 BOOLEAN compatible(t1, t2) in compatible() argument
92 register SYM *t1, *t2; in compatible()
96 if (isvariable(t1)) {
97 t1 = t1->type;
102 if (t1 == t2) {
105 t1 = rtype(t1);
107 if (t1->type == t2->type) {
110 } else if ((t1->class == SCAL || t1->class == CONST) &&
113 } else if (t1->type == t_char &&
114 t1->class == ARRAY && t2->class == ARRAY) {
[all …]
/original-bsd/lib/libc/mips/string/
H A Dstrcmp.s23 lbu t1, 0(a1)
25 bne t0, t1, NotEq
27 lbu t1, 1(a1)
31 beq t0, t1, 1b
33 subu v0, t0, t1
36 subu v0, zero, t1
H A Dbcopy.s35 sltu t1, a1, t0
37 and t1, t1, t2 # t1 = true if from < to < (from+len)
38 beq t1, zero, forward # non overlapping, do forward copy
42 addu t1, a1, a2 # t1 = end of to region
46 subu t1, t1, 1
48 sb v0, 0(t1)
/original-bsd/old/dbx/
H A Dpascal.c65 t1->class == RANGE and istypename(t1->type, "integer")
68 t1->class == RANGE and istypename(t1->type, "char")
71 t1->class == RANGE and istypename(t1->type, "real")
74 t1->class == RANGE and istypename(t1->type, "boolean")
115 (t1->class == CONST and t2->class == SCAL and t1->type == t2)
159 if (t1 == t_char->type or t1 == t_int->type or
160 t1 == t_real->type or t1 == t_boolean->type
162 tmp = t1;
163 t1 = t2;
167 builtinmatch(t1, t2) or rangematch(t1, t2) or
[all …]
H A Dmodula-2.c77 t1->class == RANGE and istypename(t1->type, "char")
86 t1->class == RANGE and istypename(t1->type, "boolean")
111 (t1->class == CONST and t2->class == SCAL and t1->type == t2)
123 t1->class == OPENARRAY and t1->symvalue.ndims == 1 and
159 t1->class == ARRAY and compatible(t1->type, t_char->type)
176 if (t1 == t_char->type or t1 == t_int->type or
177 t1 == t_real->type or t1 == t_boolean->type
179 tmp = t1;
180 t1 = t2;
185 nilMatch(t1, t2) or enumMatch(t1, t2) or
[all …]
H A Dc.c79 t1 = type1;
81 if (t1 == t2) {
84 t1 = rtype(t1);
86 if (t1 == t_char->type or t1 == t_int->type or t1 == t_real->type) {
87 tmp = t1;
88 t1 = t2;
93 isrange(t1, "int") and !isdouble(t1) /* sigh */ and
96 isrange(t1, "char") and
99 t1->class == RANGE and isdouble(t1) and t2 == t_real->type
105 t1->class != RANGE and t1->type == t2->type and (
[all …]
/original-bsd/sys/kern/
H A Dkern_time.c377 timevaladd(t1, t2)
378 struct timeval *t1, *t2; variable
383 timevalfix(t1);
386 timevalsub(t1, t2)
387 struct timeval *t1, *t2; variable
392 timevalfix(t1);
395 timevalfix(t1)
396 struct timeval *t1; variable
399 if (t1->tv_usec < 0) {
400 t1->tv_sec--;
[all …]
/original-bsd/usr.bin/uucp/uucico/
H A Dgio.c101 struct timeb t1, t2; local
111 time(&t1.time);
112 t1.millitm = 0;
114 ftime(&t1);
133 t2.time -= t1.time;
134 mil = t2.millitm - t1.millitm;
156 struct timeb t1, t2; local
167 time(&t1.time);
168 t1.millitm = 0;
170 ftime(&t1);
[all …]
H A Dtio.c107 struct timeb t1, t2; local
117 time(&t1.time);
118 t1.millitm = 0;
120 ftime(&t1);
153 t2.time -= t1.time;
154 mil = t2.millitm - t1.millitm;
174 struct timeb t1, t2; local
183 time(&t1.time);
184 t1.millitm = 0;
186 ftime(&t1);
[all …]
H A Dfio.c207 struct timeb t1, t2; local
217 time(&t1.time);
218 t1.millitm = 0;
220 ftime(&t1);
245 t2.time -= t1.time;
246 mil = t2.millitm - t1.millitm;
285 struct timeb t1, t2; local
294 time(&t1.time);
295 t1.millitm = 0;
297 ftime(&t1);
[all …]
/original-bsd/sys/sparc/fpu/
H A Dfpu_sqrt.c269 #define t1 tt macro
274 t1 = bit;
275 FPU_SUBS(d1, x1, t1);
285 t1 = y1 | bit;
286 FPU_SUBS(d1, x1, t1);
296 #undef t1
299 #define t1 y1 macro
307 FPU_SUBCS(d1, x1, t1);
319 FPU_SUBCS(d1, x1, t1);
341 FPU_SUBCS(d1, x1, t1);
[all …]
/original-bsd/sbin/routed/
H A Dmain.c239 timevaladd(t1, t2)
240 struct timeval *t1, *t2; variable
243 t1->tv_sec += t2->tv_sec;
245 t1->tv_sec++;
246 t1->tv_usec -= 1000000;
250 timevalsub(t1, t2)
251 struct timeval *t1, *t2; variable
254 t1->tv_sec -= t2->tv_sec;
255 if ((t1->tv_usec -= t2->tv_usec) < 0) {
256 t1->tv_sec--;
[all …]
/original-bsd/old/crypt/
H A Dcrypt.c13 char t1[ROTORSZ]; variable
53 t1[i] = i;
62 temp = t1[k];
63 t1[k] = t1[ic];
64 t1[ic] = temp;
72 t2[t1[i]&MASK] = i;
102 i = t2[(t3[(t1[(i+nr1)&MASK]+nr2)&MASK]-nr2)&MASK]-nr1;
/original-bsd/sys/pmax/pmax/
H A Dfp.s988 addu t1, t1, 12 # ???
1558 or t1, t1, t2
1588 or t1, t1, t2
1596 addu t1, t1, v0
1717 addu t1, t1, 1 # adjust exponent
1727 addu t1, t1, 1 # adjust exponent
2513 and t1, t1, 0xFF
2748 and t1, t1, 0x7FF
2850 and t1, t1, 0xFF
3044 and t1, t1, 0x7FF
[all …]
/original-bsd/sys/nfs/
H A Dnfsm_subs.h70 if (t1 >= (s)) { \
73 } else if (t1 = nfsm_disct(&md, &dpos, (s), t1, &cp2)) { \
74 error = t1; \
129 error = t1; \
162 error = t1; \
174 error = t1; \
244 error = t1; \
251 error = t1; \
324 if (t1 >= (s)) { \
326 } else if (t1 = nfs_adv(&md, &dpos, (s), t1)) { \
[all …]
/original-bsd/old/refer/refer/
H A Drefer5.c39 sprintf(t, "%s", fpar(nf,flds,t1,keywant,1,0));
42 sprintf(t, "%s, %s", fpar(nf,flds,t1,'A',1,0),
60 sprintf(t, format, fpar(nf,flds,t1,'A',1,0),
114 sprintf(t1, "%s%s%s\n", stline, sig, endline);
115 if (strlen(t1) > MXSIG)
117 append(t1);
140 t1[0] = AFLAG;
141 t1[1] = '\0';
142 strcat(sig, t1);
217 char t1[50], *sf; local
[all …]
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Ddb1.c117 long int t, t1, t2, distance = highval; local
138 t1 = holdpt->x - x1;
139 t1 *= t1;
142 t = t1 + t2;
173 long int t, t1, t2, distance = highval; local
194 t1 = holdpt->x - x1;
195 t1 *= t1;
198 t = t1 + t2;
/original-bsd/usr.bin/uniq/
H A Duniq.c45 register char *t1, *t2; local
118 t1 = skip(thisline);
121 t1 = thisline;
126 if (strcmp(t1, t2)) {
128 t1 = prevline;
130 thisline = t1;
/original-bsd/lib/libm/tahoe/
H A Dsupport.s160 movl r10,r6 # r6:r7 = t1 = y1
167 addl2 r8,r6 # t1 += k, scale up t and t1
174 subd r6 # acc = t-t1
175 muld r8 # acc = n*(t-t1)
176 std r4 # r4:r5 = n*(t-t1)
177 ldd r6 # acc = t1
178 muld r8 # acc = n*t1
179 subd r0 # acc = n*t1-x
180 negd # acc = x-n*t1
181 subd r4 # acc = (x-n*t1)-n*(t-t1)
[all …]

12345