Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0116-io-gzio-Catch-missing-values-in-huft_build-and-bail.patch4 Subject: [PATCH] io/gzio: Catch missing values in huft_build() and bail
6 In huft_build(), "v" is a table of values in order of bit length.
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 D0117-io-gzio-Zero-gzio-tl-td-in-init_dynamic_block-if-huf.patch5 huft_build() fails
7 If huft_build() fails, gzio->tl or gzio->td could contain pointers that
26 if (huft_build (ll, nl, 257, cplens, cplext, &gzio->tl, &gzio->bl) != 0)
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) */
/OK3568_Linux_fs/kernel/lib/
H A Dinflate.c150 STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned,
322 STATIC int INIT huft_build( in huft_build() function
793 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) { in inflate_fixed()
802 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in inflate_fixed()
901 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in inflate_dynamic()
978 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_dynamic()
990 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()