Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/zlib/
HDhammer2_zlib_deflate.h37 #define HEAP_SIZE (2*L_CODES+1) macro
186 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
HDhammer2_zlib_trees.c515 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()
/dragonfly/usr.sbin/makefs/hammer2/zlib/
HDhammer2_zlib_deflate.h37 #define HEAP_SIZE (2*L_CODES+1) macro
186 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
HDhammer2_zlib_trees.c515 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()
/dragonfly/sbin/hammer2/zlib/
HDhammer2_zlib_deflate.h37 #define HEAP_SIZE (2*L_CODES+1) macro
186 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
HDhammer2_zlib_trees.c515 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()
/dragonfly/contrib/zlib-1.2/
HDdeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
198 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
HDtrees.c510 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
630 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/dragonfly/sys/net/
HDzlib.c309 #define HEAP_SIZE (2*L_CODES+1) macro
451 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
2268 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()
2393 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()