Home
last modified time | relevance | path

Searched refs:GetPureRepPrice (Results 1 – 25 of 58) sorted by relevance

123

/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/LZMA/
H A DLZMAEncoder.h270 UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) const in GetPureRepPrice() function
294 GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/LZMA/
H A DLZMAEncoder.h270 UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) const in GetPureRepPrice() function
294 GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState)
486 return price + GetPureRepPrice(repIndex, state, posState);
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState);
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/archivers/lzma/lzma-19.00/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/sysutils/squashfs-tools/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice() method in Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/archivers/lzma/lzma-19.00/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/sysutils/squashfs-tools/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() method in SevenZip.Compression.LZMA.Encoder
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum()
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DLzmaEnc.c863 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice() function
888 GetPureRepPrice(p, repIndex, state, posState); in GetRepPrice()
1056 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState); in GetOptimum()
1322 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState); in GetOptimum()

123