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

/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c307 static const grub_uint8_t cplext[] = { variable
662 if (cplext[n])
663 len += grub_png_get_bits (data, cplext[n]);
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c290 static ush cplext[] = variable
839 if (huft_build (l, 288, 257, cplens, cplext, &gzio->tl, &gzio->bl) != 0)
990 if (huft_build (ll, nl, 257, cplens, cplext, &gzio->tl, &gzio->bl) != 0)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c384 static ush cplext[] = variable
914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
1056 if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3638 local uInt cplext[] = { /* Extra bits for literal codes 257..285 */ variable
3928 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
4030 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);

Completed in 47 milliseconds