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

/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c313 static const int cpdist[] = { variable
666 dist = cpdist[n];
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c294 static ush cpdist[] = variable
851 if (huft_build (l, 30, 0, cpdist, cpdext, &gzio->td, &gzio->bd) > 1)
997 if (huft_build (ll + nl, nd, 0, cpdist, cpdext, &gzio->td, &gzio->bd) != 0)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c388 static ush cpdist[] = variable
924 if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
1067 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3641 local uInt cpdist[] = { /* Copy offsets for distance codes 0..29 */ variable
3942 if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z)) != Z_OK)
4036 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);

Completed in 58 milliseconds