Searched refs:int_heap_node_t (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fibonacci_heap.cc | 36 typedef fibonacci_node <int, int> int_heap_node_t; typedef 42 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_empty_heap() 98 build_simple_heap (int *buffer, int_heap_node_t **nodes) in build_simple_heap() 117 int_heap_node_t *nodes[TEST_HEAP_N]; in test_replace_key() 174 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_union() 202 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_union_of_equal_heaps()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fibonacci_heap.c | 36 typedef fibonacci_node <int, int> int_heap_node_t; typedef 42 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_empty_heap() 98 build_simple_heap (int *buffer, int_heap_node_t **nodes) in build_simple_heap() 117 int_heap_node_t *nodes[TEST_HEAP_N]; in test_replace_key() 174 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_union() 202 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_union_of_equal_heaps()
|