Searched refs:fibheapkey_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/
H A Dfibheap.h45 typedef long fibheapkey_t; typedef
60 fibheapkey_t key;
72 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
74 extern fibheapkey_t fibheap_min_key (fibheap_t);
75 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t,
76 fibheapkey_t);
78 fibheapkey_t, void *);
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dfibheap.h45 typedef long fibheapkey_t; typedef
60 fibheapkey_t key;
72 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
74 extern fibheapkey_t fibheap_min_key (fibheap_t);
75 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t,
76 fibheapkey_t);
78 fibheapkey_t, void *);
/freebsd-10.0-release/contrib/gdb/include/
H A Dfibheap.h45 typedef long fibheapkey_t; typedef
60 fibheapkey_t key;
72 extern fibnode_t fibheap_insert PARAMS ((fibheap_t, fibheapkey_t, void *));
74 extern fibheapkey_t fibheap_min_key PARAMS ((fibheap_t));
75 extern fibheapkey_t fibheap_replace_key PARAMS ((fibheap_t, fibnode_t,
76 fibheapkey_t));
78 fibheapkey_t, void *));
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dfibheap.c48 static int fibheap_comp_data (fibheap_t, fibheapkey_t, void *, fibnode_t);
87 fibheap_comp_data (fibheap_t heap, fibheapkey_t key, void *data, fibnode_t b)
99 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data)
134 fibheapkey_t
200 fibheapkey_t key, void *data)
203 fibheapkey_t okey;
244 fibheapkey_t
245 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dfibheap.c48 static int fibheap_comp_data (fibheap_t, fibheapkey_t, void *, fibnode_t);
87 fibheap_comp_data (fibheap_t heap, fibheapkey_t key, void *data, fibnode_t b)
99 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data)
134 fibheapkey_t
200 fibheapkey_t key, void *data)
203 fibheapkey_t okey;
244 fibheapkey_t
245 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)
/freebsd-10.0-release/contrib/gcc/
H A Dbb-reorder.c175 static fibheapkey_t bb_to_key (basic_block);
442 fibheapkey_t key;
809 static fibheapkey_t

Completed in 174 milliseconds