/external/rust/crates/libz-sys/src/zlib-ng/tools/ |
D | makefixed.c | 9 static code *lenfix, *distfix; in buildfixedtables() local 30 distfix = next; in buildfixedtables() 36 state->distcode = distfix; in buildfixedtables()
|
/external/rust/crates/libz-sys/src/zlib/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/libwebsockets/win32port/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/rust/crates/libz-sys/src/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/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/freetype/src/gzip/ |
D | inffixed.h | 87 static const code distfix[32] = { variable
|
D | infback.c | 88 static code *lenfix, *distfix; in fixedtables() local 110 distfix = next; in fixedtables() 122 state->distcode = distfix; in fixedtables()
|
D | inflate.c | 292 static code *lenfix, *distfix; in fixedtables() local 314 distfix = next; in fixedtables() 326 state->distcode = distfix; in fixedtables()
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | inffixed_tbl.h | 87 static const code distfix[32] = { variable
|
D | inflate.c | 197 state->distcode = distfix; in fixedtables()
|
/external/tflite-support/third_party/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 | 284 static code *lenfix, *distfix; local 306 distfix = next; 318 state->distcode = distfix;
|
/external/zlib/ |
D | inffixed.h | 87 static const code distfix[32] = { variable
|
D | infback.c | 88 static code *lenfix, *distfix; local 110 distfix = next; 122 state->distcode = distfix;
|
D | inflate.c | 287 static code *lenfix, *distfix; local 309 distfix = next; 321 state->distcode = distfix;
|
/external/zlib/contrib/optimizations/ |
D | inflate.c | 288 static code *lenfix, *distfix; local 310 distfix = next; 322 state->distcode = distfix;
|
/external/tflite-support/third_party/zlib/contrib/optimizations/ |
D | inflate.c | 285 static code *lenfix, *distfix; local 307 distfix = next; 319 state->distcode = distfix;
|