Searched refs:lenfix (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = { variable
H A Dinfback9.c57 code *next, *lenfix, *distfix; local
68 lenfix = next;
90 printf(" static const code lenfix[%u] = {", size);
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
95 lenfix[low].val);
294 lencode = lenfix;
/haiku-buildtools/gcc/zlib/
H A Dinffixed.h10 static const code lenfix[512] = { variable
H A Dinfback.c87 static code *lenfix, *distfix; local
102 lenfix = next;
119 state->lencode = lenfix;
H A Dinflate.c265 static code *lenfix, *distfix; local
280 lenfix = next;
297 state->lencode = lenfix;
340 printf(" static const code lenfix[%u] = {", size);
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = { variable
H A Dinfback9.c57 code *next, *lenfix, *distfix; local
68 lenfix = next;
90 printf(" static const code lenfix[%u] = {", size);
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
95 lenfix[low].val);
292 lencode = lenfix;
/haiku-buildtools/binutils/zlib/
H A Dinffixed.h10 static const code lenfix[512] = { variable
H A Dinfback.c87 static code *lenfix, *distfix; local
102 lenfix = next;
119 state->lencode = lenfix;
H A Dinflate.c266 static code *lenfix, *distfix; local
281 lenfix = next;
298 state->lencode = lenfix;
341 printf(" static const code lenfix[%u] = {", size);

Completed in 101 milliseconds