Lines Matching refs:base
85 int base[MAX_HUFCODE_BITS];
159 int *base = NULL;
281 /* Calculate permute[], base[], and limit[] tables from
285 * Huffman coded symbols into decoded symbols. base[]
300 adjust the base and limit array pointers so we're
303 base = hufGroup->base-1;
319 *1)+symbols at this level), and base[] (number of
338 base[i+1] = pp-(t += temp[i]);
343 base[minLen] = 0;
365 base = hufGroup->base-1;
401 || (((unsigned)(j = (j>>(hufGroup->maxLen-i))-base[i]))