Home
last modified time | relevance | path

Searched refs:repLens (Results 1 – 25 of 89) sorted by relevance

1234

/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp641 UInt32 repLens[kNumRepDistances]; in GetOptimum() local
648 if (i == 0 || repLens[i] > repLens[repMaxIndex]) in GetOptimum()
654 lenRes = repLens[repMaxIndex]; in GetOptimum()
719 if (lenMain < repLens[repMaxIndex]) in GetOptimum()
720 lenMain = repLens[repMaxIndex]; in GetOptimum()
727 UInt32 repLen = repLens[i]; in GetOptimum()
1086 UInt32 repLens[kNumRepDistances]; in GetOptimumFast() local
1091 if (i == 0 || repLens[i] > repLens[repMaxIndex]) in GetOptimumFast()
1097 lenRes = repLens[repMaxIndex]; in GetOptimumFast()
1116 if (repLens[repMaxIndex] >= 2) in GetOptimumFast()
[all …]
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp634 UInt32 repLens[kNumRepDistances]; in GetOptimum() local
643 repLens[i] = 0; in GetOptimum()
649 repLens[i] = lenTest; in GetOptimum()
656 lenRes = repLens[repMaxIndex]; in GetOptimum()
697 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
717 UInt32 repLen = repLens[i]; in GetOptimum()
738 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
1165 repLens[i] = 0; in GetOptimumFast()
1176 repLens[i] = len; in GetOptimumFast()
1204 if (repLens[repMaxIndex] >= 2) in GetOptimumFast()
[all …]
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp634 UInt32 repLens[kNumRepDistances]; in GetOptimum() local
643 repLens[i] = 0; in GetOptimum()
649 repLens[i] = lenTest; in GetOptimum()
656 lenRes = repLens[repMaxIndex]; in GetOptimum()
697 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
717 UInt32 repLen = repLens[i]; in GetOptimum()
738 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
1165 repLens[i] = 0; in GetOptimumFast()
1176 repLens[i] = len; in GetOptimumFast()
1204 if (repLens[repMaxIndex] >= 2) in GetOptimumFast()
[all …]
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp649 UInt32 repLens[kNumRepDistances]; in GetOptimum() local
656 if (i == 0 || repLens[i] > repLens[repMaxIndex]) in GetOptimum()
662 lenRes = repLens[repMaxIndex]; in GetOptimum()
727 if (lenMain < repLens[repMaxIndex]) in GetOptimum()
728 lenMain = repLens[repMaxIndex]; in GetOptimum()
735 UInt32 repLen = repLens[i]; in GetOptimum()
1106 UInt32 repLens[kNumRepDistances]; in GetOptimumFast() local
1111 if (i == 0 || repLens[i] > repLens[repMaxIndex]) in GetOptimumFast()
1117 lenRes = repLens[repMaxIndex]; in GetOptimumFast()
1136 if (repLens[repMaxIndex] >= 2) in GetOptimumFast()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances];
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen);
577 if (repLens[i] > repLens[repMaxIndex])
580 if (repLens[repMaxIndex] >= _numFastBytes)
583 int lenRes = repLens[repMaxIndex];
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2)
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]);
647 int repLen = repLens[i];
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2);
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/archivers/lzma/lzma-19.00/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/kjk/lzma/
H A Dlzma_encoder.go270 repLens []uint32 member
392 z.repLens[i] = z.mf.iw.getMatchLen(0-1, z.reps[i], kMatchMaxLen)
393 if z.repLens[i] > z.repLens[repMaxIndex] {
397 if z.repLens[repMaxIndex] >= z.cl.fastBytes {
399 lenRes := z.repLens[repMaxIndex]
414 if lenMain < 2 && curByte != matchByte && z.repLens[repMaxIndex] < 2 {
436 lenEnd := z.repLens[repMaxIndex]
459 repLen := z.repLens[i]
480 if z.repLens[0] >= 2 {
481 length = z.repLens[0] + 1
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/sysutils/squashfs-tools/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java536 int[] repLens = new int[Base.kNumRepDistances]; field in Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 int lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 int lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 int repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/archivers/lzma/lzma-19.00/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/sysutils/squashfs-tools/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs536 UInt32[] repLens = new UInt32[Base.kNumRepDistances]; field in SevenZip.Compression.LZMA.Encoder
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen); in GetOptimum()
577 if (repLens[i] > repLens[repMaxIndex]) in GetOptimum()
580 if (repLens[repMaxIndex] >= _numFastBytes) in GetOptimum()
583 UInt32 lenRes = repLens[repMaxIndex]; in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
625 UInt32 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]); in GetOptimum()
647 UInt32 repLen = repLens[i]; in GetOptimum()
668 len = ((repLens[0] >= 2) ? repLens[0] + 1 : 2); in GetOptimum()

1234