Home
last modified time | relevance | path

Searched refs:cur_node (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/usr.bin/ctags/
H A Dtree.c101 add_node(NODE *node, NODE *cur_node) in add_node() argument
105 dif = strcmp(node->entry, cur_node->entry); in add_node()
107 if (node->file == cur_node->file) { in add_node()
112 if (!cur_node->been_warned) in add_node()
114 …fprintf(stderr, "Duplicate entry in files %s and %s: %s (Warning only)\n", node->file, cur_node->f… in add_node()
115 cur_node->been_warned = YES; in add_node()
118 if (cur_node->left) in add_node()
119 add_node(node, cur_node->left); in add_node()
121 cur_node->left = node; in add_node()
123 if (cur_node->right) in add_node()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c405 struct splay_tree_key_s cur_node; in gomp_map_pointer() local
407 cur_node.host_start = host_ptr; in gomp_map_pointer()
408 if (cur_node.host_start == (uintptr_t) NULL) in gomp_map_pointer()
410 cur_node.tgt_offset = (uintptr_t) NULL; in gomp_map_pointer()
413 (void *) &cur_node.tgt_offset, in gomp_map_pointer()
418 cur_node.host_start += bias; in gomp_map_pointer()
419 cur_node.host_end = cur_node.host_start; in gomp_map_pointer()
420 splay_tree_key n = gomp_map_lookup (mem_map, &cur_node); in gomp_map_pointer()
426 cur_node.host_start -= n->host_start; in gomp_map_pointer()
427 cur_node.tgt_offset in gomp_map_pointer()
[all …]
H A Doacc-mem.c921 struct splay_tree_key_s cur_node; in acc_attach_async() local
929 cur_node.host_start = (uintptr_t) hostaddr; in acc_attach_async()
930 cur_node.host_end = cur_node.host_start + sizeof (void *); in acc_attach_async()
931 n = splay_tree_lookup (&acc_dev->mem_map, &cur_node); in acc_attach_async()
956 struct splay_tree_key_s cur_node; in goacc_detach_internal() local
965 cur_node.host_start = (uintptr_t) hostaddr; in goacc_detach_internal()
966 cur_node.host_end = cur_node.host_start + sizeof (void *); in goacc_detach_internal()
967 n = splay_tree_lookup (&acc_dev->mem_map, &cur_node); in goacc_detach_internal()
1112 struct splay_tree_key_s cur_node; in goacc_enter_data_internal() local
1113 cur_node.host_start = (uintptr_t) hostaddrs[j]; in goacc_enter_data_internal()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c644 struct splay_tree_key_s cur_node; in gomp_map_pointer() local
646 cur_node.host_start = host_ptr; in gomp_map_pointer()
647 if (cur_node.host_start == (uintptr_t) NULL) in gomp_map_pointer()
649 cur_node.tgt_offset = (uintptr_t) NULL; in gomp_map_pointer()
652 (void *) &cur_node.tgt_offset, sizeof (void *), in gomp_map_pointer()
657 cur_node.host_start += bias; in gomp_map_pointer()
658 cur_node.host_end = cur_node.host_start; in gomp_map_pointer()
659 splay_tree_key n = gomp_map_lookup (mem_map, &cur_node); in gomp_map_pointer()
663 cur_node.tgt_offset = 0; in gomp_map_pointer()
672 cur_node.host_start -= n->host_start; in gomp_map_pointer()
[all …]
H A Doacc-mem.c921 struct splay_tree_key_s cur_node; in acc_attach_async() local
929 cur_node.host_start = (uintptr_t) hostaddr; in acc_attach_async()
930 cur_node.host_end = cur_node.host_start + sizeof (void *); in acc_attach_async()
931 n = splay_tree_lookup (&acc_dev->mem_map, &cur_node); in acc_attach_async()
956 struct splay_tree_key_s cur_node; in goacc_detach_internal() local
965 cur_node.host_start = (uintptr_t) hostaddr; in goacc_detach_internal()
966 cur_node.host_end = cur_node.host_start + sizeof (void *); in goacc_detach_internal()
967 n = splay_tree_lookup (&acc_dev->mem_map, &cur_node); in goacc_detach_internal()
1112 struct splay_tree_key_s cur_node; in goacc_enter_data_internal() local
1113 cur_node.host_start = (uintptr_t) hostaddrs[j]; in goacc_enter_data_internal()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h206 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() argument
208 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore()
217 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) {
219 uptr cur_idx = nodeToIndex(cur_node);
225 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in hasAllEdges() argument
228 if (cur_node && local_epoch == current_epoch_ && in hasAllEdges()
229 local_epoch == nodeToEpoch(cur_node)) { in hasAllEdges()
230 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges()
244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() argument
247 uptr cur_idx = nodeToIndex(cur_node); in addEdges()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() argument
204 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore()
213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) {
215 uptr cur_idx = nodeToIndex(cur_node);
221 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in hasAllEdges() argument
224 if (cur_node && local_epoch == current_epoch_ && in hasAllEdges()
225 local_epoch == nodeToEpoch(cur_node)) { in hasAllEdges()
226 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges()
240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() argument
243 uptr cur_idx = nodeToIndex(cur_node); in addEdges()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h204 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() argument
206 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore()
215 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) {
217 uptr cur_idx = nodeToIndex(cur_node);
223 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in hasAllEdges() argument
226 if (cur_node && local_epoch == current_epoch_ && in hasAllEdges()
227 local_epoch == nodeToEpoch(cur_node)) { in hasAllEdges()
228 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges()
242 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() argument
245 uptr cur_idx = nodeToIndex(cur_node); in addEdges()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dmcparse.y39 static mc_node *cur_node = NULL; variable
77 cur_node = mc_add_node ();
78 cur_node->user_text = $1;
178 cur_node = mc_add_node ();
179 cur_node->symbol = mc_last_symbol;
180 cur_node->facility = mc_cur_facility;
181 cur_node->severity = mc_cur_severity;
182 cur_node->id = ($1 & 0xffffUL);
183 cur_node->vid = ($1 & 0xffffUL) | mc_sefa_val;
184 cur_node->id_typecast = mcset_msg_id_typedef;
[all …]
H A Dmcparse.c109 static mc_node *cur_node = NULL; variable
1328 cur_node = mc_add_node (); in yyparse()
1329 cur_node->user_text = (yyvsp[0].ustr); in yyparse()
1543 cur_node = mc_add_node (); in yyparse()
1544 cur_node->symbol = mc_last_symbol; in yyparse()
1545 cur_node->facility = mc_cur_facility; in yyparse()
1546 cur_node->severity = mc_cur_severity; in yyparse()
1547 cur_node->id = ((yyvsp[-1].ival) & 0xffffUL); in yyparse()
1548 cur_node->vid = ((yyvsp[-1].ival) & 0xffffUL) | mc_sefa_val; in yyparse()
1549 cur_node->id_typecast = mcset_msg_id_typedef; in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dmcparse.y39 static mc_node *cur_node = NULL; variable
77 cur_node = mc_add_node ();
78 cur_node->user_text = $1;
178 cur_node = mc_add_node ();
179 cur_node->symbol = mc_last_symbol;
180 cur_node->facility = mc_cur_facility;
181 cur_node->severity = mc_cur_severity;
182 cur_node->id = ($1 & 0xffffUL);
183 cur_node->vid = ($1 & 0xffffUL) | mc_sefa_val;
184 cur_node->id_typecast = mcset_msg_id_typedef;
[all …]
H A Dmcparse.c109 static mc_node *cur_node = NULL; variable
1328 cur_node = mc_add_node (); in yyparse()
1329 cur_node->user_text = (yyvsp[0].ustr); in yyparse()
1543 cur_node = mc_add_node (); in yyparse()
1544 cur_node->symbol = mc_last_symbol; in yyparse()
1545 cur_node->facility = mc_cur_facility; in yyparse()
1546 cur_node->severity = mc_cur_severity; in yyparse()
1547 cur_node->id = ((yyvsp[-1].ival) & 0xffffUL); in yyparse()
1548 cur_node->vid = ((yyvsp[-1].ival) & 0xffffUL) | mc_sefa_val; in yyparse()
1549 cur_node->id_typecast = mcset_msg_id_typedef; in yyparse()
[all …]
/netbsd-src/sbin/fsck_udf/
H A Dmain.c3855 struct udf_fsck_node *cur_node, *next_node; in udf_check_directory_tree() local
3898 TAILQ_FOREACH(cur_node, &fs_nodes, next) { in udf_check_directory_tree()
3900 error = udf_read_node_dscr(cur_node, &dscr); in udf_check_directory_tree()
3902 error = udf_extract_node_info(cur_node, dscr, 0); in udf_check_directory_tree()
3905 udf_node_path(cur_node)); in udf_check_directory_tree()
3906 udf_recursive_keep(cur_node); in udf_check_directory_tree()
3907 cur_node->fsck_flags |= FSCK_NODE_FLAG_NOTFOUND; in udf_check_directory_tree()
3908 if (cur_node->parent) { in udf_check_directory_tree()
3909 if (cur_node->fsck_flags & FSCK_NODE_FLAG_STREAM_DIR) in udf_check_directory_tree()
3910 cur_node->parent->fsck_flags |= in udf_check_directory_tree()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsssvlv.c416 TAvlnode *cur_node, *next_node; in free_sort_op() local
417 cur_node = so->so_tree; in free_sort_op()
418 while ( cur_node ) { in free_sort_op()
419 next_node = ldap_tavl_next( cur_node, TAVL_DIR_RIGHT ); in free_sort_op()
420 ch_free( cur_node->avl_data ); in free_sort_op()
421 ber_memfree( cur_node ); in free_sort_op()
423 cur_node = next_node; in free_sort_op()
454 TAvlnode *cur_node, *tmp_node; in send_list() local
471 cur_node = ldap_tavl_end(so->so_tree, TAVL_DIR_RIGHT); in send_list()
475 cur_node = ldap_tavl_end(so->so_tree, TAVL_DIR_LEFT); in send_list()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c68 regmatch_t *prev_idx_match, Idx cur_node,
1390 Idx idx, cur_node; in set_regs() local
1411 cur_node = dfa->init_node; in set_regs()
1437 update_regs (dfa, pmatch, prev_idx_match, cur_node, idx, nmatch); in set_regs()
1439 if (idx == pmatch[0].rm_eo && cur_node == mctx->last_node) in set_regs()
1454 cur_node = pop_fail_stack (fs, &idx, nmatch, pmatch, in set_regs()
1467 cur_node = proceed_next_node (mctx, nmatch, pmatch, &idx, cur_node, in set_regs()
1470 if (BE (! REG_VALID_INDEX (cur_node), 0)) in set_regs()
1472 if (BE (cur_node == REG_ERROR, 0)) in set_regs()
1481 cur_node = pop_fail_stack (fs, &idx, nmatch, pmatch, in set_regs()
[all …]
H A Dregcomp.c1658 Idx org_node, cur_node; in calc_eclosure_iter() local
1659 org_node = cur_node = node; in calc_eclosure_iter()
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c358 symbol_node_t *cur_node; in output_code() local
401 for (cur_node = SLIST_FIRST(&patch_functions); in output_code()
402 cur_node != NULL; in output_code()
403 cur_node = SLIST_NEXT(cur_node,links)) { in output_code()
414 cur_node->symbol->info.condinfo->func_num, in output_code()
416 cur_node->symbol->info.condinfo->func_num, in output_code()
418 cur_node->symbol->name); in output_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-split.cc1209 cgraph_node *node, *cur_node = cgraph_node::get (current_function_decl); in split_function() local
1225 if (cur_node->can_change_signature) in split_function()
1375 node = cur_node->create_version_clone_with_body in split_function()
1381 if (cur_node->same_comdat_group) in split_function()
1385 cur_node->calls_comdat_local = true; in split_function()
1386 node->add_to_same_comdat_group (cur_node); in split_function()
1391 if (cur_node->tp_first_run) in split_function()
1392 node->tp_first_run = cur_node->tp_first_run + 1; in split_function()
1441 cur_node->remove_callees (); in split_function()
1442 cur_node->remove_all_references (); in split_function()
H A Domp-general.cc2132 cgraph_node *cur_node = cgraph_node::get (cfun->decl); in omp_resolve_late_declare_variant() local
2204 = (cur_node->simdclone ? varentry1->score_in_declare_simd_clone in omp_resolve_late_declare_variant()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-split.c1190 cgraph_node *node, *cur_node = cgraph_node::get (current_function_decl); in split_function() local
1206 if (cur_node->can_change_signature) in split_function()
1356 node = cur_node->create_version_clone_with_body in split_function()
1362 if (cur_node->same_comdat_group) in split_function()
1366 cur_node->calls_comdat_local = true; in split_function()
1367 node->add_to_same_comdat_group (cur_node); in split_function()
1372 if (cur_node->tp_first_run) in split_function()
1373 node->tp_first_run = cur_node->tp_first_run + 1; in split_function()
1422 cur_node->remove_callees (); in split_function()
1423 cur_node->remove_all_references (); in split_function()