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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h72 #define HEAP_SIZE (2*L_CODES+1) macro
219 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Dtrees.c541 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
576 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
661 s->heap_len = 0, s->heap_max = HEAP_SIZE;

Completed in 65 milliseconds