Home
last modified time | relevance | path

Searched refs:splay_tree_compare_fn (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/
Dsplay-tree.h58 typedef int (*splay_tree_compare_fn) (splay_tree_key, splay_tree_key); typedef
104 splay_tree_compare_fn comp;
120 extern splay_tree splay_tree_new (splay_tree_compare_fn,
123 extern splay_tree splay_tree_new_with_allocator (splay_tree_compare_fn,
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dsplay-tree.c277 splay_tree_new (splay_tree_compare_fn compare_fn, in splay_tree_new()
292 splay_tree_new_with_allocator (splay_tree_compare_fn compare_fn, in splay_tree_new_with_allocator()