Home
last modified time | relevance | path

Searched refs:right_off (Results 1 – 25 of 48) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off);
280 if (right_off < heap->bh_size &&
282 heap->bh_nodes[right_off],
288 heap->bh_nodes[right_off],
290 swap_off = right_off;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off);
280 if (right_off < heap->bh_size &&
282 heap->bh_nodes[right_off],
288 heap->bh_nodes[right_off],
290 swap_off = right_off;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off);
280 if (right_off < heap->bh_size &&
282 heap->bh_nodes[right_off],
288 heap->bh_nodes[right_off],
290 swap_off = right_off;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/lib/
H A Dbinaryheap.c269 int right_off = right_offset(node_off); in sift_down() local
280 if (right_off < heap->bh_size && in sift_down()
282 heap->bh_nodes[right_off], in sift_down()
288 heap->bh_nodes[right_off], in sift_down()
290 swap_off = right_off; in sift_down()

12