Home
last modified time | relevance | path

Searched refs:sift_up (Results 1 – 25 of 76) sorted by relevance

1234

/dports/databases/grass7/grass-7.8.6/raster/r.walk/
H A Dheap.c92 long sift_up(long start, struct cost * child_pnt) in sift_up() function
144 sift_up(heap_size, new_cell); in insert()
197 sift_up(parent, heap_index[parent]); in get_lowest()
/dports/databases/grass7/grass-7.8.6/raster/r.cost/
H A Dheap.c92 long sift_up(long start, struct cost * child_pnt) in sift_up() function
144 sift_up(heap_size, new_cell); in insert()
197 sift_up(parent, heap_index[parent]); in get_lowest()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/container/
H A Dd_ary_addressable_int_heap.hpp119 sift_up(heap_.size() - 1); in push()
136 sift_up(heap_.size() - 1); in push()
150 sift_up(h); in remove()
193 sift_up(handles_[key]); in update()
273 void sift_up(size_t k) { in sift_up() function in tlx::DAryAddressableIntHeap
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/container/
H A Dd_ary_addressable_int_heap.hpp119 sift_up(heap_.size() - 1); in push()
136 sift_up(heap_.size() - 1); in push()
150 sift_up(h); in remove()
193 sift_up(handles_[key]); in update()
273 void sift_up(size_t k) { in sift_up() function in tlx::DAryAddressableIntHeap
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1);
232 sift_up(binaryheap *heap, int node_off)
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1);
232 sift_up(binaryheap *heap, int node_off)
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1);
232 sift_up(binaryheap *heap, int node_off)
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/lib/
H A Dbinaryheap.c21 static void sift_up(binaryheap *heap, int node_off);
148 sift_up(heap, heap->bh_size - 1); in binaryheap_add()
232 sift_up(binaryheap *heap, int node_off) in sift_up() function

1234