Home
last modified time | relevance | path

Searched refs:heap_max (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c508 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
510 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
630 s->heap_len = 0, s->heap_max = HEAP_SIZE;
668 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
669 s->heap[--(s->heap_max)] = m;
688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
H A Ddeflate.h209 int heap_max; /* element of largest frequency */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c326 int heap_max; /* element of largest frequency */ member
1870 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
1872 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
1992 s->heap_len = 0, s->heap_max = HEAP_SIZE;
2030 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
2031 s->heap[--(s->heap_max)] = m;
2049 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c486 int heap_max; /* element of largest frequency */ member
2678 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
2680 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
2817 s->heap_len = 0, s->heap_max = HEAP_SIZE;
2860 s->heap[--(s->heap_max)] = n;
2861 s->heap[--(s->heap_max)] = m;
2880 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1415 int heap_max; /* element of largest frequency */ member