Home
last modified time | relevance | path

Searched refs:MAX_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c124 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
127 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
233 ush bl_count[MAX_BITS+1]; in tr_static_init()
272 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in tr_static_init()
425 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0; in gen_bitlen()
501 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes()
509 for (bits = 1; bits <= MAX_BITS; bits++) { in gen_codes()
515 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, in gen_codes()
Ddefutil.h30 #define MAX_BITS 15 macro
176 ush bl_count[MAX_BITS+1];