HomeSort by relevance Sort by last modified time
    Searched refs:pqdownheap (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
436 pqdownheap(s, tree, SMALLEST); \
453 local void pqdownheap( function
660 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
686 pqdownheap(s, tree, SMALLEST);
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
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) function
660 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
686 pqdownheap(s, tree, SMALLEST);
    [all...]
  /external/zlib/src/
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) function
660 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
686 pqdownheap(s, tree, SMALLEST);
    [all...]
  /external/chromium_org/third_party/zlib/
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) function
666 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
692 pqdownheap(s, tree, SMALLEST);
    [all...]

Completed in 463 milliseconds