Home
last modified time | relevance | path

Searched refs:btBuf (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzFindMt.c397 BtGetMatches(p, p->btBuf + (globalBlockIndex & kMtBtNumBlocksMask) * kMtBtBlockSize); in BtFillBlock()
486 p->btBuf = p->hashBuf + kHashBufferSize; in MatchFinderMt_Create()
545 p->btBufPosLimit += p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
546 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
679 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt2_GetMatches() local
680 UInt32 len = *btBuf++; in MatchFinderMt2_GetMatches()
687 *distances++ = *btBuf++; in MatchFinderMt2_GetMatches()
688 *distances++ = *btBuf++; in MatchFinderMt2_GetMatches()
697 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt_GetMatches() local
698 UInt32 len = *btBuf++; in MatchFinderMt_GetMatches()
[all …]
DLzFindMt.h51 UInt32 *btBuf; member