Searched refs:HEAP_SIZE (Results 1 – 19 of 19) 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;
121 static std::uint16_t constexpr HEAP_SIZE = 2 * lCodes + 1; member in boost::beast::zlib::detail::deflate_stream346 HEAP_SIZE]; // literal and length tree
787 for(h = heap_max_+1; h < HEAP_SIZE; h++) {826 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all871 heap_max_ = HEAP_SIZE;
125 #define HEAP_SIZE (1u << 16) // 64k macro305 unsigned char alloc_buf[HEAP_SIZE] = { 0 }; in main()