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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c170 #define HEAP_SIZE (2*L_CODES+1) macro
313 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
1872 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
1907 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
1992 s->heap_len = 0, s->heap_max = HEAP_SIZE;

Completed in 33 milliseconds