Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 25 of 115) sorted by relevance

12345

/original-bsd/usr.bin/diff/diff3/
H A Ddiff3.c221 d1->old.from,d1->old.to, in merge()
222 d1->new.from,d1->new.to, in merge()
235 d1++; in merge()
252 d1->new.to>=d1[1].new.from) { in merge()
253 d1[1].old.from = d1->old.from; in merge()
254 d1[1].new.from = d1->new.from; in merge()
255 d1++; in merge()
276 d3 = d1->old.to>d1->old.from?d1:d2; in merge()
280 d1++; in merge()
292 d1->old.from -= d1->new.from-d2->new.from; in merge()
[all …]
/original-bsd/local/sccscmds/sccscmds.ok/cmd/
H A Dctime.c162 d1 = hms/60;
163 *tp++ = d1%60;
164 d1 /= 60;
165 *tp++ = d1;
178 if (day>=0) for(d1=70; day >= dysize(d1); d1++)
179 day -= dysize(d1);
180 else for (d1=70; day<0; d1--)
182 xtime.tm_year = d1;
191 for(d1=0; d0 >= dmsize[d1]; d1++)
192 d0 -= dmsize[d1];
[all …]
/original-bsd/local/sccscmds/sccscmds.2/cmd/
H A Dctime.c162 d1 = hms/60;
163 *tp++ = d1%60;
164 d1 /= 60;
165 *tp++ = d1;
178 if (day>=0) for(d1=70; day >= dysize(d1); d1++)
179 day -= dysize(d1);
180 else for (d1=70; day<0; d1--)
182 xtime.tm_year = d1;
191 for(d1=0; d0 >= dmsize[d1]; d1++)
192 d0 -= dmsize[d1];
[all …]
/original-bsd/lib/libc/hp300/string/
H A Dbcopy.s28 movl sp@(12),d1 /* check count */
38 subql #1,d1 /* adjust count */
44 movl d1,d0 /* no, both even */
51 andl #3,d1 /* what remains */
55 subql #1,d1 /* adjust count */
60 addl d1,a0 /* src pointer to end */
61 addl d1,a1 /* dest pointer to end */
66 subql #1,d1 /* adjust count */
72 movl d1,d0 /* no, both even */
79 andl #3,d1 /* what remains */
[all …]
H A Dbcmp.s33 movl a0,d1
34 btst #0,d1 /* string 1 address odd? */
41 movl a1,d1
42 btst #0,d1 /* string 2 address odd? */
44 movl d0,d1 /* no, both even */
45 lsrl #2,d1 /* convert count to longword count */
50 subql #1,d1 /* adjust count */
H A Dbzero.s31 movl a0,d1
32 btst #0,d1 /* address odd? */
38 movl d0,d1
39 lsrl #2,d1 /* convert to longword count */
43 subql #1,d1 /* adjust count */
H A Dstrncpy.s20 movl sp@(12),d1 /* count */
27 subql #1,d1 /* adjust count */
32 subql #1,d1 /* adjust count */
/original-bsd/sys/hp300/hp300/
H A Doc_cksum.s75 movl sp@(8),d1 | get byte count
84 | bits of the count in d1.)
86 btst #0,d1
88 btst #1,d1
91 movl d1,d2
133 movl d0,d1 | fold 32 bit sum to 16 bits
134 swap d1 | (NB- swap does not affect X)
135 addxw d1,d0
144 btst #1,d1
154 movb a0@(-1,d1:l),d2
[all …]
H A Dlocore.s106 movc d1,dfc
649 movl _hz,d1
1485 bset d0,d1
1512 bclr d0,d1
1523 movl d0,d1
1524 lslb #3,d1
1525 addl d1,a1
1529 bset d0,d1
1612 btst d0,d1
1621 bclr d0,d1
[all …]
/original-bsd/old/eqn/common_source/
H A Dshift.c16 int shval, d1, h1, b1, h2, b2; local
36 d1 = VERT( (effps2*6)/2 );
38 d1 = VERT(1);
40 shval = - d1 + h2 - b2;
44 eht[yyval] = h1 + max(0, h2-b1-d1);
54 d1 = VERT( (effps*6*2)/10 );
56 d1 = VERT(1);
66 shval = -(h1-b1) + h2-b2 - d1;
119 d1 = VERT( (effps2*6)/2 );
122 d1 = VERT(1);
[all …]
/original-bsd/sys/sparc/fpu/
H A Dfpu_sqrt.c275 FPU_SUBS(d1, x1, t1);
286 FPU_SUBS(d1, x1, t1);
289 x0 = d0, x1 = d1;
307 FPU_SUBCS(d1, x1, t1);
310 x0 = d0, x1 = d1, x2 = d2;
319 FPU_SUBCS(d1, x1, t1);
322 x0 = d0, x1 = d1, x2 = d2;
341 FPU_SUBCS(d1, x1, t1);
345 x0 = d0, x1 = d1, x2 = d2;
354 FPU_SUBCS(d1, x1, t1);
[all …]
/original-bsd/usr.bin/diff/diff/
H A Ddiffdir.c67 d1 = dir1; d2 = dir2;
69 if (d1->d_entry && useless(d1->d_entry)) {
70 d1++;
77 if (d1->d_entry == 0)
87 only(d1, 1);
88 d1++;
91 compare(d1);
92 d1++;
116 for (d1 = dir1; d1->d_entry; d1++) {
231 entcmp(d1, d2)
[all …]
/original-bsd/usr.bin/pascal/libpc/
H A DERROR.c21 ERROR(msg, d1, d2) in ERROR() argument
24 long d1, d2;
28 fprintf(stderr, msg, d1, d2);
30 return d1;
H A DWRITEC.c14 WRITEC(curfile, d1, d2) in WRITEC() argument
17 char d1;
25 fputc(d1, d2);
H A DWRITES.c14 WRITES(curfile, d1, d2, d3, d4) in WRITES() argument
17 FILE *d1;
26 fwrite(d1, d2, d3, d4);
H A DWRITEF.c14 WRITEF(curfile, d1, d2, d3, d4, d5, d6, d7, d8) in WRITEF() argument
17 FILE *d1;
26 fprintf(d1, d2, d3, d4, d5, d6, d7, d8);
/original-bsd/old/libm/liboldnm/
H A Dsin.s40 qdb: subd3 r6,$0d1.0e+0,r6
44 qdd: subd2 $0d1.0e+0,r6
55 qcoef:.double 0d1.00000000000000000000e+00
56 .double 0d1.32653490878613630000e+02
60 pcoef:.double 0d1.45968840666576870000e+02
64 .double 0d1.35788409787737560000e+07
H A Dtan.s29 a2: subd3 r6,$0d1.0e+0,r6
36 b2: divd3 r0,$0d1.0e+0,r0
39 a4: subd3 r6,$0d1.0e+0,r6
53 funy: .double 0d1.7e+38
61 .double 0d1.0e+0
66 .double 0d1.27323954473516268e+0
H A Dbadtan.s29 a2: subd3 r6,$0d1.0e+0,r6
34 movd $0d1.7e+38,r0
36 b2: divd3 r0,$0d1.0e+0,r0
39 a4: subd3 r6,$0d1.0e+0,r6
60 .double 0d1.0e+0
65 .double 0d1.27323954473516268e+0
/original-bsd/lib/libm/mc68881/
H A Dsupport.s21 movl sp@(8),d1
34 movw sp@(4),d1
35 andw d0,d1
36 cmpw d0,d1
53 movel sp@+,d1
61 movw #0x7FF0,d1 | exponent bits
62 andw d1,d0 | mask off all else
63 cmpw d1,d0 | max exponent?
86 movel sp@+,d1
97 movel sp@+,d1
[all …]
/original-bsd/lib/libc/gen/
H A Dcrypt.c238 #define ZERO(d,d0,d1) d0 = 0, d1 = 0 argument
239 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 argument
240 #define LOADREG(d,d0,d1,s,s0,s1) d0 = s0, d1 = s1 argument
241 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1 argument
243 #define DCL_BLOCK(d,d0,d1) long d0, d1 argument
249 #define PERM6464(d,d0,d1,cpp,p) \ argument
257 OR (d,d0,d1,(p)[(7<<CHUNKBITS)+(cpp)[7]]);
258 #define PERM3264(d,d0,d1,cpp,p) \ argument
262 OR (d,d0,d1,(p)[(3<<CHUNKBITS)+(cpp)[3]]);
267 #define PERM6464(d,d0,d1,cpp,p) \ argument
[all …]
/original-bsd/sys/luna68k/luna68k/
H A Dlocore.s105 movc d1,dfc
1314 bset d0,d1
1341 bclr d0,d1
1352 movl d0,d1
1353 lslb #3,d1
1354 addl d1,a1
1358 bset d0,d1
1441 btst d0,d1
1450 bclr d0,d1
1463 movl d0,d1
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Dover.c10 float h, b, d, d1, d2, d3; local
28 d1 = 2 * d + ebase[p1]; /* num */
30 p2, p1, REL(-d1,ps), p1, REL(d1,ps));
/original-bsd/etc/etc.tahoe/
H A Ddisktab35 # d1 number of bytes per track (for formatter only)
40 :d0#0:d1#28160:\
53 :d0#0:d1#40960:\
66 :d0#0:d1#30240:\
82 :d0#0:d1#20160:\
95 :d0#0:d1#40960:\
108 :d0#0:d1#20160:\
121 :d0#0:d1#20160:\
134 :d0#16:d1#20160:\
147 :d0#0:d1#40960:\
[all …]
/original-bsd/lib/libc/hp300/gen/
H A Dsetjmp.s36 movl sp@(8),d1 /* old onstack value */
37 andl #1,d1 /* extract onstack flag */
40 movl d1,a0@+ /* save old onstack value */

12345