/external/llvm-project/flang/test/Semantics/ |
D | coarrays01.f90 | 9 change team(t, x[10,*] => y) 10 end team 11 form team(1, t) 20 change team(t, x[10,*] => y, x2[*] => y) 21 end team 23 change team(t, x[10,*] => y, x2[*] => x) 24 end team 26 change team(t, x[10,*] => y, y[*] => y2) 27 end team 42 change team(t1, x[10,*] => y) [all …]
|
D | resolve50.f90 | 11 change team(t, x[*] => y) 12 end team 15 change team(t, x[*] => 1) 16 end team 18 change team(t, x[*] => z) 19 end team 28 change team(t, x[10,*] => y, x[*] => y2) 29 end team
|
D | critical02.f90 | 25 sync team (j) 48 change team (j) 50 end team 79 form team(1, t)
|
D | doconcurrent01.f90 | 41 sync team (j) 43 change team (j) 51 end team 86 form team(1, t)
|
D | canondo16.f90 | 23 change team (odd_even) 24 01 end team
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_barrier.cpp | 50 kmp_team_t *team = this_thr->th.th_team; in __kmp_linear_barrier_gather_template() local 52 kmp_info_t **other_threads = team->t.t_threads; in __kmp_linear_barrier_gather_template() 57 gtid, team->t.t_id, tid, bt)); in __kmp_linear_barrier_gather_template() 73 gtid, team->t.t_id, tid, __kmp_gtid_from_tid(0, team), in __kmp_linear_barrier_gather_template() 74 team->t.t_id, 0, &thr_bar->b_arrived, thr_bar->b_arrived, in __kmp_linear_barrier_gather_template() 84 kmp_balign_team_t *team_bar = &team->t.t_bar[bt]; in __kmp_linear_barrier_gather_template() 99 gtid, team->t.t_id, tid, __kmp_gtid_from_tid(i, team), in __kmp_linear_barrier_gather_template() 100 team->t.t_id, i, in __kmp_linear_barrier_gather_template() 126 gtid, team->t.t_id, tid, __kmp_gtid_from_tid(i, team), in __kmp_linear_barrier_gather_template() 127 team->t.t_id, i)); in __kmp_linear_barrier_gather_template() [all …]
|
D | kmp_runtime.cpp | 80 static void __kmp_initialize_team(kmp_team_t *team, int new_nproc, 84 static void __kmp_partition_places(kmp_team_t *team, 90 void __kmp_setup_icv_copy(kmp_team_t *team, int new_nproc, 496 static void __kmp_print_team_storage_map(const char *header, kmp_team_t *team, in __kmp_print_team_storage_map() argument 498 int num_disp_buff = team->t.t_max_nproc > 1 ? __kmp_dispatch_num_buffers : 2; in __kmp_print_team_storage_map() 499 __kmp_print_storage_map_gtid(-1, team, team + 1, sizeof(kmp_team_t), "%s_%d", in __kmp_print_team_storage_map() 502 __kmp_print_storage_map_gtid(-1, &team->t.t_bar[0], in __kmp_print_team_storage_map() 503 &team->t.t_bar[bs_last_barrier], in __kmp_print_team_storage_map() 507 __kmp_print_storage_map_gtid(-1, &team->t.t_bar[bs_plain_barrier], in __kmp_print_team_storage_map() 508 &team->t.t_bar[bs_plain_barrier + 1], in __kmp_print_team_storage_map() [all …]
|
D | ompt-specific.cpp | 36 #define LWT_FROM_TEAM(team) (team)->t.ompt_serialized_team_info argument 55 kmp_team *team = thr->th.th_team; in __ompt_get_teaminfo() local 56 if (team == NULL) in __ompt_get_teaminfo() 59 ompt_lw_taskteam_t *next_lwt = LWT_FROM_TEAM(team), *lwt = NULL; in __ompt_get_teaminfo() 68 if (!lwt && team) { in __ompt_get_teaminfo() 73 team = team->t.t_parent; in __ompt_get_teaminfo() 74 if (team) { in __ompt_get_teaminfo() 75 next_lwt = LWT_FROM_TEAM(team); in __ompt_get_teaminfo() 90 } else if (team) { in __ompt_get_teaminfo() 93 *size = team->t.t_nproc; in __ompt_get_teaminfo() [all …]
|
D | kmp_tasking.cpp | 461 void __kmp_push_current_task_to_thread(kmp_info_t *this_thr, kmp_team_t *team, in __kmp_push_current_task_to_thread() argument 469 team->t.t_implicit_task_taskdata[tid].td_parent)); in __kmp_push_current_task_to_thread() 474 if (this_thr->th.th_current_task != &team->t.t_implicit_task_taskdata[0]) { in __kmp_push_current_task_to_thread() 475 team->t.t_implicit_task_taskdata[0].td_parent = in __kmp_push_current_task_to_thread() 477 this_thr->th.th_current_task = &team->t.t_implicit_task_taskdata[0]; in __kmp_push_current_task_to_thread() 480 team->t.t_implicit_task_taskdata[tid].td_parent = in __kmp_push_current_task_to_thread() 481 team->t.t_implicit_task_taskdata[0].td_parent; in __kmp_push_current_task_to_thread() 482 this_thr->th.th_current_task = &team->t.t_implicit_task_taskdata[tid]; in __kmp_push_current_task_to_thread() 489 team->t.t_implicit_task_taskdata[tid].td_parent)); in __kmp_push_current_task_to_thread() 1048 kmp_team_t *team, int tid, int set_curr_task) { in __kmp_init_implicit_task() argument [all …]
|
D | kmp_csupport.cpp | 763 kmp_team_t *team = this_thr->th.th_team; in __kmpc_master() local 767 ompt_scope_begin, &(team->t.ompt_team_info.parallel_data), in __kmpc_master() 768 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data), in __kmpc_master() 807 kmp_team_t *team = this_thr->th.th_team; in __kmpc_end_master() local 811 ompt_scope_end, &(team->t.ompt_team_info.parallel_data), in __kmpc_end_master() 812 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data), in __kmpc_end_master() 851 kmp_team_t *team; in __kmpc_ordered() local 856 team = __kmp_team_from_gtid(gtid); in __kmpc_ordered() 857 lck = (ompt_wait_id_t)(uintptr_t)&team->t.t_ordered.dt.t_value; in __kmpc_ordered() 1726 kmp_team_t *team = this_thr->th.th_team; in __kmpc_single() local [all …]
|
D | kmp_itt.inl | 67 * __kmp_itt_region_forking should be called by master thread of a team. 69 thread of this team calls __kmp_itt_region_starting. 70 * __kmp_itt_region_starting should be called by each thread of a team just 72 * __kmp_itt_region_finished should be called by each thread of a team right 74 * __kmp_itt_region_joined should be called by master thread of a team, after 85 kmp_team_t *team = __kmp_team_from_gtid(gtid); local 86 if (team->t.t_active_level > 1) { 153 // Check if team size was changed. Then create new region domain for this 190 kmp_team_t *team = __kmp_team_from_gtid(gtid); local 192 if (team->t.t_active_level + serialized > 1) { [all …]
|
/external/python/cpython3/.github/ |
D | CODEOWNERS | 18 **/*hashlib* @python/crypto-team @tiran 19 **/*pyhash* @python/crypto-team @tiran 20 **/*sha* @python/crypto-team @tiran 21 **/*md5* @python/crypto-team @tiran 22 **/*blake* @python/crypto-team @tiran 23 /Modules/_blake2/** @python/crypto-team @tiran 24 /Modules/_sha3/** @python/crypto-team @tiran 49 **/*ssl* @python/crypto-team @tiran 50 **/*.pem @python/crypto-team @tiran 53 Python/bootstrap_hash.c @python/crypto-team @tiran [all …]
|
D | SECURITY.md | 5 The Python team applies security fixes according to the table 16 the Python team responsibly. 18 To reach the response team, email `security at python dot org`.
|
/external/webrtc/ |
D | WATCHLISTS | 111 'audio-team@agora.io', 122 'video-team@agora.io', 127 'sdk-team@agora.io', 129 'audio_device': ['audio-team@agora.io', 133 'sdk-team@agora.io'], 135 'audio-team@agora.io', 142 'audio-team@agora.io', 152 'audio-team@agora.io', 161 'video-team@agora.io', 164 'video-team@agora.io',
|
/external/llvm-project/flang/test/Lower/ |
D | pre-fir-tree04.f90 | 15 change team(t, x[5,*] => y) 18 end team 21 form team(1, t) 52 sync team(t)
|
/external/rust/crates/libc/src/unix/haiku/ |
D | native.rs | 74 pub team: team_id, 84 pub team: team_id, 99 team: team_id, 113 team: team_id, 126 pub team: team_id, 643 team: team_id, in _get_next_area_info() 684 pub fn set_port_owner(port: port_id, team: team_id) -> status_t; in set_port_owner() 716 pub fn set_sem_owner(id: sem_id, team: team_id) -> status_t; in set_sem_owner() 719 team: team_id, in _get_next_sem_info() 725 pub fn kill_team(team: team_id) -> status_t; in kill_team() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | SECURITY.md | 15 issue to only the reporter and the project's security team. 38 - A person in the security team sends an e-mail to the original reporter to 41 - The security team investigates the report and either rejects it or accepts 44 - If the report is rejected, the team writes to the reporter to explain why. 46 - If the report is accepted, the team writes to the reporter to let him/her 49 - The security team discusses the problem, works out a fix, considers the 71 - The security team commits the fix in a private branch. The commit message 80 - The project team creates a release that includes the fix. 82 - The project team announces the release and the vulnerability to the world in
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_threadpool.h | 49 inline void balance211(T n, U team, U tid, T* n_start, T* n_end) { in balance211() argument 50 if (team <= 1 || n == 0) { in balance211() 55 T min_per_team = n / team; in balance211() 56 T remainder = n - min_per_team * team; // i.e., n % teams. in balance211()
|
/external/junit/ |
D | README.md | 5 * [Wiki](https://github.com/junit-team/junit/wiki) 6 * [Download and Install guide](https://github.com/junit-team/junit/wiki/Download-and-Install) 7 * [Getting Started](https://github.com/junit-team/junit/wiki/Getting-started)
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | sizetrack_helper.py | 262 team=FLAGS.team) 301 team=FLAGS.team, 333 FLAGS.team, 347 elif not FLAGS.team or not FLAGS.artifact_id or not (FLAGS.artifact or
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | construct-pairs.data | 3 - meeting: with team. 7 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
|
/external/conscrypt/apex/hiddenapi/ |
D | OWNERS | 1 # soong-team@ as the hiddenapi files are tightly coupled with Soong 4 # compat-team@ for changes to hiddenapi files
|
/external/cldr/ |
D | OWNERS | 1 icu-team+reviews@google.com 5 android-libcore-team+review@google.com
|
/external/icu/ |
D | OWNERS | 1 icu-team+reviews@google.com 5 android-libcore-team+review@google.com
|
/external/tensorflow/tensorflow/lite/tools/pip_package/debian/ |
D | changelog | 5 -- TensorFlow team <packages@tensorflow.org> Fri, 18 Oct 2019 13:21:05 -0700 11 -- TensorFlow team <packages@tensorflow.org> Thu, 29 Aug 2019 14:34:40 -0700
|