Lines Matching refs:nn
427 UInt32 nn; in BZ2_decompress() local
428 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
430 if (nn < MTFL_SIZE) { in BZ2_decompress()
433 uc = s->mtfa[pp+nn]; in BZ2_decompress()
434 while (nn > 3) { in BZ2_decompress()
435 Int32 z = pp+nn; in BZ2_decompress()
440 nn -= 4; in BZ2_decompress()
442 while (nn > 0) { in BZ2_decompress()
443 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
448 lno = nn / MTFL_SIZE; in BZ2_decompress()
449 off = nn % MTFL_SIZE; in BZ2_decompress()