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

/external/qemu/distrib/zlib-1.2.3/
H A Dtrees.c144 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
438 pqdownheap(s, tree, SMALLEST); \
455 local void pqdownheap(s, tree, k) function
662 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
688 pqdownheap(s, tree, SMALLEST);
/external/zlib/src/
H A 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) function
660 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
686 pqdownheap(s, tree, SMALLEST);
/external/chromium_org/third_party/zlib/
H A Dtrees.c145 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
442 pqdownheap(s, tree, SMALLEST); \
459 local void pqdownheap(s, tree, k) function
666 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
692 pqdownheap(s, tree, SMALLEST);

Completed in 64 milliseconds