Home
last modified time | relevance | path

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

/linux/lib/zlib_deflate/
A Ddeftree.c119 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
122 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
179 ush bl_count[MAX_BITS+1]; in tr_static_init()
218 for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; in tr_static_init()
371 for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0; in gen_bitlen()
447 ush next_code[MAX_BITS+1]; /* next code value for each bit length */ in gen_codes()
455 for (bits = 1; bits <= MAX_BITS; bits++) { in gen_codes()
461 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, in gen_codes()
A Ddefutil.h32 #define MAX_BITS 15 macro
178 ush bl_count[MAX_BITS+1];

Completed in 6 milliseconds