Home
last modified time | relevance | path

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

/f-stack/freebsd/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.h211 int heap_max; /* element of largest frequency */ member