Lines Matching refs:btBuf
389 BtGetMatches(p, p->btBuf + (globalBlockIndex & kMtBtNumBlocksMask) * kMtBtBlockSize); in BtFillBlock()
477 p->btBuf = p->hashBuf + kHashBufferSize; in MatchFinderMt_Create()
533 p->btBufPosLimit += p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
534 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
669 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt2_GetMatches() local
670 UInt32 len = *btBuf++; in MatchFinderMt2_GetMatches()
677 *distances++ = *btBuf++; in MatchFinderMt2_GetMatches()
678 *distances++ = *btBuf++; in MatchFinderMt2_GetMatches()
687 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt_GetMatches() local
688 UInt32 len = *btBuf++; in MatchFinderMt_GetMatches()
701 distances2 = p->MixMatchesFunc(p, p->lzPos - btBuf[1], distances); in MatchFinderMt_GetMatches()
704 *distances2++ = *btBuf++; in MatchFinderMt_GetMatches()
705 *distances2++ = *btBuf++; in MatchFinderMt_GetMatches()
716 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos += p->btBuf[p->btBufPos] + 1; } while (--num !…