Searched refs:cpdext (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 393 static ush cpdext[] = variable 924 if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in init_fixed_block() 1067 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in init_dynamic_block()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3645 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);
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 4788 local const uInt cpdext[30] = { /* Extra bits for distance codes */ variable 5123 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); 5207 (void) huft_build(c, 30, 0, cpdist, cpdext, &fixed_td,
|