Searched refs:d1 (Results 1 - 25 of 60) sorted by relevance

123

/haiku-fatelf/src/system/libroot/os/arch/m68k/
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.S15 move.l (4,%a7),%d1
16 move.b %d1,%d0
17 lsr.w #8,%d1
19 move.b %d1,%d0
41 move.b (7,%a7),%d1
42 lsl.l #8,%d1
43 move.b (6,%a7),%d1
44 lsl.l #8,%d1
45 move.b (5,%a7),%d1
46 lsl.l #8,%d1
[all...]
H A Dsystem_time_asm.S16 clr.l %d1
/haiku-fatelf/headers/libs/agg/
H A Dagg_arrowhead.h36 void head(double d1, double d2, double d3, double d4) argument
38 m_head_d1 = d1;
48 void tail(double d1, double d2, double d3, double d4) argument
50 m_tail_d1 = d1;
H A Dagg_span_gradient_alpha.h48 double d1, double d2) :
52 m_d1(iround(d1 * gradient_subpixel_scale)),
60 double d1() const { return double(m_d1) / gradient_subpixel_scale; } function in class:agg::span_gradient_alpha
67 void d1(double v) { m_d1 = iround(v * gradient_subpixel_scale); } function in class:agg::span_gradient_alpha
45 span_gradient_alpha(interpolator_type& inter, const GradientF& gradient_function, const AlphaF& alpha_function, double d1, double d2) argument
H A Dagg_span_gradient.h63 double d1, double d2) :
67 m_d1(iround(d1 * gradient_subpixel_scale)),
75 double d1() const { return double(m_d1) / gradient_subpixel_scale; } function in class:agg::span_gradient
82 void d1(double v) { m_d1 = iround(v * gradient_subpixel_scale); } function in class:agg::span_gradient
60 span_gradient(interpolator_type& inter, const GradientF& gradient_function, const ColorF& color_function, double d1, double d2) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcollate.c90 u32 d1, d2; local
97 d1 = le32_to_cpup(data1);
99 if (d1 < d2)
102 if (d1 == d2)
124 u32 d1, d2; local
135 d1 = le32_to_cpup(p1);
139 } while ((d1 == d2) && ((len -= 4) > 0));
140 if (d1 < d2)
143 if (d1 == d2)
170 u32 d1, d local
[all...]
/haiku-fatelf/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...]
/haiku-fatelf/src/system/kernel/arch/m68k/
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...]
H A Darch_cpu_asm.S39 move.w (%a0),%d1
67 move.l 8(%sp),%d1
69 move.w %d1,(%a0)
/haiku-fatelf/src/libs/ncurses/form/
H A Dfty_ipv4.c34 unsigned int d1, d2, d3, d4; local
38 num = sscanf(bp, "%u.%u.%u.%u%n", &d1, &d2, &d3, &d4, &len);
46 return ((num != 4 || *bp || d1 > 255 || d2 > 255
/haiku-fatelf/src/bin/rcs/
H A Drcsrev.c176 register size_t d1, d2; local
192 for (d1=0; isdigit(*(s1+d1)); d1++) continue;
196 if (d1 != d2)
197 return d1<d2 ? -1 : 1;
198 if ((r = memcmp(s1, s2, d1)))
200 s1 += d1;
201 s2 += d1;
220 register size_t d1, d local
319 register size_t d1, d2; local
[all...]
/haiku-fatelf/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-fatelf/src/system/libroot/posix/glibc/arch/m68k/
H A Dadd_n.S53 movel MEM_POSTINC(a1),R(d1)
54 addxl R(d1),R(d0)
57 movel MEM_POSTINC(a1),R(d1)
58 addxl R(d1),R(d0)
H A Daddmul_1.S52 clrl R(d1)
61 mulul R(s2_limb),R(d1):R(d3)
63 addxl R(d5),R(d1)
67 addxl R(d1),R(d3)
H A Dsub_n.S53 movel MEM_POSTINC(a1),R(d1)
54 subxl R(d1),R(d0)
57 movel MEM_POSTINC(a1),R(d1)
58 subxl R(d1),R(d0)
H A Dsubmul_1.S52 clrl R(d1)
61 mulul R(s2_limb),R(d1):R(d3)
63 addxl R(d5),R(d1)
67 addxl R(d1),R(d3)
H A Dmul_1.S57 clrl R(d1)
65 mulul R(s2_limb),R(d1):R(d3)
70 addxl R(d1),R(d3)
H A Dlshift.S83 movel R(d2),R(d1)
94 orl R(d3),R(d1)
95 movel R(d1),MEM_PREDEC(res_ptr)
98 movel MEM_PREDEC(s_ptr),R(d1)
99 movel R(d1),R(d3)
103 lsll R(cnt),R(d1)
110 movel R(d1),MEM_PREDEC(res_ptr) /* store least significant limb */
H A Drshift.S72 movel R(d2),R(d1)
83 orl R(d3),R(d1)
84 movel R(d1),MEM_POSTINC(res_ptr)
87 movel MEM_POSTINC(s_ptr),R(d1)
88 movel R(d1),R(d3)
92 lsrl R(cnt),R(d1)
99 movel R(d1),MEM(res_ptr) /* store most significant limb */
/haiku-fatelf/src/bin/coreutils/src/
H A Dgetlimits.c98 const char *d1 = str1 + len1 - 1; local
105 char c1 = (d1 < str1 ? ' ' : (*d1 == '-' ? ' ' : *d1--));
114 if ((d1 >= str1 && *d1 == '-') || (d2 >= str2 && (*d2 == '-')))
/haiku-fatelf/headers/os/arch/m68k/
H A Darch_debugger.h10 uint32 d1; member in struct:m68k_debug_cpu_state
/haiku-fatelf/headers/posix/arch/m68k/
H A Dsignal.h17 d0, d1, d2, d3, d4, d5, d6, d7, member in struct:vregs
/haiku-fatelf/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-fatelf/src/system/boot/platform/amiga_m68k/
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

Completed in 160 milliseconds

123