Lines Matching refs:nn
465 UInt32 nn; in BZ2_decompress() local
466 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
468 if (nn < MTFL_SIZE) { in BZ2_decompress()
471 uc = s->mtfa[pp+nn]; in BZ2_decompress()
472 while (nn > 3) { in BZ2_decompress()
473 Int32 z = pp+nn; in BZ2_decompress()
478 nn -= 4; in BZ2_decompress()
480 while (nn > 0) { in BZ2_decompress()
481 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
486 lno = nn / MTFL_SIZE; in BZ2_decompress()
487 off = nn % MTFL_SIZE; in BZ2_decompress()