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