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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.h191 int heap_max; /* element of largest frequency */ member in struct:internal_state
H A Dtrees.c484 * IN assertion: the fields freq and dad are set, heap[heap_max] and
513 tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */
515 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
635 s->heap_len = 0, s->heap_max = HEAP_SIZE;
673 s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */
674 s->heap[--(s->heap_max)] = m;
692 s->heap[--(s->heap_max)] = s->heap[SMALLEST];

Completed in 22 milliseconds