Home
last modified time | relevance | path

Searched defs:incr (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dloop.c102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, in gomp_loop_static_start()
124 gomp_loop_dynamic_start (long start, long end, long incr, long chunk_size, in gomp_loop_dynamic_start()
152 gomp_loop_guided_start (long start, long end, long incr, long chunk_size, in gomp_loop_guided_start()
177 GOMP_loop_runtime_start (long start, long end, long incr, in GOMP_loop_runtime_start()
247 GOMP_loop_start (long start, long end, long incr, long sched, in GOMP_loop_start()
319 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start()
337 gomp_loop_ordered_dynamic_start (long start, long end, long incr, in gomp_loop_ordered_dynamic_start()
362 gomp_loop_ordered_guided_start (long start, long end, long incr, in gomp_loop_ordered_guided_start()
387 GOMP_loop_ordered_runtime_start (long start, long end, long incr, in GOMP_loop_ordered_runtime_start()
416 GOMP_loop_ordered_start (long start, long end, long incr, long sched, in GOMP_loop_ordered_start()
[all …]
Dloop_ull.c42 gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched, in gomp_loop_ull_init()
105 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_static_start()
123 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_dynamic_start()
149 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_guided_start()
175 gomp_ull incr, gomp_ull *istart, gomp_ull *iend) in GOMP_loop_ull_runtime_start()
246 gomp_ull incr, long sched, gomp_ull chunk_size, in GOMP_loop_ull_start()
317 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_static_start()
336 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_dynamic_start()
362 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_guided_start()
388 gomp_ull incr, gomp_ull *istart, in GOMP_loop_ull_ordered_runtime_start()
[all …]
Diter.c188 long start, end, nend, chunk, incr; in gomp_iter_dynamic_next() local
301 long start, end, nend, incr; in gomp_iter_guided_next() local
/netbsd/src/usr.bin/renice/
Drenice.c67 int prio, errs = 0, incr = 0; in main() local
145 donice(int which, id_t who, int prio, int incr) in donice()
/netbsd/src/lib/libc/sys/
DLint_sbrk.c12 sbrk(intptr_t incr) in sbrk()
/netbsd/src/external/bsd/mdocml/dist/
Dcompat_ohash.c86 unsigned int i, incr; in ohash_resize() local
236 unsigned int i, incr; in ohash_lookup_interval() local
283 unsigned int i, incr; in ohash_lookup_memory() local
/netbsd/src/usr.bin/m4/lib/
Dohash_lookup_memory.c25 unsigned int i, incr; in ohash_lookup_memory() local
Dohash_lookup_interval.c26 unsigned int i, incr; in ohash_lookup_interval() local
Dohash_do.c29 unsigned int i, incr; in ohash_resize() local
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dfunc-ptrs.c25 incr (int i) in incr() function
/netbsd/src/external/lgpl3/gmp/dist/mpz/
Dnextprime.c58 unsigned incr; in mpz_nextprime() local
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dmvect.c96 ssize_t incr = nelm - old_len; in mvect_realloc() local
/netbsd/src/usr.sbin/bootp/common/
Dgetif.c53 int len, m, incr; in getif() local
/netbsd/src/usr.bin/seq/
Dseq.c107 double incr = 0.0; in main() local
476 generate_format(double first, double incr, double last, in generate_format()
/netbsd/src/lib/libc/gen/
Dinitdir.c60 int incr; in _initdir() local
/netbsd/src/share/examples/refuse/id3fs/
Ddefs.h67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
/netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/
Ddefs.h73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
/netbsd/src/share/examples/refuse/virtdir/
Ddefs.h67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Ddefs.h73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
/netbsd/src/share/examples/refuse/fanoutfs/
Ddefs.h67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
/netbsd/src/crypto/external/bsd/netpgp/dist/src/libmj/
Ddefs.h76 #define ALLOC(type, v, size, c, init, incr, where, action) do { \ argument
/netbsd/src/common/dist/zlib/
Dinftrees.c46 unsigned incr; /* for incrementing code, index */ in inflate_table() local
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dinftrees.c51 unsigned incr; /* for incrementing code, index */ local
/netbsd/src/common/dist/zlib/contrib/infback9/
Dinftree9.c44 unsigned incr; /* for incrementing code, index */ in inflate_table9() local
/netbsd/src/external/bsd/less/dist/
Difile.c56 static void incr_index(struct ifile *p, int incr) in incr_index()
304 public void hold_ifile(IFILE ifile, int incr) in hold_ifile()

1234