Searched refs:lenfix (Results 1 – 8 of 8) sorted by relevance
/external/zlib/contrib/infback9/ |
D | infback9.c | 57 code *next, *lenfix, *distfix; in makefixed9() local 68 lenfix = next; in makefixed9() 94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, in makefixed9() 95 lenfix[low].val); in makefixed9() 294 lencode = lenfix;
|
D | inffix9.h | 10 static const code lenfix[512] = { variable
|
/external/zlib/ |
D | inffixed.h | 10 static const code lenfix[512] = { variable
|
D | infback.c | 78 static code *lenfix, *distfix; local 93 lenfix = next; 110 state->lencode = lenfix;
|
D | inflate.c | 245 static code *lenfix, *distfix; local 260 lenfix = next; 277 state->lencode = lenfix;
|
/external/qemu/distrib/zlib-1.2.3/ |
D | inffixed.h | 10 static const code lenfix[512] = { variable
|
D | infback.c | 78 static code *lenfix, *distfix; local 93 lenfix = next; 110 state->lencode = lenfix;
|
D | inflate.c | 210 static code *lenfix, *distfix; local 225 lenfix = next; 242 state->lencode = lenfix;
|