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