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

/ast/src/lib/libz/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Dtrees.c514 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
549 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
634 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/ast/src/cmd/INIT/
H A Dratz.c1255 #define HEAP_SIZE (2*L_CODES+1) macro
1402 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */

Completed in 52 milliseconds