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

123456

/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A DLint_sbrk.c12 sbrk(incr)
13 intptr_t incr;
H A D_sbrk.c40 sbrk(intptr_t incr)
43 return _sbrk(incr);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/
H A Dloop.c35 gomp_loop_init (struct gomp_work_share *ws, long start, long end, long incr, argument
41 ws->end = ((incr > 0 && start > end) || (incr < 0 && start < end))
43 ws->incr = incr;
47 ws->chunk_size *= incr;
57 if (__builtin_expect (incr > 0, 1))
97 gomp_loop_static_start (long start, long end, long incr, long chunk_size, argument
105 gomp_loop_init (thr->ts.work_share, start, end, incr,
114 gomp_loop_dynamic_start (long start, long end, long incr, lon argument
139 gomp_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
164 GOMP_loop_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
192 gomp_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
210 gomp_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
235 gomp_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
260 GOMP_loop_ordered_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
439 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) argument
453 GOMP_parallel_loop_static_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
462 GOMP_parallel_loop_dynamic_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
471 GOMP_parallel_loop_guided_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
480 GOMP_parallel_loop_runtime_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr) argument
541 GOMP_loop_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
548 GOMP_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
555 GOMP_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
562 GOMP_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
570 GOMP_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
578 GOMP_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
[all...]
H A Diter.c70 s = ws->incr + (ws->incr > 0 ? -1 : 1);
71 n = (ws->end - ws->next + s) / ws->incr;
91 s = (long)s0 * ws->incr + ws->next;
92 e = (long)e0 * ws->incr + ws->next;
107 s = ws->incr + (ws->incr > 0 ? -1 : 1);
108 n = (ws->end - ws->next + s) / ws->incr;
124 s = (long)s0 * ws->incr + ws->next;
125 e = (long)e0 * ws->incr
184 long start, end, nend, chunk, incr; local
297 long start, end, nend, incr; local
[all...]
H A Dloop_ull.c37 gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched,
45 ws->incr_ull = incr;
50 ws->chunk_size_ull *= incr;
100 gomp_ull incr, gomp_ull chunk_size,
108 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
118 gomp_ull incr, gomp_ull chunk_size,
126 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
144 gomp_ull incr, gomp_ull chunk_size,
152 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
170 gomp_ull incr, gomp_ul
36 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
99 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
117 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
143 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
169 GOMP_loop_ull_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
201 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
220 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
246 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
272 GOMP_loop_ull_ordered_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
483 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
492 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
501 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
510 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
519 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
528 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-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20090331-1.c17 int incr = bufp->buffer - old_buffer; local
18 b += incr;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmvect.c91 int incr = nelm - old_len; local
94 if (incr > 0) {
95 if (incr < old_len)
96 incr = old_len;
97 new_nelm = vect->nelm + incr;
101 vect->init_fn(vect->ptr + old_len * vect->elsize, incr);
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/infback9/
H A Dinftree9.c51 unsigned incr; /* for incrementing code, index */ local
229 incr = 1U << (len - drop);
232 fill -= incr;
237 incr = 1U << (len - 1);
238 while (huff & incr)
239 incr >>= 1;
240 if (incr != 0) {
241 huff &= incr - 1;
242 huff += incr;
310 incr
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/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;
308 incr
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dnextprime.c49 unsigned incr; local
89 for (difference = incr = 0; incr < INCR_LIMIT; difference += 2)
96 /* FIXME: Reduce moduli + incr and store back, to allow for
99 r = (moduli[i] + incr) % prime;
113 incr += 2;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dnice.c56 nice(int incr)
64 if (setpriority(PRIO_PROCESS, 0, prio + incr) == -1) {
H A Dinitdir.c60 int incr; local
69 incr = pagesz;
71 incr = DIRBLKSIZ;
112 space += incr;
113 len += incr;
242 dirp->dd_len = incr;
/netbsd-6-1-5-RELEASE/usr.bin/seq/
H A Dseq.c85 double incr = 0.0; local
134 "usage: %s [-w] [-f format] [-s string] [-t string] [first [incr]] last\n",
145 incr = e_atof(argv[1]);
147 if (incr == 0.0)
152 if (incr == 0.0)
153 incr = (first < last) ? 1.0 : -1.0;
155 if (incr <= 0.0 && first < last)
158 if (incr >= 0.0 && first > last)
172 fmt = generate_format(first, incr, last, equalize, pad);
174 if (incr >
430 generate_format(double first, double incr, double last, int equalize, char pad) argument
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/
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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dinftrees.c49 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;
314 incr
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-omp.c250 tree incr = TREE_VEC_ELT (incrv, i); local
377 if (incr == NULL_TREE)
386 if (EXPR_HAS_LOCATION (incr))
387 elocus = EXPR_LOCATION (incr);
390 v = v + incr, v = incr + v and v = v - incr. */
391 switch (TREE_CODE (incr))
397 if (TREE_OPERAND (incr, 0) != decl)
402 && TREE_OPERAND (incr,
[all...]
/netbsd-6-1-5-RELEASE/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;
H A Dohash_lookup_memory.c25 unsigned int i, incr; local
33 incr = ((hv % (h->size-2)) & ~1) + 1;
54 i += incr;
/netbsd-6-1-5-RELEASE/usr.bin/renice/
H A Drenice.c67 int prio, errs = 0, incr = 0; local
74 incr = 1;
117 errs += donice(which, who, prio, incr);
145 donice(int which, id_t who, int prio, int incr) argument
155 if (incr)
176 (void)fprintf(stderr, "Usage: %s [<priority> | -n <incr>] ",
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/common/
H A Dgetif.c53 int len, m, incr; local
104 incr = sizeof(*ifrq);
106 incr = ifrq->ifr_addr.sa_len + IFNAMSIZ;
109 p += incr;
110 len -= incr;
/netbsd-6-1-5-RELEASE/sys/miscfs/syncfs/
H A Dsync_vnops.c113 static int start, incr, next; local
131 next += incr;
134 incr /= 2;
137 incr = syncer_maxdelay;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Ddefs.h73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
79 _newsize = size + incr; \
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/include/
H A Ddefs.h69 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
75 _newsize = size + incr; \
/netbsd-6-1-5-RELEASE/share/examples/refuse/fanoutfs/
H A Ddefs.h67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
73 _newsize = size + incr; \
79 /* (void) memset(&v[size], 0x0, sizeof(type) * incr); \*/

Completed in 407 milliseconds

123456