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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c137 static void pqdownheap (deflate_state *s, ct_data *tree, int k);
354 pqdownheap(s, tree, SMALLEST); \
371 static void pqdownheap( function
582 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
607 pqdownheap(s, tree, SMALLEST);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c1027 static void pqdownheap(ct_data * tree, int k) function
1213 pqdownheap(tree, SMALLEST); \
1262 pqdownheap(tree, n);
1286 pqdownheap(tree, SMALLEST);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1571 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
1796 pqdownheap(s, tree, SMALLEST); \
1813 local void pqdownheap(s, tree, k) function
2020 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
2045 pqdownheap(s, tree, SMALLEST);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1967 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
2194 pqdownheap(s, tree, SMALLEST); \
2211 local void pqdownheap(s, tree, k) function
2418 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n);
2443 pqdownheap(s, tree, SMALLEST);

Completed in 217 milliseconds