Lines Matching defs:size
235 thereafter. This reduces the size of the code by about 2K bytes, in
306 unsigned low, size;
319 size = 1U << 9;
320 printf(" static const code lenfix[%u] = {", size);
326 if (++low == size) break;
330 size = 1U << 5;
331 printf("\n static const code distfix[%u] = {", size);
337 if (++low == size) break;
356 The advantage may be dependent on the size of the processor's data caches.
660 strm->msg = (char *)"invalid window size";