Searched refs:icv (Results 1 - 25 of 59) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dicv-device.c34 struct gomp_task_icv *icv = gomp_icv (true); local
35 icv->default_device_var = device_num >= 0 ? device_num : 0;
41 struct gomp_task_icv *icv = gomp_icv (false); local
42 return icv->default_device_var;
H A Dicv.c36 struct gomp_task_icv *icv = gomp_icv (true); local
37 icv->nthreads_var = (n > 0 ? n : 1);
43 struct gomp_task_icv *icv = gomp_icv (true); local
44 icv->dyn_var = val;
50 struct gomp_task_icv *icv = gomp_icv (false); local
51 return icv->dyn_var;
57 struct gomp_task_icv *icv = gomp_icv (true); local
58 icv->nest_var = val;
64 struct gomp_task_icv *icv = gomp_icv (false); local
65 return icv
71 struct gomp_task_icv *icv = gomp_icv (true); local
96 struct gomp_task_icv *icv = gomp_icv (false); local
104 struct gomp_task_icv *icv = gomp_icv (false); local
111 struct gomp_task_icv *icv = gomp_icv (false); local
143 struct gomp_task_icv *icv = gomp_icv (false); local
[all...]
H A Dteams.c42 struct gomp_task_icv *icv = gomp_icv (true); local
43 old_thread_limit_var = icv->thread_limit_var;
44 icv->thread_limit_var
56 struct gomp_task_icv *icv = gomp_icv (true); local
57 icv->thread_limit_var = old_thread_limit_var;
H A Dparallel.c42 struct gomp_task_icv *icv; local
47 icv = gomp_icv (false);
51 else if (thr->ts.active_level >= 1 && !icv->nest_var)
58 threads_requested = icv->nthreads_var;
66 if (icv->dyn_var)
78 if (__builtin_expect (icv->thread_limit_var == UINT_MAX, 1)
91 if (num_threads > icv->thread_limit_var)
92 num_threads = icv->thread_limit_var;
103 if (icv->thread_limit_var - busy + 1 < num_threads)
104 num_threads = icv
133 struct gomp_task_icv *icv = gomp_icv (false); local
[all...]
H A Dloop.c180 struct gomp_task_icv *icv = gomp_icv (false); local
181 switch (icv->run_sched_var & ~GFS_MONOTONIC)
185 icv->run_sched_chunk_size,
189 icv->run_sched_chunk_size,
193 icv->run_sched_chunk_size,
223 struct gomp_task_icv *icv = gomp_icv (false); local
224 sched = icv->run_sched_var & ~GFS_MONOTONIC;
230 *chunk_size = icv->run_sched_chunk_size;
387 struct gomp_task_icv *icv = gomp_icv (false); local
388 switch (icv
567 struct gomp_task_icv *icv = gomp_icv (false); local
832 struct gomp_task_icv *icv = gomp_icv (false); local
878 struct gomp_task_icv *icv = gomp_icv (false); local
925 struct gomp_task_icv *icv = gomp_icv (false); local
939 struct gomp_task_icv *icv = gomp_icv (false); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dicv.c38 struct gomp_task_icv *icv = gomp_icv (true); local
39 icv->nthreads_var = (n > 0 ? n : 1);
45 struct gomp_task_icv *icv = gomp_icv (true); local
46 icv->dyn_var = val;
52 struct gomp_task_icv *icv = gomp_icv (false); local
53 return icv->dyn_var;
61 struct gomp_task_icv *icv = gomp_icv (true); local
63 icv->max_active_levels_var = gomp_supported_active_levels;
64 else if (icv->max_active_levels_var > 1)
65 icv
71 struct gomp_task_icv *icv = gomp_icv (false); local
80 struct gomp_task_icv *icv = gomp_icv (true); local
105 struct gomp_task_icv *icv = gomp_icv (false); local
113 struct gomp_task_icv *icv = gomp_icv (false); local
120 struct gomp_task_icv *icv = gomp_icv (false); local
129 struct gomp_task_icv *icv = gomp_icv (true); local
141 struct gomp_task_icv *icv = gomp_icv (false); local
192 struct gomp_task_icv *icv = gomp_icv (false); local
[all...]
H A Dicv-device.c34 struct gomp_task_icv *icv = gomp_icv (true); local
35 icv->default_device_var = device_num >= 0 ? device_num : 0;
43 struct gomp_task_icv *icv = gomp_icv (false); local
44 return icv->default_device_var;
H A Dteams.c42 struct gomp_task_icv *icv = gomp_icv (true); local
43 old_thread_limit_var = icv->thread_limit_var;
44 icv->thread_limit_var
56 struct gomp_task_icv *icv = gomp_icv (true); local
57 icv->thread_limit_var = old_thread_limit_var;
H A Dparallel.c42 struct gomp_task_icv *icv; local
47 icv = gomp_icv (false);
56 && icv->max_active_levels_var <= 1
60 else if (thr->ts.active_level >= icv->max_active_levels_var)
65 threads_requested = icv->nthreads_var;
73 if (icv->dyn_var)
85 if (__builtin_expect (icv->thread_limit_var == UINT_MAX, 1)
98 if (num_threads > icv->thread_limit_var)
99 num_threads = icv->thread_limit_var;
110 if (icv
140 struct gomp_task_icv *icv = gomp_icv (false); local
[all...]
H A Dloop.c180 struct gomp_task_icv *icv = gomp_icv (false); local
181 switch (icv->run_sched_var & ~GFS_MONOTONIC)
185 icv->run_sched_chunk_size,
189 icv->run_sched_chunk_size,
193 icv->run_sched_chunk_size,
223 struct gomp_task_icv *icv = gomp_icv (false); local
224 sched = icv->run_sched_var & ~GFS_MONOTONIC;
230 *chunk_size = icv->run_sched_chunk_size;
390 struct gomp_task_icv *icv = gomp_icv (false); local
391 switch (icv
570 struct gomp_task_icv *icv = gomp_icv (false); local
835 struct gomp_task_icv *icv = gomp_icv (false); local
881 struct gomp_task_icv *icv = gomp_icv (false); local
928 struct gomp_task_icv *icv = gomp_icv (false); local
942 struct gomp_task_icv *icv = gomp_icv (false); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dtarget.c34 struct gomp_task_icv *icv = gomp_icv (true); local
35 icv->thread_limit_var
H A Dteam.c124 struct gomp_task_icv *icv; local
131 icv = task ? &task->icv : &gomp_global_icv;
148 nthreads_var = icv->nthreads_var;
149 gomp_init_task (thr->task, task, icv);
150 team->implicit_task[0].icv.nthreads_var = nthreads_var;
169 gomp_init_task (nthr->task, task, icv);
170 team->implicit_task[i].icv.nthreads_var = nthreads_var;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/gcn/
H A Dtarget.c34 struct gomp_task_icv *icv = gomp_icv (true); local
35 icv->thread_limit_var
H A Dteam.c158 struct gomp_task_icv *icv; local
165 icv = task ? &task->icv : &gomp_global_icv;
182 nthreads_var = icv->nthreads_var;
183 gomp_init_task (thr->task, task, icv);
184 team->implicit_task[0].icv.nthreads_var = nthreads_var;
203 gomp_init_task (nthr->task, task, icv);
204 team->implicit_task[i].icv.nthreads_var = nthreads_var;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dteam.c158 struct gomp_task_icv *icv; local
165 icv = task ? &task->icv : &gomp_global_icv;
182 nthreads_var = icv->nthreads_var;
183 gomp_init_task (thr->task, task, icv);
184 team->implicit_task[0].icv.nthreads_var = nthreads_var;
203 gomp_init_task (nthr->task, task, icv);
204 team->implicit_task[i].icv.nthreads_var = nthreads_var;
H A Dtarget.c37 struct gomp_task_icv *icv = gomp_icv (true); local
38 icv->thread_limit_var
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dteam.c127 struct gomp_task_icv *icv; local
134 icv = task ? &task->icv : &gomp_global_icv;
151 nthreads_var = icv->nthreads_var;
152 gomp_init_task (thr->task, task, icv);
153 team->implicit_task[0].icv.nthreads_var = nthreads_var;
172 gomp_init_task (nthr->task, task, icv);
173 team->implicit_task[i].icv.nthreads_var = nthreads_var;
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_ikev2_common.c74 u8 icv[IKEV2_MAX_HASH_LEN]; local
98 wpabuf_len(msg) - icv_len, icv) < 0) {
103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) {
106 icv, icv_len);
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/
H A Ddefs.mk5 G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c sections.c single.c task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c affinity-fmt.c teams.c oacc-profiling.c oacc-target.c
/netbsd-current/external/gpl3/gcc/lib/libgomp/
H A Ddefs.mk5 G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c scope.c sections.c single.c task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c affinity-fmt.c teams.c allocator.c oacc-profiling.c oacc-target.c
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw_s390x.inc88 sctx->ccm.s390x.kmac.icv.g[0] = 0;
89 sctx->ccm.s390x.kmac.icv.g[1] = 0;
103 sctx->ccm.s390x.kmac.icv.b[i] ^= aad[i];
105 s390x_km(sctx->ccm.s390x.kmac.icv.b, 16,
106 sctx->ccm.s390x.kmac.icv.b, sctx->ccm.s390x.fc,
128 s390x_km(sctx->ccm.s390x.nonce.b, 16, sctx->ccm.s390x.kmac.icv.b,
168 sctx->ccm.s390x.kmac.icv.b[i] ^= in[len + i];
170 s390x_km(sctx->ccm.s390x.kmac.icv.b, 16,
171 sctx->ccm.s390x.kmac.icv.b,
188 sctx->ccm.s390x.kmac.icv
[all...]
H A Dcipher_tdes_wrap.c38 unsigned char icv[8], iv[TDES_IVLEN], sha1tmp[SHA_DIGEST_LENGTH]; local
47 /* Decrypt first block which will end up as icv */
48 ctx->hw->cipher(ctx, icv, in, 8);
62 BUF_reverse(icv, NULL, 8);
67 ctx->hw->cipher(ctx, icv, icv, 8);
69 && CRYPTO_memcmp(sha1tmp, icv, 8) == 0)
71 OPENSSL_cleanse(icv, 8);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dwrap128.c173 * @param[in] icv (Non-standard) IV, 4 bytes. NULL = use default_aiv.
183 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, argument
206 if (!icv)
209 memcpy(aiv, icv, 4); /* Standard doesn't mention this. */
239 * @param[in] icv (Non-standard) IV, 4 bytes. NULL = use default_aiv.
251 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, argument
299 if ((!icv && CRYPTO_memcmp(aiv, default_aiv, 4))
300 || (icv && CRYPTO_memcmp(aiv, icv, 4))) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dwrap128.c173 * @param[in] icv (Non-standard) IV, 4 bytes. NULL = use default_aiv.
183 size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, argument
206 if (!icv)
209 memcpy(aiv, icv, 4); /* Standard doesn't mention this. */
239 * @param[in] icv (Non-standard) IV, 4 bytes. NULL = use default_aiv.
251 size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, argument
299 if ((!icv && CRYPTO_memcmp(aiv, default_aiv, 4))
300 || (icv && CRYPTO_memcmp(aiv, icv, 4))) {
/netbsd-current/external/bsd/wpa/dist/src/pae/
H A Dieee802_1x_key.h22 size_t msg_bytes, u8 *icv);

Completed in 199 milliseconds

123