Lines Matching defs:num
494 UInt32 num = Inline_MatchFinder_GetNumAvailableBytes(mf);
496 heads[1] = num;
513 if (num >= mf->numHashBytes)
515 num = num - mf->numHashBytes + 1;
516 if (num > kMtHashBlockSize - 2)
517 num = kMtHashBlockSize - 2;
519 if (mf->pos > (UInt32)kMtMaxValForNormalize - num)
526 heads[0] = 2 + num;
527 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
530 mf->pos += num; // wrap over zero is allowed at the end of stream
531 mf->buffer += num;
672 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++],
675 *startDistances = num - 1;
676 curPos += num;
1316 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos += (size_t)*p->btBufPos + 1; } while (--num != 0);
1318 static void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num)
1324 static void MatchFinderMt2_Skip(CMatchFinderMt *p, UInt32 num)
1333 static void MatchFinderMt3_Skip(CMatchFinderMt *p, UInt32 num)
1348 static void MatchFinderMt4_Skip(CMatchFinderMt *p, UInt32 num)