Searched refs:HEAP_SIZE (Results 1 – 11 of 11) sorted by relevance
45 #define HEAP_SIZE (2*L_CODES+1) macro192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
518 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {638 s->heap_len = 0, s->heap_max = HEAP_SIZE;
45 #define HEAP_SIZE (2*L_CODES+1) macro198 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
510 for (h = s->heap_max + 1; h < HEAP_SIZE; h++) {630 s->heap_len = 0, s->heap_max = HEAP_SIZE;
510 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {630 s->heap_len = 0, s->heap_max = HEAP_SIZE;
49 #define HEAP_SIZE (2*L_CODES+1) macro202 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
559 for (h = s->heap_max + 1; h < HEAP_SIZE; h++) { in gen_bitlen()637 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()
109 #define HEAP_SIZE (1u << 16) /* 64k */ macro526 unsigned char alloc_buf[HEAP_SIZE] = { 0 }; in main()