Lines Matching refs:mnum
590 U32 mnum = 0;
647 matches[mnum].off = STORE_REPCODE(repCode - ll0 + 1); /* expect value between 1 and 3 */
648 matches[mnum].len = (U32)repLen;
649 mnum++;
652 return mnum;
675 assert(mnum==0); /* no prior solution */
678 mnum = 1;
715 matches[mnum].off = STORE_OFFSET(curr - matchIndex);
716 matches[mnum].len = (U32)matchLength;
717 mnum++;
762 matches[mnum].off = STORE_OFFSET(curr - matchIndex);
763 matches[mnum].len = (U32)matchLength;
764 mnum++;
782 return mnum;