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

/haiku/src/bin/unzip/
H A Dinflate.c558 # define cpdext32 cpdext
915 if ((i = huft_build(__G__ l, MAXDISTS, 0, cpdist, G.cpdext,
918 if ((i = huft_build(__G__ l, MAXDISTS, 0, cpdist, cpdext,
1077 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
1079 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
1188 G.cpdext = cpdext64;
1196 G.cpdext = cpdext32;
H A Dinflatef.c316 # define cpdext32 cpdext
673 if ((i = huft_build(__G__ l, MAXDISTS, 0, cpdist, G.cpdext,
676 if ((i = huft_build(__G__ l, MAXDISTS, 0, cpdist, cpdext,
835 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
837 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
946 G.cpdext = cpdext64;
954 G.cpdext = cpdext32;
H A Dglobals.h322 ZCONST uch *cpdext; /* inflate static */ member in struct:Globals

Completed in 97 milliseconds