Searched refs:distfix (Results 1 – 10 of 10) sorted by relevance
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 57 code *next, *lenfix, *distfix; in makefixed9() local 75 distfix = next; in makefixed9() 105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, in makefixed9() 106 distfix[low].val); in makefixed9() 294 distcode = distfix;
|
D | inffix9.h | 99 static const code distfix[32] = { variable
|
/external/python/cpython2/Modules/zlib/ |
D | inffixed.h | 87 static const code distfix[32] = { variable
|
D | infback.c | 87 static code *lenfix, *distfix; local 109 distfix = next; 121 state->distcode = distfix;
|
D | inflate.c | 283 static code *lenfix, *distfix; local 305 distfix = next; 317 state->distcode = distfix;
|
/external/u-boot/lib/zlib/ |
D | inffixed.h | 87 static const code distfix[32] = { variable
|
D | inflate.c | 82 state->distcode = distfix; in fixedtables()
|
/external/zlib/src/ |
D | inffixed.h | 87 static const code distfix[32] = { variable
|
D | infback.c | 87 static code *lenfix, *distfix; local 109 distfix = next; 121 state->distcode = distfix;
|
D | inflate.c | 283 static code *lenfix, *distfix; local 305 distfix = next; 317 state->distcode = distfix;
|