| /openbsd-src/gnu/gcc/gcc/ | 
| H A D | cgraph.c | 182   struct cgraph_node *node;  in cgraph_create_node()  local201   struct cgraph_node key, *node, **slot;  in cgraph_node()  local
 236 cgraph_insert_node_to_hashtable (struct cgraph_node *node)  in cgraph_insert_node_to_hashtable()
 287   struct cgraph_node *node;  in cgraph_node_for_asm()  local
 314 cgraph_edge (struct cgraph_node *node, tree call_stmt)  in cgraph_edge()
 494 cgraph_node_remove_callees (struct cgraph_node *node)  in cgraph_node_remove_callees()
 514 cgraph_node_remove_callers (struct cgraph_node *node)  in cgraph_node_remove_callers()
 529 cgraph_remove_node (struct cgraph_node *node)  in cgraph_remove_node()
 617 cgraph_mark_reachable_node (struct cgraph_node *node)  in cgraph_mark_reachable_node()
 634 cgraph_mark_needed_node (struct cgraph_node *node)  in cgraph_mark_needed_node()
 [all …]
 
 | 
| H A D | cgraphunit.c | 194 decide_is_function_needed (struct cgraph_node *node, tree decl)  in decide_is_function_needed()317   struct cgraph_varpool_node *next, *node = cgraph_varpool_nodes_queue;  in cgraph_varpool_remove_unreferenced_decls()  local
 406 cgraph_reset_node (struct cgraph_node *node)  in cgraph_reset_node()
 453 cgraph_lower_function (struct cgraph_node *node)  in cgraph_lower_function()
 469   struct cgraph_node *node = cgraph_node (decl);  in cgraph_finalize_function()  local
 569 cgraph_create_edges (struct cgraph_node *node, tree body)  in cgraph_create_edges()
 624 initialize_inline_failed (struct cgraph_node *node)  in initialize_inline_failed()
 648   struct cgraph_node *node = cgraph_node (current_function_decl);  in rebuild_cgraph_edges()  local
 691 verify_cgraph_node (struct cgraph_node *node)  in verify_cgraph_node()
 844   struct cgraph_node *node;  in verify_cgraph()  local
 [all …]
 
 | 
| /openbsd-src/sys/dev/ofw/ | 
| H A D | ofw_clock.c | 48 	int node;  in clock_get_frequency_cells()  local130 	int node, ncells;  in clock_next_clock()  local
 141 clock_get_frequency_idx(int node, int idx)  in clock_get_frequency_idx()
 170 clock_get_frequency(int node, const char *name)  in clock_get_frequency()
 182 clock_set_frequency_idx(int node, int idx, uint32_t freq)  in clock_set_frequency_idx()
 211 clock_set_frequency(int node, const char *name, uint32_t freq)  in clock_set_frequency()
 223 clock_do_enable_idx(int node, int idx, int on)  in clock_do_enable_idx()
 250 clock_do_enable(int node, const char *name, int on)  in clock_do_enable()
 262 clock_enable_idx(int node, int idx)  in clock_enable_idx()
 268 clock_enable(int node, const char *name)  in clock_enable()
 [all …]
 
 | 
| H A D | fdt.c | 214 fdt_node_property(void *node, char *name, char **out)  in fdt_node_property()243 fdt_node_set_property(void *node, char *name, void *data, int len)  in fdt_node_set_property()
 287 fdt_node_add_property(void *node, char *name, void *data, int len)  in fdt_node_add_property()
 322 skip_node(void *node)  in skip_node()
 344 fdt_next_node(void *node)  in fdt_next_node()
 382 fdt_next_property(void *node, char *name, char **nextname)  in fdt_next_property()
 422 fdt_node_property_ints(void *node, char *name, int *out, int outlen)  in fdt_node_property_ints()
 441 fdt_node_property_int(void *node, char *name, int *out)  in fdt_node_property_int()
 450 fdt_child_node(void *node)  in fdt_child_node()
 474 fdt_node_name(void *node)  in fdt_node_name()
 [all …]
 
 | 
| H A D | ofw_power.c | 59 	int node, ncells;  in power_domain_next_domain()  local70 power_domain_do_enable_idx(int node, int idx, int on)  in power_domain_do_enable_idx()
 97 power_domain_enable_idx(int node, int idx)  in power_domain_enable_idx()
 103 power_domain_enable(int node)  in power_domain_enable()
 109 power_domain_disable_idx(int node, int idx)  in power_domain_disable_idx()
 115 power_domain_disable(int node)  in power_domain_disable()
 
 | 
| /openbsd-src/sys/tmpfs/ | 
| H A D | tmpfs_subr.c | 105     mode_t mode, char *target, dev_t rdev, tmpfs_node_t **node) in tmpfs_alloc_node()   argument 217 tmpfs_free_node(tmpfs_mount_t *tmp, tmpfs_node_t *node) in tmpfs_free_node()   argument
 272 tmpfs_vnode_get(struct mount * mp,tmpfs_node_t * node,struct vnode ** vpp) tmpfs_vnode_get()  argument
 373 tmpfs_node_t *dnode = VP_TO_TMPFS_DIR(dvp), *node; tmpfs_alloc_file()  local
 480 tmpfs_dir_attach(tmpfs_node_t * dnode,tmpfs_dirent_t * de,tmpfs_node_t * node) tmpfs_dir_attach()  argument
 532 tmpfs_node_t *node = de->td_node; tmpfs_dir_detach()  local
 582 tmpfs_dir_lookup(tmpfs_node_t * node,struct componentname * cnp) tmpfs_dir_lookup()  argument
 611 tmpfs_dir_cached(tmpfs_node_t * node) tmpfs_dir_cached()  argument
 681 tmpfs_dir_lookupbyseq(tmpfs_node_t * node,off_t seq) tmpfs_dir_lookupbyseq()  argument
 709 tmpfs_dir_getdotents(tmpfs_node_t * node,struct dirent * dp,struct uio * uio) tmpfs_dir_getdotents()  argument
 754 tmpfs_dir_getdents(tmpfs_node_t * node,struct uio * uio) tmpfs_dir_getdents()  argument
 867 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); tmpfs_reg_resize()  local
 939 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); tmpfs_chflags()  local
 976 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); tmpfs_chmod()  local
 1015 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); tmpfs_chown()  local
 1055 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); tmpfs_chsize()  local
 1098 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); tmpfs_chtimes()  local
 1134 tmpfs_update(tmpfs_node_t * node,int flags) tmpfs_update()  argument
 1154 tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp); tmpfs_truncate()  local
 1174 tmpfs_uio_cached(tmpfs_node_t * node) tmpfs_uio_cached()  argument
 1183 tmpfs_uio_lookup(tmpfs_node_t * node,voff_t pgnum) tmpfs_uio_lookup()  argument
 1192 tmpfs_uio_uncache(tmpfs_node_t * node) tmpfs_uio_uncache()  argument
 1202 tmpfs_uio_cache(tmpfs_node_t * node,voff_t pgnum,vaddr_t pgptr) tmpfs_uio_cache()  argument
 1216 tmpfs_uiomove(tmpfs_node_t * node,struct uio * uio,vsize_t len) tmpfs_uiomove()  argument
 1263 tmpfs_zeropg(tmpfs_node_t * node,voff_t pgnum,vaddr_t pgoff) tmpfs_zeropg()  argument
 [all...]
 | 
| /openbsd-src/sys/arch/mips64/include/ | 
| H A D | loongson3.h | 26 #define LS3_CFG_BASE(node)		(0x100000004000ull*(node) + 0x3ff00000)  argument27 #define LS3_MEM_BASE(node)		(0x100000000000ull*(node))  argument
 61 #define LS3_IRT_ENTRY(node, irq)	(LS3_CFG_BASE(node) + 0x1400 + (irq))  argument
 62 #define LS3_IRT_INTISR(node)		(LS3_CFG_BASE(node) + 0x1420)  argument
 63 #define LS3_IRT_INTEN(node)		(LS3_CFG_BASE(node) + 0x1424)  argument
 64 #define LS3_IRT_INTENSET(node)		(LS3_CFG_BASE(node) + 0x1428)  argument
 65 #define LS3_IRT_INTENCLR(node)		(LS3_CFG_BASE(node) + 0x142c)  argument
 66 #define LS3_IRT_INTISR_CORE(node, cpu)	(LS3_CFG_BASE(node) + 0x1440 + (cpu)*8)  argument
 69 #define LS3_IRT_ENTRY_INT(node, x)	LS3_IRT_ENTRY((node), (x))  argument
 71 #define LS3_IRT_ENTRY_PCI(node, x)	LS3_IRT_ENTRY((node), 0x04+(x))  argument
 [all …]
 
 | 
| /openbsd-src/sys/arch/arm64/stand/efiboot/ | 
| H A D | fdt.c | 204 fdt_node_property(void *node, char *name, char **out)  in fdt_node_property()233 fdt_node_set_property(void *node, char *name, void *data, int len)  in fdt_node_set_property()
 277 fdt_node_add_property(void *node, char *name, void *data, int len)  in fdt_node_add_property()
 308 fdt_node_add_node(void *node, char *name, void **child)  in fdt_node_add_node()
 349 skip_node(void *node)  in skip_node()
 371 fdt_next_node(void *node)  in fdt_next_node()
 413 fdt_node_property_ints(void *node, char *name, int *out, int outlen)  in fdt_node_property_ints()
 432 fdt_node_property_int(void *node, char *name, int *out)  in fdt_node_property_int()
 441 fdt_child_node(void *node)  in fdt_child_node()
 465 fdt_node_name(void *node)  in fdt_node_name()
 [all …]
 
 | 
| /openbsd-src/sys/arch/riscv64/stand/efiboot/ | 
| H A D | fdt.c | 204 fdt_node_property(void *node, char *name, char **out)  in fdt_node_property()233 fdt_node_set_property(void *node, char *name, void *data, int len)  in fdt_node_set_property()
 277 fdt_node_add_property(void *node, char *name, void *data, int len)  in fdt_node_add_property()
 308 fdt_node_add_node(void *node, char *name, void **child)  in fdt_node_add_node()
 349 skip_node(void *node)  in skip_node()
 371 fdt_next_node(void *node)  in fdt_next_node()
 413 fdt_node_property_ints(void *node, char *name, int *out, int outlen)  in fdt_node_property_ints()
 432 fdt_node_property_int(void *node, char *name, int *out)  in fdt_node_property_int()
 441 fdt_child_node(void *node)  in fdt_child_node()
 465 fdt_node_name(void *node)  in fdt_node_name()
 [all …]
 
 | 
| /openbsd-src/sys/arch/armv7/stand/efiboot/ | 
| H A D | fdt.c | 204 fdt_node_property(void *node, char *name, char **out)  in fdt_node_property()233 fdt_node_set_property(void *node, char *name, void *data, int len)  in fdt_node_set_property()
 277 fdt_node_add_property(void *node, char *name, void *data, int len)  in fdt_node_add_property()
 308 fdt_node_add_node(void *node, char *name, void **child)  in fdt_node_add_node()
 349 skip_node(void *node)  in skip_node()
 371 fdt_next_node(void *node)  in fdt_next_node()
 413 fdt_node_property_ints(void *node, char *name, int *out, int outlen)  in fdt_node_property_ints()
 432 fdt_node_property_int(void *node, char *name, int *out)  in fdt_node_property_int()
 441 fdt_child_node(void *node)  in fdt_child_node()
 465 fdt_node_name(void *node)  in fdt_node_name()
 [all …]
 
 | 
| /openbsd-src/gnu/usr.bin/cvs/src/ | 
| H A D | hash.h | 25 struct node  struct28     struct node *next;  argument
 29     struct node *prev;  argument
 30     struct node *hashnext;  argument
 31     struct node *hashprev;  argument
 36 typedef struct node Node;  argument
 
 | 
| /openbsd-src/usr.sbin/ldomctl/ | 
| H A D | mdesc.c | 115 	struct md_node *node;  in md_find_node()  local126 md_find_subnode(struct md *md, struct md_node *node, const char *name)  in md_find_subnode()
 143 	struct md_node *node;  in md_add_node()  local
 161 md_find_prop(struct md *md, struct md_node *node, const char *name)  in md_find_prop()
 174 md_add_prop(struct md *md, struct md_node *node, const char *name)  in md_add_prop()
 186 md_add_prop_val(struct md *md, struct md_node *node, const char *name,  in md_add_prop_val()
 199 md_add_prop_str(struct md *md, struct md_node *node, const char *name,  in md_add_prop_str()
 212 md_add_prop_data(struct md *md, struct md_node *node, const char *name,  in md_add_prop_data()
 225 md_add_prop_arc(struct md *md, struct md_node *node, const char *name,  in md_add_prop_arc()
 238 md_delete_prop(struct md *md, struct md_node *node, struct md_prop *prop)  in md_delete_prop()
 [all …]
 
 | 
| H A D | config.c | 144 pri_link_core(struct md *md, struct md_node *node, struct core *core)  in pri_link_core()173 pri_add_core(struct md *md, struct md_node *node)  in pri_add_core()
 186 	struct md_node *node;  in pri_init_cores()  local
 202 pri_add_hostbridge(struct md *md, struct md_node *node)  in pri_add_hostbridge()
 219 	struct md_node *node;  in pri_init_components()  local
 250 	struct md_node *node;  in pri_init_phys_io()  local
 289 pri_add_cpu(struct md *md, struct md_node *node)  in pri_add_cpu()
 350 pri_add_mblock(struct md *md, struct md_node *node)  in pri_add_mblock()
 408 	struct md_node *node;  in pri_delete_devalias()  local
 424 	struct md_node *node, *node2;  in pri_init()  local
 [all …]
 
 | 
| /openbsd-src/sys/dev/pci/drm/include/linux/ | 
| H A D | rbtree.h | 71 #define RB_EMPTY_NODE(node)     (rb_parent(node) == node)  argument72 #define RB_CLEAR_NODE(node)     (rb_set_parent(node, node))  argument
 74 #define	rb_insert_color(node, root)					\  argument
 76 #define	rb_erase(node, root)						\  argument
 78 #define	rb_next(node)	RB_NEXT(linux_root, NULL, (node))  argument
 79 #define	rb_prev(node)	RB_PREV(linux_root, NULL, (node))  argument
 83 #define	rb_insert_color_cached(node, root, leftmost)			\  argument
 85 #define	rb_erase_cached(node, root)						\  argument
 92 __rb_deepest_left(struct rb_node *node)  in __rb_deepest_left()
 106 rb_next_postorder(const struct rb_node *node)  in rb_next_postorder()
 [all …]
 
 | 
| /openbsd-src/sys/dev/pci/drm/ | 
| H A D | drm_vma_manager.c | 144 	struct drm_mm_node *node, *best;  in drm_vma_offset_lookup_locked()  local202 		       struct drm_vma_offset_node *node, unsigned long pages)  in drm_vma_offset_add()
 230 			   struct drm_vma_offset_node *node)  in drm_vma_offset_remove()
 243 static int vma_node_allow(struct drm_vma_offset_node *node,  in vma_node_allow()
 313 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag)  in drm_vma_node_allow()
 338 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag)  in drm_vma_node_allow_once()
 357 void drm_vma_node_revoke(struct drm_vma_offset_node *node,  in drm_vma_node_revoke()
 398 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node,  in drm_vma_node_is_allowed()
 
 | 
| H A D | drm_mm.c | 107 static noinline void save_stack(struct drm_mm_node *node) in save_stack()   argument 120 	struct drm_mm_node *node; in show_leaks()   local
 148 save_stack(struct drm_mm_node * node) save_stack()  argument
 152 START(node) global()  argument
 153 LAST(node) global()  argument
 192 drm_mm_interval_tree_add_node(struct drm_mm_node * hole_node,struct drm_mm_node * node) drm_mm_interval_tree_add_node()  argument
 266 insert_hole_size(struct rb_root_cached * root,struct drm_mm_node * node) insert_hole_size()  argument
 286 add_hole(struct drm_mm_node * node) add_hole()  argument
 300 rm_hole(struct drm_mm_node * node) rm_hole()  argument
 333 struct drm_mm_node *node = best_hole()  local
 350 struct drm_mm_node *node = NULL; find_hole()  local
 394 next_hole(struct drm_mm * mm,struct drm_mm_node * node,enum drm_mm_insert_mode mode) next_hole()  argument
 428 drm_mm_reserve_node(struct drm_mm * mm,struct drm_mm_node * node) drm_mm_reserve_node()  argument
 493 drm_mm_insert_node_in_range(struct drm_mm * const mm,struct drm_mm_node * const node,u64 size,u64 alignment,unsigned long color,u64 range_start,u64 range_end,enum drm_mm_insert_mode mode) drm_mm_insert_node_in_range()  argument
 592 drm_mm_node_scanned_block(const struct drm_mm_node * node) drm_mm_node_scanned_block()  argument
 605 drm_mm_remove_node(struct drm_mm_node * node) drm_mm_remove_node()  argument
 759 drm_mm_scan_add_block(struct drm_mm_scan * scan,struct drm_mm_node * node) drm_mm_scan_add_block()  argument
 850 drm_mm_scan_remove_block(struct drm_mm_scan * scan,struct drm_mm_node * node) drm_mm_scan_remove_block()  argument
 [all...]
 | 
| /openbsd-src/sbin/mknod/ | 
| H A D | mknod.c | 35 struct node {  struct42 static int domakenodes(struct node *, int);  argument
 49 	struct node *node;  in main()  local
 178 domakenodes(struct node *node, int n)  in domakenodes()
 
 | 
| /openbsd-src/usr.sbin/makefs/cd9660/ | 
| H A D | iso9660_rrip.c | 51 cd9660_susp_initialize(iso9660_disk *diskStructure, cd9660node *node,  in cd9660_susp_initialize()96 cd9660_susp_finalize(iso9660_disk *diskStructure, cd9660node *node)  in cd9660_susp_finalize()
 132 cd9660_susp_finalize_node(iso9660_disk *diskStructure, cd9660node *node)  in cd9660_susp_finalize_node()
 167     cd9660node *node)  in cd9660_rrip_finalize_node()
 201     cd9660node *node, int space)  in cd9660_susp_handle_continuation_common()
 280 cd9660_susp_handle_continuation(iso9660_disk *diskStructure, cd9660node *node)  in cd9660_susp_handle_continuation()
 293 cd9660_susp_initialize_node(iso9660_disk *diskStructure, cd9660node *node)  in cd9660_susp_initialize_node()
 322 cd9660_rrip_initialize_inode(cd9660node *node)  in cd9660_rrip_initialize_inode()
 368 cd9660_rrip_initialize_node(iso9660_disk *diskStructure, cd9660node *node,  in cd9660_rrip_initialize_node()
 502 cd9660_createSL(cd9660node *node)  in cd9660_createSL()
 [all …]
 
 | 
| /openbsd-src/usr.sbin/unbound/util/ | 
| H A D | rbtree.c | 108 rbtree_rotate_left(rbtree_type *rbtree, rbnode_type *node)  in rbtree_rotate_left()135 rbtree_rotate_right(rbtree_type *rbtree, rbnode_type *node)  in rbtree_rotate_right()
 158 rbtree_insert_fixup(rbtree_type *rbtree, rbnode_type *node)  in rbtree_insert_fixup()
 234 	rbnode_type	*node = rbtree->root;  in rbtree_insert()  local
 283 	rbnode_type *node;  in rbtree_search()  local
 515 	rbnode_type *node;  in rbtree_find_less_equal()  local
 551 	rbnode_type *node;  in rbtree_first()  local
 560 	rbnode_type *node;  in rbtree_last()  local
 571 rbtree_next (rbnode_type *node)  in rbtree_next()
 590 rbtree_previous(rbnode_type *node)  in rbtree_previous()
 [all …]
 
 | 
| /openbsd-src/sys/dev/pci/drm/i915/ | 
| H A D | i915_scheduler.c | 19 node_to_request(const struct i915_sched_node *node) in node_to_request()   argument 24 static inline bool node_started(const struct i915_sched_node *node) in node_started()   argument
 29 static inline bool node_signaled(const struct i915_sched_node *node) in node_signaled()   argument
 137 lock_sched_engine(struct i915_sched_node *node, in lock_sched_engine()   argument
 163 __i915_schedule(struct i915_sched_node * node,const struct i915_sched_attr * attr) __i915_schedule()  argument
 202 struct i915_sched_node *node = dep->signaler; __i915_schedule()  local
 304 i915_sched_node_init(struct i915_sched_node * node) i915_sched_node_init()  argument
 313 i915_sched_node_reinit(struct i915_sched_node * node) i915_sched_node_reinit()  argument
 344 __i915_sched_node_add_dependency(struct i915_sched_node * node,struct i915_sched_node * signal,struct i915_dependency * dep,unsigned long flags) __i915_sched_node_add_dependency()  argument
 373 i915_sched_node_add_dependency(struct i915_sched_node * node,struct i915_sched_node * signal,unsigned long flags) i915_sched_node_add_dependency()  argument
 390 i915_sched_node_fini(struct i915_sched_node * node) i915_sched_node_fini()  argument
 [all...]
 | 
| /openbsd-src/sbin/unwind/libunbound/util/ | 
| H A D | rbtree.c | 108 rbtree_rotate_left(rbtree_type *rbtree, rbnode_type *node)  in rbtree_rotate_left()135 rbtree_rotate_right(rbtree_type *rbtree, rbnode_type *node)  in rbtree_rotate_right()
 158 rbtree_insert_fixup(rbtree_type *rbtree, rbnode_type *node)  in rbtree_insert_fixup()
 234 	rbnode_type	*node = rbtree->root;  in rbtree_insert()  local
 283 	rbnode_type *node;  in rbtree_search()  local
 515 	rbnode_type *node;  in rbtree_find_less_equal()  local
 551 	rbnode_type *node;  in rbtree_first()  local
 560 	rbnode_type *node;  in rbtree_last()  local
 571 rbtree_next (rbnode_type *node)  in rbtree_next()
 590 rbtree_previous(rbnode_type *node)  in rbtree_previous()
 [all …]
 
 | 
| /openbsd-src/usr.sbin/nsd/ | 
| H A D | rbtree.c | 64 rbtree_rotate_left(rbtree_type *rbtree, rbnode_type *node)  in rbtree_rotate_left()91 rbtree_rotate_right(rbtree_type *rbtree, rbnode_type *node)  in rbtree_rotate_right()
 114 rbtree_insert_fixup(rbtree_type *rbtree, rbnode_type *node)  in rbtree_insert_fixup()
 190 	rbnode_type	*node = rbtree->root;  in rbtree_insert()  local
 238 	rbnode_type *node;  in rbtree_search()  local
 463 	rbnode_type *node;  in rbtree_find_less_equal()  local
 498 	rbnode_type *node;  in rbtree_first()  local
 507 	rbnode_type *node;  in rbtree_last()  local
 518 rbtree_next (rbnode_type *node)  in rbtree_next()
 537 rbtree_previous(rbnode_type *node)  in rbtree_previous()
 
 | 
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ | 
| H A D | 20030224-2.c | 8 struct node {  struct10   jint16_t nodetype;  argument
 14 struct node node, *node_p = &node;  argument
 
 | 
| /openbsd-src/usr.sbin/smtpd/ | 
| H A D | parser.c | 39 struct node {  struct42 	struct node		*parent;  argument
 48 static struct node	*root;  argument
 57 	struct node	*node, *tmp;  in cmd_install()  local
 120 cmd_check(const char *str, struct node *node, struct parameter *res)  in cmd_check()
 177 	struct node	*node, *tmp, *stack[ARGVMAX], *best;  in cmd_run()  local
 
 | 
| /openbsd-src/gnu/lib/libiberty/src/ | 
| H A D | fibheap.c | 66   fibnode_t node;  in fibnode_new()  local100   fibnode_t node;  in fibheap_insert()  local
 198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node,  in fibheap_replace_key_data()
 237 fibheap_replace_data (fibheap_t heap, fibnode_t node, void *data)  in fibheap_replace_data()
 244 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)  in fibheap_replace_key()
 253 fibheap_delete_node (fibheap_t heap, fibnode_t node)  in fibheap_delete_node()
 319 fibheap_ins_root (fibheap_t heap, fibnode_t node)  in fibheap_ins_root()
 338 fibheap_rem_root (fibheap_t heap, fibnode_t node)  in fibheap_rem_root()
 396               fibnode_t node, fibnode_t parent)  in fibheap_link()
 409 fibheap_cut (fibheap_t heap, fibnode_t node, fibnode_t parent)  in fibheap_cut()
 [all …]
 
 |