Lines Matching refs:nn
432 UInt32 nn; in BZ2_decompress() local
433 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
435 if (nn < MTFL_SIZE) { in BZ2_decompress()
438 uc = s->mtfa[pp+nn]; in BZ2_decompress()
439 while (nn > 3) { in BZ2_decompress()
440 Int32 z = pp+nn; in BZ2_decompress()
445 nn -= 4; in BZ2_decompress()
447 while (nn > 0) { in BZ2_decompress()
448 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
453 lno = nn / MTFL_SIZE; in BZ2_decompress()
454 off = nn % MTFL_SIZE; in BZ2_decompress()