Searched refs:pqdownheap (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/libkern/zlib/ ! |
| H A D | trees.c | 171 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 469 pqdownheap(s, tree, SMALLEST); \ 490 pqdownheap(deflate_state *s, ct_data *tree, int k) in pqdownheap() function 701 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n); in build_tree() 727 pqdownheap(s, tree, SMALLEST); in build_tree()
|