Home
last modified time | relevance | path

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

/linux-3.4.99/lib/zlib_deflate/
Ddeftree.c137 static void pqdownheap (deflate_state *s, ct_data *tree, int k);
354 pqdownheap(s, tree, SMALLEST); \
371 static void pqdownheap( in pqdownheap() function
582 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n); in build_tree()
607 pqdownheap(s, tree, SMALLEST); in build_tree()