Searched refs:BMAX (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | inflate.c | 315 #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 D | 0116-io-gzio-Catch-missing-values-in-huft_build-and-bail.patch | 27 @@ -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 D | 0005-calloc-Use-calloc-at-most-places.patch | 709 @@ -554,7 +554,7 @@ huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
|