Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dinflate.c315 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro
353 unsigned c[BMAX+1]; /* bit length count table */ in huft_build()
354 struct huft *u[BMAX]; /* table stack */ in huft_build()
356 unsigned x[BMAX+1]; /* bit offsets, then code stack */ in huft_build()
394 for (j = 1; j <= BMAX; j++) in huft_build()
400 for (i = BMAX; i; i--) in huft_build()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0116-io-gzio-Catch-missing-values-in-huft_build-and-bail.patch27 @@ -507,6 +507,7 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
35 @@ -588,11 +589,18 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
H A D0005-calloc-Use-calloc-at-most-places.patch709 @@ -554,7 +554,7 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */