Searched refs:distfix (Results 1 – 14 of 14) 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 | 266 static code *lenfix, *distfix; local 288 distfix = next; 300 state->distcode = distfix;
|
/external/syslinux/com32/lib/zlib/ |
D | inffixed.h | 87 static const code distfix[32] = { variable
|
D | infback.c | 78 static code *lenfix, *distfix; local 100 distfix = next; 112 state->distcode = distfix;
|
D | inflate.c | 245 static code *lenfix, *distfix; local 267 distfix = next; 279 state->distcode = distfix;
|
/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 | 266 static code *lenfix, *distfix; local 288 distfix = next; 300 state->distcode = distfix;
|
/external/pdfium/third_party/zlib_v128/ |
D | inffixed.h | 87 static const code distfix[32] = { variable
|
D | infback.c | 87 static code *lenfix, *distfix; in fixedtables() local 109 distfix = next; in fixedtables() 121 state->distcode = distfix; in fixedtables()
|
D | inflate.c | 266 static code *lenfix, *distfix; in fixedtables() local 288 distfix = next; in fixedtables() 300 state->distcode = distfix; in fixedtables()
|