Searched refs:pqdownheap (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/zlib/ |
D | trees.c | 140 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);
|
/external/zlib/src/ |
D | trees.c | 140 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);
|
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 436 pqdownheap(s, tree, SMALLEST); \ 453 local void pqdownheap( in pqdownheap() function 660 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n); in build_tree() 686 pqdownheap(s, tree, SMALLEST); in build_tree()
|