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

/illumos-gate/usr/src/uts/common/zmod/
H A Dinffixed.h12 static const code lenfix[512] = { variable
H A Dinflate.c217 static code *lenfix, *distfix; local
232 lenfix = next;
249 state->lencode = lenfix;
292 printf(" static const code lenfix[%u] = {", size);
/illumos-gate/usr/src/boot/lib/libz/
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 67 milliseconds