Home | Sort by: relevance | last modified time | path |
/src/common/dist/zlib/contrib/infback9/ | |
inffix9.h | 10 static const code lenfix[512] = { variable in typeref:typename:const code[512] |
infback9.c | 52 code *next, *lenfix, *distfix; local in function:makefixed9 63 lenfix = next; 85 printf(" static const code lenfix[%u] = {", size); 89 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, 90 lenfix[low].val); 282 lencode = lenfix; |
/src/common/dist/zlib/ | |
inffixed.h | 10 static const code lenfix[512] = { variable in typeref:typename:const code[512] |
infback.c | 81 static code *lenfix, *distfix; local in function:fixedtables 96 lenfix = next; 113 state->lencode = lenfix; |
inflate.c | 257 static code *lenfix, *distfix; local in function:fixedtables 272 lenfix = next; 289 state->lencode = lenfix; 332 printf(" static const code lenfix[%u] = {", size); |