/third_party/zlib/contrib/infback9/ |
H A D | infback9.c | 53 code *next, *lenfix, *distfix; in makefixed9() local 71 distfix = next; in makefixed9() 97 printf("\n static const code distfix[%u] = {", size); in makefixed9() 101 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, in makefixed9() 102 distfix[low].val); in makefixed9() 285 distcode = distfix; in inflateBack9()
|
H A D | inffix9.h | 99 static const code distfix[32] = { variable
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inffixed.h | 87 static const code distfix[32] = { variable
|
H A D | infback.c | 87 static code *lenfix, *distfix; local 109 distfix = next; 121 state->distcode = distfix;
|
H A D | inflate.c | 285 static code *lenfix, *distfix; local 307 distfix = next; 319 state->distcode = distfix; 371 printf("\n static const code distfix[%u] = {", size); in makefixed()
|
/third_party/node/deps/zlib/ |
H A D | inffixed.h | 87 static const code distfix[32] = { variable
|
H A D | infback.c | 79 static code *lenfix, *distfix; in fixedtables() local 101 distfix = next; in fixedtables() 113 state->distcode = distfix; in fixedtables()
|
H A D | inflate.c | 256 static code *lenfix, *distfix; in fixedtables() local 278 distfix = next; in fixedtables() 290 state->distcode = distfix; in fixedtables() 342 printf("\n static const code distfix[%u] = {", size); in makefixed()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inffixed.h | 87 static const code distfix[32] = {
variable
|
H A D | infback.c | 78 static code *lenfix, *distfix;
local 100 distfix = next;
112 state->distcode = distfix;
|
H A D | inflate.c | 245 static code *lenfix, *distfix;
local 267 distfix = next;
279 state->distcode = distfix;
331 printf("\n static const code distfix[%u] = {", size);
in makefixed()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inffixed.h | 87 static const code distfix[32] = { variable
|
H A D | infback.c | 87 static code *lenfix, *distfix; local 109 distfix = next; 121 state->distcode = distfix;
|
H A D | inflate.c | 284 static code *lenfix, *distfix; local 306 distfix = next; 318 state->distcode = distfix; 370 printf("\n static const code distfix[%u] = {", size); in makefixed()
|
/third_party/zlib/ |
H A D | inffixed.h | 87 static const code distfix[32] = { variable
|
H A D | infback.c | 79 static code *lenfix, *distfix; in fixedtables() local 101 distfix = next; in fixedtables() 113 state->distcode = distfix; in fixedtables()
|
H A D | inflate.c | 261 static code *lenfix, *distfix; in fixedtables() local 283 distfix = next; in fixedtables() 295 state->distcode = distfix; in fixedtables() 347 printf("\n static const code distfix[%u] = {", size); in makefixed()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 286 static code *lenfix, *distfix; local 308 distfix = next; 320 state->distcode = distfix; 372 printf("\n static const code distfix[%u] = {", size); in makefixed()
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 257 static code *lenfix, *distfix; in fixedtables() local 279 distfix = next; in fixedtables() 291 state->distcode = distfix; in fixedtables() 343 printf("\n static const code distfix[%u] = {", size); in makefixed()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 285 static code *lenfix, *distfix; local 307 distfix = next; 319 state->distcode = distfix; 371 printf("\n static const code distfix[%u] = {", size); in makefixed()
|