Home
last modified time | relevance | path

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

/lib/
Ddecompress_bunzip2.c236 int minLen, maxLen, pp; in get_next_block() local
307 pp = 0; in get_next_block()
312 hufGroup->permute[pp++] = t; in get_next_block()
323 pp = t = 0; in get_next_block()
325 pp += temp[i]; in get_next_block()
336 limit[i] = (pp << (maxLen - i)) - 1; in get_next_block()
337 pp <<= 1; in get_next_block()
338 base[i+1] = pp-(t += temp[i]); in get_next_block()
342 limit[maxLen] = pp+temp[maxLen]-1; in get_next_block()
Dbch.c395 int k, pp = -1; in compute_error_locator_polynomial() local
408 k = 2*i-pp; in compute_error_locator_polynomial()
424 pp = 2*i; in compute_error_locator_polynomial()