Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/
Dtrees.c140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
436 pqdownheap(s, tree, SMALLEST); \
453 local void pqdownheap(s, tree, k) in pqdownheap() function
660 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
686 pqdownheap(s, tree, SMALLEST);