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

/vbox/src/libs/zlib-1.2.6/
H A Dtrees.c481 * IN assertion: the fields freq and dad are set, heap[heap_max] and
510 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
632 s->heap_len = 0, s->heap_max = HEAP_SIZE;
670 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
671 s->heap[--(s->heap_max)] = m;
690 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
H A Ddeflate.h208 int heap_max; /* element of largest frequency */ member in struct:internal_state

Completed in 38 milliseconds