Searched refs:d1 (Results 1 - 25 of 38) sorted by last modified time

12

/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp110 dprintf(" d0 0x%08lx d1 0x%08lx d2 0x%08lx d3 0x%08lx\n",
124 dprintf("r0-r3: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->d0, frame->d1, frame->d2, frame->d3);
H A Darch_cpu_asm.S39 move.w (%a0),%d1
67 move.l 8(%sp),%d1
69 move.w %d1,(%a0)
H A Darch_asm.S32 move.l %d0,%d1
33 ori.w #0x0700,%d1
34 move %d1,%sr
49 move %sr,%d1
50 andi.w #0xf8ff,%d1
51 or.w %d0,%d1
52 move %d1,%sr
60 move %sr,%d1
61 andi.w #0x0700,%d1
80 clr.l %d1
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacmacros.h603 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \
607 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py38 def uniondicts(d1, d2):
39 d = dict(d1)
/haiku/src/system/libroot/posix/stdlib/
H A Dqsort.c83 size_t d1, d2; local
151 d1 = MIN(pa - (char *)a, pb - pa);
152 vecswap(a, pb - d1, d1);
158 d1 = MIN(pd - pc, pn - pd - (ssize_t)es);
159 vecswap(pb, pn - d1, d1);
161 d1 = pb - pa;
163 if (d1 <= d2) {
165 if (d1 > e
[all...]
H A Dstrtod.c883 ULong d0, d1; local
886 #define d1 word1(d) macro
901 d1 = (y << ((32-Ebits) + k)) | (w >> (Ebits - k));
908 d1 = (z << k) | (y >> (32 - k));
911 d1 = z;
919 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
927 d1 = w << k + 16 | y << k;
932 word1(d) = d1 >> 16 | d1 << 16;
935 #undef d1
948 ULong d0, d1; local
953 #define d1 macro
1058 #undef d1 macro
[all...]
/haiku/headers/libs/agg/
H A Dagg_trans_perspective.h340 double d1 = w0 * ty - shy * w2; local
342 double d = sx * d0 + shx * d1 + tx * d2;
351 shy = d * d1;
H A Dagg_math_stroke.h223 double d1 = calc_distance(v1.x, v1.y, xi, yi); local
225 if(d1 <= lim)
/haiku/src/libs/icon/
H A DIconUtils.cpp121 float d1, d2, d3, d4; local
147 d1 = (1 - t) * (1 - u);
159 out.blue = (uint8)(p1.blue * d1 + p2.blue * d2 + p3.blue * d3
161 out.green = (uint8)(p1.green * d1 + p2.green * d2 + p3.green * d3
163 out.red = (uint8)(p1.red * d1 + p2.red * d2 + p3.red * d3
165 out.alpha = (uint8)(p1.alpha * d1 + p2.alpha * d2 + p3.alpha * d3
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dblending.h39 uint8* d1, uint8* d2, uint8* d3, uint8* da) // dest components
43 *d1 = kInverseGammaTable[(b1 * destAlpha + t1 * ta) / 255];
52 *d1 = kInverseGammaTable[(b1 * alphaDest + t1 * alphaSrc) / alphaTemp];
63 uint8* d1, uint8* d2, uint8* d3, uint8* da) // dest components
76 d1, d2, d3, da);
37 blend_gamma(uint16 b1, uint16 b2, uint16 b3, uint8 ba, uint16 t1, uint16 t2, uint16 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
61 blend(uint8 b1, uint8 b2, uint8 b3, uint8 ba, uint8 t1, uint8 t2, uint8 t3, uint8 ta, uint8* d1, uint8* d2, uint8* d3, uint8* da) argument
/haiku/src/system/libroot/os/arch/m68k/
H A Dsystem_time_asm.S16 clr.l %d1
H A Datomic.S10 * d0,d1,a0,a1 are scratch regs, not to be saved.
28 miss1: move.l %d0,%d1
29 add.l (8,%a7),%d1
30 cas.l %d0,%d1,(%a0)
41 miss2: move.l %d0,%d1
42 and.l (8,%a7),%d1
43 cas.l %d0,%d1,(%a0)
54 miss3: move.l %d0,%d1
55 or.l (8,%a7),%d1
56 cas.l %d0,%d1,(
[all...]
H A Dbyteorder.S30 move.b (7,%a7),%d1
31 lsl.l #8,%d1
32 move.b (6,%a7),%d1
33 lsl.l #8,%d1
34 move.b (5,%a7),%d1
35 lsl.l #8,%d1
36 move.b (4,%a7),%d1
/haiku/headers/posix/arch/m68k/
H A Dsignal.h17 d0, d1, d2, d3, d4, d5, d6, d7, member in struct:vregs
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c1354 mp_limb_t d0, d1, n0, n1; variable
1359 d1 = den[1];
1363 if (num[0] >= d1)
1402 if (n1 == d1)
1409 r = n0 + d1;
1410 if (r < d1) /* Carry in the addition? */
1420 udiv_qrnnd (quot, r, n1, n0, d1);
1431 r += d1;
1432 if (r >= d1) /* If not carry, test QUOT again. */
1448 mp_limb_t cy, dX, d1, n variable
[all...]
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_sqrt.c193 u_int d0, d1, d2, d3; local
297 FPU_SUBS(d1, x1, t1);
300 x0 = d0, x1 = d1; /* x -= t */
308 FPU_SUBS(d1, x1, t1);
311 x0 = d0, x1 = d1;
329 FPU_SUBCS(d1, x1, t1);
332 x0 = d0, x1 = d1, x2 = d2;
341 FPU_SUBCS(d1, x1, t1);
344 x0 = d0, x1 = d1, x2 = d2;
363 FPU_SUBCS(d1, x
[all...]
H A Dfpu_div.c157 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
207 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
228 r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
252 r0 = d0, r1 = d1, r2 = d2, r3 = d3;
/haiku/src/libs/glut/
H A Dglut_shapes.c318 GLfloat n0[3], d1[3], d2[3]; local
320 DIFF3(dodec[a], dodec[b], d1);
322 crossprod(d1, d2, n0);
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp62 long d1 = 0; local
69 err = stream->Read(&d1, sizeof(d1));
72 if ((d1 == MAGIC_1) && (d2 == MAGIC_2)) {
75 } else if ((d1 == MAGIC_1_SWAP) &&
180 long d1 = MAGIC_1; local
182 err = fArchiveStream->Write(&d1, sizeof(d1));
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h42 register int _d1 __asm("d1"); \
59 register int _d1 __asm("d1"); \
74 register int _d1 __asm("d1"); \
93 register int _d1 __asm("d1"); \
110 register int _d1 __asm("d1"); \
130 register int _d1 __asm("d1"); \
148 register int _d1 __asm("d1"); \
167 register int _d1 __asm("d1"); \
188 register int _d1 __asm("d1"); \
207 register int _d1 __asm("d1"); \
[all...]
H A Dshell.S74 movem.l %d1-%d7/%a0-%a6,-(%sp)
175 // movem.l (%sp)+,%d1-%d7/%a0-%a6
186 move.l #30,%d1
191 movem.l (%sp)+,%d1-%d7/%a0-%a6
227 move.l %d0,%d1
229 move.l %d1,%d0
230 lsl.l #4,%d1
H A Dstage1.S118 move.l %a0,%d1
192 move.l #30,%d1
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S100 movem.l %d1-%d7/%a0-%a6,-(%sp)
164 movem.l (%sp)+,%d1-%d7/%a0-%a6
271 move.l %d0,%d1
273 move.l %d1,%d0
274 lsl.l #4,%d1
318 movem.l %d1-%d2/%a0-%a2,-(%sp)
323 movem.l (%sp)+,%d1-%d2/%a0-%a2
382 move.l #512/4-1,%d1
385 dbf %d1,copysect_loop
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ddivrem.c98 mp_limb_t d1, d0; local
101 d1 = dp[1];
106 if (n1 >= d1 && (n1 > d1 || n0 >= d0))
108 sub_ddmmss (n1, n0, n1, n0, d1, d0);
122 if (n1 == d1)
129 r = n0 + d1;
130 if (r < d1) /* Carry in the addition? */
141 udiv_qrnnd (q, r, n1, n0, d1);
153 r += d1;
169 mp_limb_t dX, d1, n0; local
[all...]

Completed in 317 milliseconds

12