Lines Matching refs:nn
499 UInt32 nn; in BZ2_decompress() local
500 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
502 if (nn < MTFL_SIZE) { in BZ2_decompress()
505 uc = s->mtfa[l + nn]; in BZ2_decompress()
506 while (nn > 3) { in BZ2_decompress()
507 Int32 z = l + nn; in BZ2_decompress()
512 nn -= 4; in BZ2_decompress()
514 while (nn > 0) { in BZ2_decompress()
515 s->mtfa[(l + nn)] = s->mtfa[(l + nn) - 1]; in BZ2_decompress()
516 nn--; in BZ2_decompress()
522 lno = nn / MTFL_SIZE; in BZ2_decompress()
523 off = nn % MTFL_SIZE; in BZ2_decompress()