Searched refs:CHUNK (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Dordered-2.c13 static int CHUNK, NTHR; variable
31 if (GOMP_loop_ordered_##sched##_start (0, N, 1, CHUNK, &s0, &e0)) \
69 CHUNK = 1;
72 CHUNK = 5;
75 CHUNK = 7;
78 CHUNK = 0;
H A Dloop-1.c13 static int S, E, INCR, CHUNK, NTHR; variable
52 if (GOMP_loop_##sched##_start (S, E, INCR, CHUNK, &s0, &e0)) \
90 (f_##sched##_2, NULL, NTHR, S, E, INCR, CHUNK); \
116 S = 0, E = N, INCR = 1, CHUNK = 4;
119 S = 0, E = N, INCR = 2, CHUNK = 4;
122 S = 1, E = N-1, INCR = 1, CHUNK = 5;
125 S = 1, E = N-1, INCR = 2, CHUNK = 5;
128 S = 2, E = 4, INCR = 1, CHUNK = 1;
131 S = 0, E = N, INCR = 1, CHUNK = 0;
135 S = 1, E = N-1, INCR = 1, CHUNK
[all...]
H A Dordered-1.c15 static int S, E, INCR, CHUNK, NTHR; variable
54 if (GOMP_loop_ordered_##sched##_start (S, E, INCR, CHUNK, &s0, &e0)) \
89 S = 0, E = N, INCR = 1, CHUNK = 4;
92 S = 0, E = N, INCR = 2, CHUNK = 4;
95 S = 1, E = N-1, INCR = 1, CHUNK = 5;
98 S = 1, E = N-1, INCR = 2, CHUNK = 5;
101 S = 2, E = 4, INCR = 1, CHUNK = 1;
104 S = 0, E = N, INCR = 1, CHUNK = 0;
107 S = 1, E = N-1, INCR = 1, CHUNK = 0;
111 S = 1, E = 9, INCR = 1, CHUNK
[all...]
H A Dloop-2.c15 static int INCR, NTHR, CHUNK; variable
26 chunk = CHUNK;
75 if (GOMP_loop_static_start (0, N, INCR, CHUNK, &s0, &e0))
101 INCR = 1, CHUNK = 0; /* chunk = 360 / 5 = 72 */
104 INCR = 4, CHUNK = 0; /* chunk = 360 / 4 / 5 = 18 */
107 INCR = 1, CHUNK = 4; /* 1 * 4 * 5 = 20 -> 360 / 20 = 18 iterations. */
110 INCR = 3, CHUNK = 4; /* 3 * 4 * 5 = 60 -> 360 / 60 = 6 iterations. */
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Domp_workshare1.f6 C across the team of threads. A thread will perform CHUNK iterations
7 C at a time before being scheduled for the next CHUNK of work.
15 + OMP_GET_THREAD_NUM, N, CHUNKSIZE, CHUNK, I variable in program:WORKSHARE1
25 CHUNK = CHUNKSIZE
27 !$OMP PARALLEL SHARED(A,B,C,NTHREADS,CHUNK) PRIVATE(I,TID)
36 !$OMP DO SCHEDULE(DYNAMIC,CHUNK)
/openbsd-current/usr.sbin/sasyncd/
H A Dpfkey.c68 #define CHUNK sizeof(u_int64_t) macro
105 msg.sadb_msg_len = sizeof msg / CHUNK;
123 m->sadb_msg_len = sizeof *m / CHUNK;
151 e < (u_int8_t *)msg + msg->sadb_msg_len * CHUNK;
152 e += ext->sadb_ext_len * CHUNK) {
214 max = (u_int8_t *)msg + msg->sadb_msg_len * CHUNK;
273 (msg->sadb_msg_len * CHUNK) < 2 * sizeof *msg) {
306 memmove(m, msg, msg->sadb_msg_len * CHUNK); /* for realloc */
308 m->sadb_msg_len * CHUNK);
326 datalen = hdr.sadb_msg_len * CHUNK;
[all...]
/openbsd-current/sys/dev/microcode/myx/
H A Dbuild.c35 #define CHUNK 8192 macro
72 if (rlen > CHUNK)
73 rlen = CHUNK;
/openbsd-current/regress/lib/libc/sys/
H A Dt_getrusage.c147 #define CHUNK (1024 * 1024) macro
149 void *p = malloc(CHUNK);
150 memset(p, 0, CHUNK);
151 write(fd, p, CHUNK);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dihex.c157 #define CHUNK 16 macro
768 char buf[9 + CHUNK * 2 + 4];
829 if (count > CHUNK)
830 now = CHUNK;
H A Dtekhex.c272 #define CHUNK 21 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dihex.c129 #define CHUNK 16 macro
720 char buf[9 + CHUNK * 2 + 4];
781 if (count > CHUNK)
782 now = CHUNK;
H A Dtekhex.c232 #define CHUNK 21 macro

Completed in 215 milliseconds