/external/llvm-project/openmp/runtime/src/ |
D | kmp_barrier.cpp | 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() 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() 142 gtid, team->t.t_id, tid, team->t.t_id, &team_bar->b_arrived, in __kmp_linear_barrier_gather_template() 148 gtid, team->t.t_id, tid, bt)); in __kmp_linear_barrier_gather_template() 171 gtid, team->t.t_id, tid, bt)); in __kmp_linear_barrier_release_template() [all …]
|
D | kmp_runtime.cpp | 1035 __kmp_gtid_from_tid(0, team), team->t.t_id, 0, in __kmp_fork_team_threads() 1036 __kmp_gtid_from_tid(i, team), team->t.t_id, i, in __kmp_fork_team_threads() 1662 parent_team->t.t_id, parent_team->t.t_pkfn)); in __kmp_fork_call() 1668 parent_team->t.t_id, parent_team->t.t_pkfn)); in __kmp_fork_call() 2135 gtid, parent_team->t.t_id, team->t.t_master_tid, team->t.t_id, in __kmp_fork_call() 2229 team->t.t_id, team->t.t_pkfn)); in __kmp_fork_call() 2252 team->t.t_id, team->t.t_pkfn)); in __kmp_fork_call() 3013 team->t.t_id, argc, (realloc) ? team->t.t_max_argc : 0)); in __kmp_alloc_argv_entries() 3023 team->t.t_id, team->t.t_max_argc)); in __kmp_alloc_argv_entries() 3030 team->t.t_id); in __kmp_alloc_argv_entries() [all …]
|
D | kmp_omp.h | 132 offset_and_size_t t_id; // unique team id member
|
D | kmp_ftn_entry.h | 132 team->t.t_id, tid, KMP_MAX_BLOCKTIME)); in FTN_GET_BLOCKTIME() 138 team->t.t_id, tid, 0)); in FTN_GET_BLOCKTIME() 144 team->t.t_id, tid, get__blocktime(team, tid))); in FTN_GET_BLOCKTIME()
|
D | kmp_debugger.cpp | 130 offset_and_size_of(kmp_base_team_t, t_id),
|
D | kmp_tasking.cpp | 3522 ((team != NULL) ? team->t.t_id : -1), in __kmp_task_team_setup() 3542 ((team != NULL) ? team->t.t_id : -1), other_team)); in __kmp_task_team_setup() 3561 ((team != NULL) ? team->t.t_id : -1), other_team)); in __kmp_task_team_setup() 3583 ((team != NULL) ? team->t.t_id : -1), this_thr->th.th_task_state)); in __kmp_task_team_sync()
|
D | kmp.h | 2749 int t_id; // team's id, assigned by debugger. member
|
/external/ltp/testcases/realtime/func/hrtimer-prio/ |
D | hrtimer-prio.c | 156 int t_id; in main() local 195 t_id = create_fifo_thread(timer_thread, NULL, high_prio); in main() 196 if (t_id == -1) { in main() 206 join_thread(t_id); in main()
|
/external/llvm-project/lld/test/COFF/ |
D | multiple-resource-objs.test | 2 # RUN: llvm-cvtres /out:%t_id.obj %S/Inputs/id.res 4 # RUN: not lld-link /out:%t.exe /dll /noentry %t_id.obj %t_resource.obj 2>&1 | \
|
/external/ipsec-tools/src/racoon/ |
D | ipsec_doi.c | 352 s_ipsecdoi_trns(prop->proto_id, trns->t_id)); 1080 if (p->trns->t_id != r->trns->t_id) { 1523 if (check_transform[prop->proto_id](trns->t_id) < 0) 1664 p->trns->t_id == pr->head->trns_id) { 1960 check_trns_isakmp(t_id) in check_trns_isakmp() argument 1961 int t_id; in check_trns_isakmp() 1963 switch (t_id) { 1969 t_id, IPSECDOI_KEY_IKE); 1979 check_trns_ah(t_id) in check_trns_ah() argument 1980 int t_id; in check_trns_ah() [all …]
|
D | pfkey.c | 504 ipsecdoi2pfkey_ealg(t_id) in ipsecdoi2pfkey_ealg() argument 505 u_int t_id; in ipsecdoi2pfkey_ealg() 507 switch (t_id) { 545 "Not supported transform: %u\n", t_id); 551 "Invalid transform id: %u\n", t_id); 559 ipsecdoi2pfkey_calg(t_id) in ipsecdoi2pfkey_calg() argument 560 u_int t_id; in ipsecdoi2pfkey_calg() 562 switch (t_id) { 573 "Invalid transform id: %u\n", t_id); 721 pfkey_convertfromipsecdoi(proto_id, t_id, hashtype, in pfkey_convertfromipsecdoi() argument [all …]
|
D | isakmp.h | 221 u_int8_t t_id; /* Transform-Id */ member
|
D | proposal.c | 808 t->trns->t_id));
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | preprocessing_stage.py | 226 if any(t_id not in ds_dict for t_id in node.flat_input_ids):
|
/external/tcpdump/ |
D | print-isakmp.c | 202 uint8_t t_id; /* Transform-Id */ member 350 uint16_t t_id; /* Transform ID */ member 1254 idstr = STR_OR_ID(t.t_id, ikev1_p_map); in ikev1_t_print() 1259 idstr = STR_OR_ID(t.t_id, ah_p_map); in ikev1_t_print() 1264 idstr = STR_OR_ID(t.t_id, esp_p_map); in ikev1_t_print() 1269 idstr = STR_OR_ID(t.t_id, ipcomp_p_map); in ikev1_t_print() 1283 ND_PRINT((ndo," #%d id=%d ", t.t_no, t.t_id)); in ikev1_t_print() 1911 uint16_t t_id; in ikev2_t_print() local 1923 t_id = ntohs(t.t_id); in ikev2_t_print() 1930 idstr = STR_OR_ID(t_id, esp_p_map); in ikev2_t_print() [all …]
|
/external/python/cpython2/Parser/ |
D | asdl.py | 67 def t_id(self, s): member in ASDLScanner
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | functional.py | 559 if any(t_id not in tensor_dict for t_id in node.flat_input_ids):
|