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

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dfibheap.h49 typedef long fibheapkey_t; typedef
64 fibheapkey_t key;
76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
78 extern fibheapkey_t fibheap_min_key (fibheap_t);
79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t,
80 fibheapkey_t);
82 fibheapkey_t, void *);
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dfibheap.h49 typedef long fibheapkey_t; typedef
64 fibheapkey_t key;
76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
78 extern fibheapkey_t fibheap_min_key (fibheap_t);
79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t,
80 fibheapkey_t);
82 fibheapkey_t, void *);
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dfibheap.h49 typedef long fibheapkey_t; typedef
64 fibheapkey_t key;
76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
78 extern fibheapkey_t fibheap_min_key (fibheap_t);
79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t,
80 fibheapkey_t);
82 fibheapkey_t, void *);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dfibheap.h49 typedef long fibheapkey_t; typedef
64 fibheapkey_t key;
76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
78 extern fibheapkey_t fibheap_min_key (fibheap_t);
79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t,
80 fibheapkey_t);
82 fibheapkey_t, void *);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dfibheap.h49 typedef long fibheapkey_t; typedef
64 fibheapkey_t key;
76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
78 extern fibheapkey_t fibheap_min_key (fibheap_t);
79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t,
80 fibheapkey_t);
82 fibheapkey_t, void *);
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dfibheap.h49 typedef long fibheapkey_t; typedef
64 fibheapkey_t key;
76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
78 extern fibheapkey_t fibheap_min_key (fibheap_t);
79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t,
80 fibheapkey_t);
82 fibheapkey_t, void *);
/netbsd-current/external/gpl3/gcc.old/dist/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;
247 fibheapkey_t
248 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)
/netbsd-current/external/gpl3/gcc/dist/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;
247 fibheapkey_t
248 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)
/netbsd-current/external/gpl3/binutils.old/dist/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;
247 fibheapkey_t
248 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)
/netbsd-current/external/gpl3/binutils/dist/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;
247 fibheapkey_t
248 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)
/netbsd-current/external/gpl3/gdb/dist/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;
247 fibheapkey_t
248 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)
/netbsd-current/external/gpl3/gdb.old/dist/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;
247 fibheapkey_t
248 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key)

Completed in 217 milliseconds