Searched defs:cplens (Results 1 - 4 of 4) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/io/ |
| H A D | gzio.c | 285 static ush cplens[] = 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/grub2/grub-core/video/readers/ |
| H A D | png.c | 301 static const int cplens[] = { variable 661 len = cplens[n];
|
| /osnet-11/usr/src/grub/grub-0.97/stage2/ |
| H A D | gunzip.c | 379 static ush cplens[] = 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 D | zlib.c | 3634 local uInt cplens[] = { /* Copy lengths 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 111 milliseconds