Home
last modified time | relevance | path

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

/external/grub/stage2/
Dgunzip.c436 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro
532 unsigned c[BMAX + 1]; /* bit length count table */ in huft_build()
543 struct huft *u[BMAX]; /* table stack */ in huft_build()
546 unsigned x[BMAX + 1]; /* bit offsets, then code stack */ in huft_build()
570 for (j = 1; j <= BMAX; j++) in huft_build()
576 for (i = BMAX; i; i--) in huft_build()