Searched refs:cplens (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dinflate.c523 # define cplens32 cplens
899 if ((i = huft_build(__G__ l, 288, 257, G.cplens, G.cplext,
902 if ((i = huft_build(__G__ l, 288, 257, cplens, cplext,
1060 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
1062 retval = huft_build(__G__ ll, nl, 257, cplens, cplext, &tl, &bl);
1186 G.cplens = cplens64;
1194 G.cplens = cplens32;
H A Dinflatef.c281 # define cplens32 cplens
657 if ((i = huft_build(__G__ l, 288, 257, G.cplens, G.cplext,
660 if ((i = huft_build(__G__ l, 288, 257, cplens, cplext,
818 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
820 retval = huft_build(__G__ ll, nl, 257, cplens, cplext, &tl, &bl);
944 G.cplens = cplens64;
952 G.cplens = cplens32;
H A Dglobals.h320 ZCONST ush *cplens; /* inflate static */ member in struct:Globals

Completed in 94 milliseconds