Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.c898 p->btNumAvailBytes = 0; in MatchFinderMt_Init()
956 p->btNumAvailBytes = bt[1]; in MatchFinderMt_GetNextBlock_Bt()
964 // p->btNumAvailBytes = 0; in MatchFinderMt_GetNextBlock_Bt()
979 return p->btNumAvailBytes; in MatchFinderMt_GetNextBlock_Bt()
996 return p->btNumAvailBytes; in MatchFinderMt_GetNumAvailableBytes()
1082 UInt32 avail = p->btNumAvailBytes - 1;
1086 p->btNumAvailBytes = avail;
1252 p->btNumAvailBytes--; in MatchFinderMt2_GetMatches()
1274 const UInt32 avail = p->btNumAvailBytes - 1; in MatchFinderMt_GetMatches()
1275 p->btNumAvailBytes in MatchFinderMt_GetMatches()
[all...]
H A DLzFindMt.h50 UInt32 btNumAvailBytes; member

Completed in 3 milliseconds