Lines Matching defs:size
247 thereafter. This reduces the size of the code by about 2K bytes, in
316 unsigned low, size;
329 size = 1U << 9;
330 printf(" static const code lenfix[%u] = {", size);
336 if (++low == size) break;
340 size = 1U << 5;
341 printf("\n static const code distfix[%u] = {", size);
347 if (++low == size) break;
366 The advantage may be dependent on the size of the processor's data caches.
659 strm->msg = (char *)"invalid window size";