Searched defs:cpdext (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c299 static ush cpdext[] = 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/grub2/grub-core/video/readers/
H A Dpng.c320 static const grub_uint8_t cpdext[] = { variable
667 if (cpdext[n])
668 dist += grub_png_get_bits (data, cpdext[n]);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c393 static ush cpdext[] = 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.c3645 local uInt cpdext[] = { /* Extra bits for distance codes */ 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 48 milliseconds