Lines Matching refs:btBuf
435 BtGetMatches(p, p->btBuf + (globalBlockIndex & kMtBtNumBlocksMask) * kMtBtBlockSize); in BtFillBlock()
524 p->btBuf = p->hashBuf + kHashBufferSize; in MatchFinderMt_Create()
587 p->btBufPosLimit += p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
588 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
721 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt2_GetMatches() local
722 UInt32 len = *btBuf++; in MatchFinderMt2_GetMatches()
729 UInt32 v0 = btBuf[0]; in MatchFinderMt2_GetMatches()
730 UInt32 v1 = btBuf[1]; in MatchFinderMt2_GetMatches()
731 btBuf += 2; in MatchFinderMt2_GetMatches()
743 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt_GetMatches() local
744 UInt32 len = *btBuf++; in MatchFinderMt_GetMatches()
758 distances2 = p->MixMatchesFunc(p, p->lzPos - btBuf[1], distances); in MatchFinderMt_GetMatches()
761 UInt32 v0 = btBuf[0]; in MatchFinderMt_GetMatches()
762 UInt32 v1 = btBuf[1]; in MatchFinderMt_GetMatches()
763 btBuf += 2; in MatchFinderMt_GetMatches()
777 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos += p->btBuf[p->btBufPos] + 1; } while (--num !…