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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c326 int heap_max; /* element of largest frequency */ member in struct:deflate_state
1841 * IN assertion: the fields freq and dad are set, heap[heap_max] and
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];

Completed in 29 milliseconds