Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 2 of 2) sorted by relevance

/lib/
Ddecompress_bunzip2.c235 int minLen, maxLen, pp; in get_next_block() local
306 pp = 0; in get_next_block()
311 hufGroup->permute[pp++] = t; in get_next_block()
322 pp = t = 0; in get_next_block()
324 pp += temp[i]; in get_next_block()
335 limit[i] = (pp << (maxLen - i)) - 1; in get_next_block()
336 pp <<= 1; in get_next_block()
337 base[i+1] = pp-(t += temp[i]); in get_next_block()
341 limit[maxLen] = pp+temp[maxLen]-1; in get_next_block()
Dbch.c385 int k, pp = -1; in compute_error_locator_polynomial() local
398 k = 2*i-pp; in compute_error_locator_polynomial()
414 pp = 2*i; in compute_error_locator_polynomial()