Lines Matching defs:maxcode
1943 unsigned int maxcode[18];
2026 h->maxcode[j] = code << (16-j);
2029 h->maxcode[j] = 0xffffffff;
2116 // valid, then test against maxcode. To speed this up, we've
2117 // preshifted maxcode left so that it has (16-k) 0s at the
2123 if (temp < h->maxcode[k])
4099 int maxcode[17];
4144 z->maxcode[i] = code << (16-i); // preshift for inner loop
4148 z->maxcode[16] = 0x10000; // sentinel
4228 if (k < z->maxcode[s])