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

/freebsd-13-stable/sys/contrib/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.c283 static code *lenfix, *distfix; local
298 lenfix = next;
315 state->lencode = lenfix;
358 printf(" static const code lenfix[%u] = {", size);

Completed in 116 milliseconds