Searched defs:pqdownheap (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dtrees.c144 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
439 pqdownheap(s, tree, SMALLEST); \
456 local void pqdownheap(s, tree, k) function
663 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
688 pqdownheap(s, tree, SMALLEST);

Completed in 408 milliseconds