maxLen 87 lib/decompress_bunzip2.c int minLen, maxLen; maxLen 236 lib/decompress_bunzip2.c int minLen, maxLen, pp; maxLen 272 lib/decompress_bunzip2.c minLen = maxLen = length[0]; maxLen 275 lib/decompress_bunzip2.c if (length[i] > maxLen) maxLen 276 lib/decompress_bunzip2.c maxLen = length[i]; maxLen 298 lib/decompress_bunzip2.c hufGroup->maxLen = maxLen; maxLen 308 lib/decompress_bunzip2.c for (i = minLen; i <= maxLen; i++) { maxLen 324 lib/decompress_bunzip2.c for (i = minLen; i < maxLen; i++) { maxLen 336 lib/decompress_bunzip2.c limit[i] = (pp << (maxLen - i)) - 1; maxLen 340 lib/decompress_bunzip2.c limit[maxLen+1] = INT_MAX; /* Sentinal value for maxLen 342 lib/decompress_bunzip2.c limit[maxLen] = pp+temp[maxLen]-1; maxLen 380 lib/decompress_bunzip2.c while (bd->inbufBitCount < hufGroup->maxLen) { maxLen 382 lib/decompress_bunzip2.c j = get_bits(bd, hufGroup->maxLen); maxLen 389 lib/decompress_bunzip2.c bd->inbufBitCount -= hufGroup->maxLen; maxLen 391 lib/decompress_bunzip2.c ((1 << hufGroup->maxLen)-1); maxLen 398 lib/decompress_bunzip2.c bd->inbufBitCount += (hufGroup->maxLen - i); maxLen 400 lib/decompress_bunzip2.c if ((i > hufGroup->maxLen) maxLen 401 lib/decompress_bunzip2.c || (((unsigned)(j = (j>>(hufGroup->maxLen-i))-base[i]))