Searched refs:incr (Results 1 - 25 of 245) sorted by relevance

12345678910

/netbsd-current/lib/libc/sys/
H A DLint_sbrk.c12 sbrk(incr)
13 intptr_t incr;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfunc-ptrs.c25 incr (int i) function
38 int (*calc) (int) = incr;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfunc-ptrs.c25 incr (int i) function
38 int (*calc) (int) = incr;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmvect.c96 ssize_t incr = nelm - old_len; local
99 if (incr > 0) {
100 if (incr < old_len)
101 incr = old_len;
102 new_nelm = vect->nelm + incr;
106 vect->init_fn(vect->ptr + old_len * vect->elsize, incr);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Diter.c71 s = ws->incr + (ws->incr > 0 ? -1 : 1);
72 n = (ws->end - ws->next + s) / ws->incr;
95 s = (long)s0 * ws->incr + ws->next;
96 e = (long)e0 * ws->incr + ws->next;
111 s = ws->incr + (ws->incr > 0 ? -1 : 1);
112 n = (ws->end - ws->next + s) / ws->incr;
128 s = (long)s0 * ws->incr + ws->next;
129 e = (long)e0 * ws->incr
188 long start, end, nend, chunk, incr; local
301 long start, end, nend, incr; local
[all...]
H A Dloop.c40 gomp_loop_init (struct gomp_work_share *ws, long start, long end, long incr, argument
46 ws->end = ((incr > 0 && start > end) || (incr < 0 && start < end))
48 ws->incr = incr;
52 ws->chunk_size *= incr;
62 if (__builtin_expect (incr > 0, 1))
102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, argument
110 gomp_loop_init (thr->ts.work_share, start, end, incr,
124 gomp_loop_dynamic_start (long start, long end, long incr, lon argument
152 gomp_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
177 GOMP_loop_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
247 GOMP_loop_start(long start, long end, long incr, long sched, long chunk_size, long *istart, long *iend, uintptr_t *reductions, void **mem) argument
316 gomp_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
334 gomp_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
359 gomp_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
384 GOMP_loop_ordered_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
413 GOMP_loop_ordered_start(long start, long end, long incr, long sched, long chunk_size, long *istart, long *iend, uintptr_t *reductions, void **mem) argument
787 gomp_parallel_loop_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, enum gomp_schedule_type sched, long chunk_size, unsigned int flags) argument
801 GOMP_parallel_loop_static_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
810 GOMP_parallel_loop_dynamic_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
819 GOMP_parallel_loop_guided_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
828 GOMP_parallel_loop_runtime_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr) argument
852 GOMP_parallel_loop_dynamic(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
863 GOMP_parallel_loop_guided(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
874 GOMP_parallel_loop_runtime(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, unsigned flags) argument
897 GOMP_parallel_loop_nonmonotonic_dynamic(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
909 GOMP_parallel_loop_nonmonotonic_guided(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
921 GOMP_parallel_loop_nonmonotonic_runtime(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, unsigned flags) argument
934 GOMP_parallel_loop_maybe_nonmonotonic_runtime(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, unsigned flags) argument
1029 GOMP_loop_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1036 GOMP_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1043 GOMP_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1050 GOMP_loop_nonmonotonic_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1058 GOMP_loop_nonmonotonic_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1065 GOMP_loop_nonmonotonic_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
1072 GOMP_loop_maybe_nonmonotonic_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
1079 GOMP_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1087 GOMP_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1095 GOMP_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
[all...]
H A Dloop_ull.c42 gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched,
50 ws->incr_ull = incr;
55 ws->chunk_size_ull *= incr;
105 gomp_ull incr, gomp_ull chunk_size,
113 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
123 gomp_ull incr, gomp_ull chunk_size,
131 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
149 gomp_ull incr, gomp_ull chunk_size,
157 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
175 gomp_ull incr, gomp_ul
41 gomp_loop_ull_init(struct gomp_work_share *ws, bool up, gomp_ull start, gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched, gomp_ull chunk_size) argument
104 gomp_loop_ull_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
122 gomp_loop_ull_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
148 gomp_loop_ull_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
174 GOMP_loop_ull_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
245 GOMP_loop_ull_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, long sched, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend, uintptr_t *reductions, void **mem) argument
313 gomp_loop_ull_ordered_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
332 gomp_loop_ull_ordered_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
358 gomp_loop_ull_ordered_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
384 GOMP_loop_ull_ordered_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
414 GOMP_loop_ull_ordered_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, long sched, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend, uintptr_t *reductions, void **mem) argument
847 GOMP_loop_ull_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
856 GOMP_loop_ull_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
865 GOMP_loop_ull_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
874 GOMP_loop_ull_nonmonotonic_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
884 GOMP_loop_ull_nonmonotonic_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
893 GOMP_loop_ull_nonmonotonic_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
901 GOMP_loop_ull_maybe_nonmonotonic_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
910 GOMP_loop_ull_ordered_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
919 GOMP_loop_ull_ordered_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
928 GOMP_loop_ull_ordered_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Diter.c71 s = ws->incr + (ws->incr > 0 ? -1 : 1);
72 n = (ws->end - ws->next + s) / ws->incr;
95 s = (long)s0 * ws->incr + ws->next;
96 e = (long)e0 * ws->incr + ws->next;
111 s = ws->incr + (ws->incr > 0 ? -1 : 1);
112 n = (ws->end - ws->next + s) / ws->incr;
128 s = (long)s0 * ws->incr + ws->next;
129 e = (long)e0 * ws->incr
188 long start, end, nend, chunk, incr; local
301 long start, end, nend, incr; local
[all...]
H A Dloop.c40 gomp_loop_init (struct gomp_work_share *ws, long start, long end, long incr, argument
46 ws->end = ((incr > 0 && start > end) || (incr < 0 && start < end))
48 ws->incr = incr;
52 ws->chunk_size *= incr;
62 if (__builtin_expect (incr > 0, 1))
102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, argument
110 gomp_loop_init (thr->ts.work_share, start, end, incr,
124 gomp_loop_dynamic_start (long start, long end, long incr, lon argument
152 gomp_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
177 GOMP_loop_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
247 GOMP_loop_start(long start, long end, long incr, long sched, long chunk_size, long *istart, long *iend, uintptr_t *reductions, void **mem) argument
319 gomp_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
337 gomp_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
362 gomp_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
387 GOMP_loop_ordered_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
416 GOMP_loop_ordered_start(long start, long end, long incr, long sched, long chunk_size, long *istart, long *iend, uintptr_t *reductions, void **mem) argument
790 gomp_parallel_loop_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, enum gomp_schedule_type sched, long chunk_size, unsigned int flags) argument
804 GOMP_parallel_loop_static_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
813 GOMP_parallel_loop_dynamic_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
822 GOMP_parallel_loop_guided_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
831 GOMP_parallel_loop_runtime_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr) argument
855 GOMP_parallel_loop_dynamic(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
866 GOMP_parallel_loop_guided(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
877 GOMP_parallel_loop_runtime(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, unsigned flags) argument
900 GOMP_parallel_loop_nonmonotonic_dynamic(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
912 GOMP_parallel_loop_nonmonotonic_guided(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
924 GOMP_parallel_loop_nonmonotonic_runtime(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, unsigned flags) argument
937 GOMP_parallel_loop_maybe_nonmonotonic_runtime(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, unsigned flags) argument
1032 GOMP_loop_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1039 GOMP_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1046 GOMP_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1053 GOMP_loop_nonmonotonic_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1061 GOMP_loop_nonmonotonic_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1068 GOMP_loop_nonmonotonic_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
1075 GOMP_loop_maybe_nonmonotonic_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
1082 GOMP_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1090 GOMP_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
1098 GOMP_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
[all...]
H A Dloop_ull.c42 gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched,
50 ws->incr_ull = incr;
55 ws->chunk_size_ull *= incr;
105 gomp_ull incr, gomp_ull chunk_size,
113 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
123 gomp_ull incr, gomp_ull chunk_size,
131 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
149 gomp_ull incr, gomp_ull chunk_size,
157 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
175 gomp_ull incr, gomp_ul
41 gomp_loop_ull_init(struct gomp_work_share *ws, bool up, gomp_ull start, gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched, gomp_ull chunk_size) argument
104 gomp_loop_ull_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
122 gomp_loop_ull_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
148 gomp_loop_ull_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
174 GOMP_loop_ull_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
245 GOMP_loop_ull_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, long sched, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend, uintptr_t *reductions, void **mem) argument
316 gomp_loop_ull_ordered_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
335 gomp_loop_ull_ordered_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
361 gomp_loop_ull_ordered_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
387 GOMP_loop_ull_ordered_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
417 GOMP_loop_ull_ordered_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, long sched, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend, uintptr_t *reductions, void **mem) argument
850 GOMP_loop_ull_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
859 GOMP_loop_ull_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
868 GOMP_loop_ull_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
877 GOMP_loop_ull_nonmonotonic_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
887 GOMP_loop_ull_nonmonotonic_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
896 GOMP_loop_ull_nonmonotonic_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
904 GOMP_loop_ull_maybe_nonmonotonic_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
913 GOMP_loop_ull_ordered_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
922 GOMP_loop_ull_ordered_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
931 GOMP_loop_ull_ordered_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dnextprime.c58 unsigned incr; local
97 for (difference = incr = 0; incr < INCR_LIMIT; difference += 2)
104 /* FIXME: Reduce moduli + incr and store back, to allow for
107 r = (moduli[i] + incr) % prime;
121 incr += 2;
/netbsd-current/lib/libc/gen/
H A Dnice.c56 nice(int incr)
64 if (setpriority(PRIO_PROCESS, 0, prio + incr) == -1) {
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dinftrees.c51 unsigned incr; /* for incrementing code, index */ local
235 incr = 1U << (len - drop);
239 fill -= incr;
244 incr = 1U << (len - 1);
245 while (huff & incr)
246 incr >>= 1;
247 if (incr != 0) {
248 huff &= incr - 1;
249 huff += incr;
316 incr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
H A Dinftree9.c49 unsigned incr; /* for incrementing code, index */ local
227 incr = 1U << (len - drop);
230 fill -= incr;
235 incr = 1U << (len - 1);
236 while (huff & incr)
237 incr >>= 1;
238 if (incr != 0) {
239 huff &= incr - 1;
240 huff += incr;
309 incr
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
H A Dinftree9.c49 unsigned incr; /* for incrementing code, index */ local
227 incr = 1U << (len - drop);
230 fill -= incr;
235 incr = 1U << (len - 1);
236 while (huff & incr)
237 incr >>= 1;
238 if (incr != 0) {
239 huff &= incr - 1;
240 huff += incr;
309 incr
[all...]
/netbsd-current/common/dist/zlib/contrib/infback9/
H A Dinftree9.c49 unsigned incr; /* for incrementing code, index */ local
227 incr = 1U << (len - drop);
230 fill -= incr;
235 incr = 1U << (len - 1);
236 while (huff & incr)
237 incr >>= 1;
238 if (incr != 0) {
239 huff &= incr - 1;
240 huff += incr;
309 incr
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/infback9/
H A Dinftree9.c49 unsigned incr; /* for incrementing code, index */ local
227 incr = 1U << (len - drop);
230 fill -= incr;
235 incr = 1U << (len - 1);
236 while (huff & incr)
237 incr >>= 1;
238 if (incr != 0) {
239 huff &= incr - 1;
240 huff += incr;
309 incr
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/infback9/
H A Dinftree9.c49 unsigned incr; /* for incrementing code, index */ local
227 incr = 1U << (len - drop);
230 fill -= incr;
235 incr = 1U << (len - 1);
236 while (huff & incr)
237 incr >>= 1;
238 if (incr != 0) {
239 huff &= incr - 1;
240 huff += incr;
309 incr
[all...]
/netbsd-current/usr.bin/seq/
H A Dseq.c107 double incr = 0.0; local
159 "usage: %s [-w] [-f format] [-s string] [-t string] [first [incr]] last\n",
173 incr = e_atof(argv[1]);
176 if (incr == 0.0)
181 if (incr == 0.0)
182 incr = (first < last) ? 1.0 : -1.0;
184 if (incr <= 0.0 && first < last)
187 if (incr >= 0.0 && first > last)
207 fmt = generate_format(first, incr, last, equalize, pad, fmt);
210 if (incr >
476 generate_format(double first, double incr, double last, int equalize, char pad, char *deffmt) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dinftrees.c49 unsigned incr; /* for incrementing code, index */ local
231 incr = 1U << (len - drop);
235 fill -= incr;
240 incr = 1U << (len - 1);
241 while (huff & incr)
242 incr >>= 1;
243 if (incr != 0) {
244 huff &= incr - 1;
245 huff += incr;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinftrees.c49 unsigned incr; /* for incrementing code, index */ local
231 incr = 1U << (len - drop);
235 fill -= incr;
240 incr = 1U << (len - 1);
241 while (huff & incr)
242 incr >>= 1;
243 if (incr != 0) {
244 huff &= incr - 1;
245 huff += incr;
/netbsd-current/common/dist/zlib/
H A Dinftrees.c51 unsigned incr; /* for incrementing code, index */ local
233 incr = 1U << (len - drop);
237 fill -= incr;
242 incr = 1U << (len - 1);
243 while (huff & incr)
244 incr >>= 1;
245 if (incr != 0) {
246 huff &= incr - 1;
247 huff += incr;
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dinftrees.c49 unsigned incr; /* for incrementing code, index */ local
231 incr = 1U << (len - drop);
235 fill -= incr;
240 incr = 1U << (len - 1);
241 while (huff & incr)
242 incr >>= 1;
243 if (incr != 0) {
244 huff &= incr - 1;
245 huff += incr;
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dinftrees.c49 unsigned incr; /* for incrementing code, index */ local
231 incr = 1U << (len - drop);
235 fill -= incr;
240 incr = 1U << (len - 1);
241 while (huff & incr)
242 incr >>= 1;
243 if (incr != 0) {
244 huff &= incr - 1;
245 huff += incr;
/netbsd-current/usr.bin/m4/lib/
H A Dohash_lookup_interval.c26 unsigned int i, incr; local
34 incr = ((hv % (h->size-2)) & ~1) + 1;
58 i += incr;

Completed in 296 milliseconds

12345678910