Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c551 p->btNumAvailBytes = 0; in MatchFinderMt_Init()
588 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
603 return p->btNumAvailBytes; in MatchFinderMt_GetNumAvailableBytes()
724 p->btNumAvailBytes--; in MatchFinderMt2_GetMatches()
750 if (p->btNumAvailBytes-- >= 4) in MatchFinderMt_GetMatches()
757 p->btNumAvailBytes--; in MatchFinderMt_GetMatches()
776 #define SKIP_HEADER_MT(n) SKIP_HEADER2_MT if (p->btNumAvailBytes-- >= (n)) { const Byte *cur = p->p…
781 SKIP_HEADER2_MT { p->btNumAvailBytes--;
DLzFindMt.h55 UInt32 btNumAvailBytes; member