Searched refs:DELTA (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/dev/rasops/
H A Drasops1_putchar_width.h102 DELTA(hp, ri->ri_stride, SUBST_UNIT *);
104 DELTA(rp, ri->ri_stride, SUBST_UNIT *);
119 DELTA(hp, ri->ri_stride, SUBST_UNIT *);
122 DELTA(rp, ri->ri_stride, SUBST_UNIT *);
128 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, SUBST_UNIT *);
130 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
134 DELTA(rp, - ri->ri_stride, SUBST_UNIT *);
137 DELTA(hp, - ri->ri_stride, SUBST_UNIT *);
H A Drasops1-4_putchar.h147 DELTA(hp, ri->ri_stride, uint32_t *);
149 DELTA(rp, ri->ri_stride, uint32_t *);
170 DELTA(hp, ri->ri_stride, uint32_t *);
173 DELTA(rp, ri->ri_stride, uint32_t *);
179 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
181 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
185 DELTA(rp, - ri->ri_stride, uint32_t *);
189 DELTA(hp, - ri->ri_stride, uint32_t *);
229 DELTA(hp, ri->ri_stride, uint32_t *);
232 DELTA(r
[all...]
H A Drasops1.c152 DELTA(hp, ri->ri_stride, uint32_t *);
154 DELTA(rp, ri->ri_stride, uint32_t *);
169 DELTA(hp, ri->ri_stride, uint32_t *);
172 DELTA(rp, ri->ri_stride, uint32_t *);
178 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
180 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
184 DELTA(rp, - ri->ri_stride, uint32_t *);
188 DELTA(hp, - ri->ri_stride, uint32_t *);
212 DELTA(hp, ri->ri_stride, uint32_t *);
215 DELTA(r
[all...]
H A Drasops_bitops.h101 DELTA(hp, ri->ri_stride, uint32_t *);
104 DELTA(rp, ri->ri_stride, uint32_t *);
135 DELTA(hp, ri->ri_stride, uint32_t *);
138 DELTA(rp, ri->ri_stride, uint32_t *);
177 DELTA(hp, ri->ri_stride, uint32_t *);
179 DELTA(rp, ri->ri_stride, uint32_t *);
207 DELTA(hp, ri->ri_stride, uint32_t *);
210 DELTA(rp, ri->ri_stride, uint32_t *);
282 DELTA(hp, ri->ri_stride, uint32_t *);
284 DELTA(sr
[all...]
H A Drasops_putchar_width.h253 DELTA(hp, ri->ri_stride, STAMP_TYPE *);
255 DELTA(rp, ri->ri_stride, STAMP_TYPE *);
264 DELTA(hp, ri->ri_stride, STAMP_TYPE *);
266 DELTA(rp, ri->ri_stride, STAMP_TYPE *);
272 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, STAMP_TYPE *);
274 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
278 DELTA(rp, - ri->ri_stride, STAMP_TYPE *);
281 DELTA(hp, - ri->ri_stride, STAMP_TYPE *);
H A Drasops_putchar.h140 DELTA(hp, ri->ri_stride, PIXEL_TYPE *);
142 DELTA(rp, ri->ri_stride, PIXEL_TYPE *);
192 DELTA(hp, ri->ri_stride, PIXEL_TYPE *);
194 DELTA(rp, ri->ri_stride, PIXEL_TYPE *);
200 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, PIXEL_TYPE *);
202 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
206 DELTA(rp, - ri->ri_stride, PIXEL_TYPE *);
211 DELTA(hp, - ri->ri_stride, PIXEL_TYPE *);
H A Drasops.h211 #define DELTA(p, d, cast) ((p) = (cast)((uint8_t *)(p) + (d))) macro
H A Drasops24.c283 DELTA(hp, ri->ri_stride, uint32_t *);
286 DELTA(rp, ri->ri_stride, uint32_t *);
H A Drasops.c1035 DELTA(hp, ri->ri_stride, uint32_t *);
1037 DELTA(rp, ri->ri_stride, uint32_t *);
1182 DELTA(hp, ri->ri_stride, uint32_t *);
1184 DELTA(rp, ri->ri_stride, uint32_t *);
1510 DELTA(rp, ri->ri_stride, uint16_t *);
1636 DELTA(rp, ri->ri_stride, uint16_t *);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dlog_adhoc.c146 #define DELTA(x, y, z) \ macro
171 DELTA(delay, now, stats->incoming_arrival);
176 DELTA(pdelay, stats->active_arrival, stats->incoming_arrival);
178 DELTA(adelay, stats->agent_handoff, stats->active_arrival);
180 DELTA(sdelay, stats->conn_setup_done, stats->agent_handoff);
181 DELTA(xdelay, now, stats->conn_setup_done);
184 DELTA(xdelay, now, stats->agent_handoff);
188 DELTA(adelay, now, stats->active_arrival);
192 DELTA(pdelay, now, stats->incoming_arrival);
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_search27 # DELTA: Search to an interval within this many seconds; default
132 # the arguments, bounded by the number of seconds in DELTA.
150 while [ ${DIFF} -ge ${DELTA} ]; do
214 test "x${DELTA}" = "x" && DELTA=3600
228 msg 2 "DELTA = ${DELTA}"
230 # Verify that DELTA is at least two minutes.
232 test ${DELTA} -lt 120 && \
233 error "DELTA i
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
H A Dreg_search27 # DELTA: Search to an interval within this many seconds; default
132 # the arguments, bounded by the number of seconds in DELTA.
150 while [ ${DIFF} -ge ${DELTA} ]; do
214 test "x${DELTA}" = "x" && DELTA=3600
228 msg 2 "DELTA = ${DELTA}"
230 # Verify that DELTA is at least two minutes.
232 test ${DELTA} -lt 120 && \
233 error "DELTA i
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcallfuncs.c99 #define DELTA (0.001) macro
342 return ((float_arg1 - float_val1) < DELTA
343 && (float_arg1 - float_val1) > -DELTA
344 && (float_arg2 - float_val2) < DELTA
345 && (float_arg2 - float_val2) > -DELTA);
358 return ((float_arg1 - float_val1) < DELTA
359 && (float_arg1 - float_val1) > -DELTA
360 && (float_arg2 - float_val2) < DELTA
361 && (float_arg2 - float_val2) > -DELTA);
391 return ((sum_args - sum_values) < DELTA
[all...]
H A Ddfp-test.c21 #define DELTA (0.0001df) macro
153 && (arg1 - dec128_val2) < DELTA
154 && (arg1 - dec128_val2) > -DELTA
184 return ((arg0 - dec32_val1) < DELTA
185 && (arg0 - dec32_val1) > -DELTA
186 && (arg1 - dec64_val1) < DELTA
187 && (arg1 - dec64_val1) > -DELTA
188 && (arg2 - dec128_val1) < DELTA
189 && (arg2 - dec128_val1) > -DELTA);
216 return ((sum_args - sum_values) < DELTA
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcallfuncs.c99 #define DELTA (0.001) macro
342 return ((float_arg1 - float_val1) < DELTA
343 && (float_arg1 - float_val1) > -DELTA
344 && (float_arg2 - float_val2) < DELTA
345 && (float_arg2 - float_val2) > -DELTA);
358 return ((float_arg1 - float_val1) < DELTA
359 && (float_arg1 - float_val1) > -DELTA
360 && (float_arg2 - float_val2) < DELTA
361 && (float_arg2 - float_val2) > -DELTA);
391 return ((sum_args - sum_values) < DELTA
[all...]
H A Ddfp-test.c21 #define DELTA (0.0001df) macro
153 && (arg1 - dec128_val2) < DELTA
154 && (arg1 - dec128_val2) > -DELTA
184 return ((arg0 - dec32_val1) < DELTA
185 && (arg0 - dec32_val1) > -DELTA
186 && (arg1 - dec64_val1) < DELTA
187 && (arg1 - dec64_val1) > -DELTA
188 && (arg2 - dec128_val1) < DELTA
189 && (arg2 - dec128_val1) > -DELTA);
216 return ((sum_args - sum_values) < DELTA
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DCallStack.h50 DELTA = 8 enumerator in enum:Descendants::__anon533
H A DCallStack.cc91 int new_limit = (limit == 0) ? DELTA : limit * 2;
/netbsd-current/usr.bin/vmstat/
H A Ddrvstats.c86 #define DELTA(x) do { \ macro
132 DELTA(wait[i]);
133 DELTA(time[i]);
134 DELTA(waitsum[i]);
135 DELTA(busysum[i]);
136 DELTA(timestamp[i]);
170 #undef DELTA macro
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnamespace.cc14 DELTA enumerator in enum:AAA::SomeEnum
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnamespace.cc14 DELTA enumerator in enum:AAA::SomeEnum
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dwide-int.h751 #define INCDEC_OPERATOR(OP, DELTA) \
752 generic_wide_int &OP () { *this += DELTA; return *this; }
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dwide-int.h751 #define INCDEC_OPERATOR(OP, DELTA) \
752 generic_wide_int &OP () { *this += DELTA; return *this; }

Completed in 280 milliseconds