Searched refs:pqdownheap (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/zlib_deflate/ |
H A D | deftree.c | 133 static void pqdownheap (deflate_state *s, ct_data *tree, int k); 300 pqdownheap(s, tree, SMALLEST); \ 317 static void pqdownheap( in pqdownheap() function 528 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n); in build_tree() 553 pqdownheap(s, tree, SMALLEST); in build_tree()
|
/openbmc/u-boot/lib/zlib/ |
H A D | trees.c | 145 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 442 pqdownheap(s, tree, SMALLEST); \ 459 local void pqdownheap(s, tree, k) in pqdownheap() function 666 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n); 692 pqdownheap(s, tree, SMALLEST);
|