Home
last modified time | relevance | path

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

/linux-2.4.37.9/lib/zlib_inflate/
Dinftrees.c42 local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */ variable
334 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
/linux-2.4.37.9/lib/
Dinflate.c171 static const ush cplext[] = { /* Extra bits for literal codes 257..285 */ variable
704 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_fixed()
867 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_dynamic()
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c1193 local uInt cplext[] = { /* Extra bits for literal codes 257..285 */ variable
1484 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
1586 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c1177 local uInt cplext[] = { /* Extra bits for literal codes 257..285 */ variable
1468 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
1570 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);