Home
last modified time | relevance | path

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

/lib/
Dinflate.c314 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro
352 unsigned c[BMAX+1]; /* bit length count table */ in huft_build()
353 struct huft *u[BMAX]; /* table stack */ in huft_build()
355 unsigned x[BMAX+1]; /* bit offsets, then code stack */ in huft_build()
393 for (j = 1; j <= BMAX; j++) in huft_build()
399 for (i = BMAX; i; i--) in huft_build()