Searched refs:GetNumAvailableBytes (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lz/
H A DMatchFinder.h92 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes; member in struct:_IMatchFinder
H A DMatchFinder.c720 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
H A DMatchFinderMt.c775 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lz/
H A DMatchFinder.h92 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes; member in struct:_IMatchFinder
H A DMatchFinder.c720 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
H A DMatchFinderMt.c775 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lz/
H A DMatchFinder.h92 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes; member in struct:_IMatchFinder
H A DMatchFinder.c720 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
H A DMatchFinderMt.c775 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinderMt_GetNumAvailableBytes;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzFind.h93 Mf_GetNumAvailableBytes_Func GetNumAvailableBytes; member in struct:_IMatchFinder
H A DLzmaEnc.c842 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
1777 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0)
1788 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) != 0)
1899 if (p->matchFinder.GetNumAvailableBytes(p->matchFinderObj) == 0)
2132 return p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
H A DLzFind.c729 vTable->GetNumAvailableBytes = (Mf_GetNumAvailableBytes_Func)MatchFinder_GetNumAvailableBytes;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp583 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
745 UInt32 numAvailableBytesFull = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1097 UInt32 numAvail = _matchFinder.GetNumAvailableBytes(_matchFinderObj) + 1;
1113 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1197 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1348 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)
1365 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)
1477 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp583 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
745 UInt32 numAvailableBytesFull = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1097 UInt32 numAvail = _matchFinder.GetNumAvailableBytes(_matchFinderObj) + 1;
1113 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1197 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1348 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)
1365 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)
1477 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp583 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
745 UInt32 numAvailableBytesFull = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1097 UInt32 numAvail = _matchFinder.GetNumAvailableBytes(_matchFinderObj) + 1;
1113 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1197 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj);
1348 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)
1365 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)
1477 if (_matchFinder.GetNumAvailableBytes(_matchFinderObj) == 0)

Completed in 187 milliseconds