Lines Matching defs:maxcode
1118 unsigned int maxcode[18];
1182 h->maxcode[j] = code << (16-j);
1185 h->maxcode[j] = 0xffffffff;
1244 // valid, then test against maxcode. To speed this up, we've
1245 // preshifted maxcode left so that it has (16-k) 0s at the
1251 if (temp < h->maxcode[k])
2194 int maxcode[17];
2238 z->maxcode[i] = code << (16-i); // preshift for inner loop
2242 z->maxcode[16] = 0x10000; // sentinel
2323 if (k < z->maxcode[s])