Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/zlib/
Dtrees.c140 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/
Dtrees.c140 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/
Dtrees.c140 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()