Searched refs:numAvailableBytes (Results 1 - 3 of 3) sorted by relevance

/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); local
598 if (numAvailableBytes < 2)
603 if (numAvailableBytes > kMatchMaxLen)
604 numAvailableBytes = kMatchMaxLen;
620 for (lenTest = 2; lenTest < numAvailableBytes && data[lenTest] == data2[lenTest]; lenTest++);
863 UInt32 numAvailableBytes = numAvailableBytesFull; local
865 if (numAvailableBytes < 2)
867 if (numAvailableBytes > _numFastBytes)
868 numAvailableBytes = _numFastBytes;
913 for (lenTest = 2; lenTest < numAvailableBytes
1113 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj); local
[all...]
/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); local
598 if (numAvailableBytes < 2)
603 if (numAvailableBytes > kMatchMaxLen)
604 numAvailableBytes = kMatchMaxLen;
620 for (lenTest = 2; lenTest < numAvailableBytes && data[lenTest] == data2[lenTest]; lenTest++);
863 UInt32 numAvailableBytes = numAvailableBytesFull; local
865 if (numAvailableBytes < 2)
867 if (numAvailableBytes > _numFastBytes)
868 numAvailableBytes = _numFastBytes;
913 for (lenTest = 2; lenTest < numAvailableBytes
1113 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj); local
[all...]
/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); local
598 if (numAvailableBytes < 2)
603 if (numAvailableBytes > kMatchMaxLen)
604 numAvailableBytes = kMatchMaxLen;
620 for (lenTest = 2; lenTest < numAvailableBytes && data[lenTest] == data2[lenTest]; lenTest++);
863 UInt32 numAvailableBytes = numAvailableBytesFull; local
865 if (numAvailableBytes < 2)
867 if (numAvailableBytes > _numFastBytes)
868 numAvailableBytes = _numFastBytes;
913 for (lenTest = 2; lenTest < numAvailableBytes
1113 UInt32 numAvailableBytes = _matchFinder.GetNumAvailableBytes(_matchFinderObj); local
[all...]

Completed in 150 milliseconds