Home
last modified time | relevance | path

Searched refs:nextCoder (Results 1 – 24 of 24) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp198 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
200 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
203 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
215 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
217 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
220 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp198 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
200 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
203 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
215 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
217 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
220 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp198 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
200 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
203 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
215 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
217 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
220 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp256 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
258 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
261 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
273 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
275 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
278 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp256 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
258 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
261 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
273 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
275 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
278 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp257 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
259 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
262 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
274 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
276 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
279 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp256 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
258 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
261 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
273 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
275 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
278 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp257 const UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[(unsigned)bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
259 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
262 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
274 const UInt32 nextCoder = _bi.Bonds[(unsigned)bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
276 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
279 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp256 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
258 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
261 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
273 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
275 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
278 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp256 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
258 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
261 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
273 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
275 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
278 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp256 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
258 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
261 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
273 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
275 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
278 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp256 UInt32 nextCoder = _bi.Stream_to_Coder[_bi.Bonds[bond].PackIndex]; in Is_UnpackSize_Correct_for_Coder() local
258 if (!IsFilter_Vector[nextCoder]) in Is_UnpackSize_Correct_for_Coder()
261 return Is_UnpackSize_Correct_for_Coder(nextCoder); in Is_UnpackSize_Correct_for_Coder()
273 UInt32 nextCoder = _bi.Bonds[bond].UnpackIndex; in Is_PackSize_Correct_for_Stream() local
275 if (!IsFilter_Vector[nextCoder]) in Is_PackSize_Correct_for_Stream()
278 return Is_PackSize_Correct_for_Coder(nextCoder); in Is_PackSize_Correct_for_Stream()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1058 unsigned nextCoder = 1; in MakeExeMethod() local
1061 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1063 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1065 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1059 unsigned nextCoder = 1; in MakeExeMethod() local
1062 nextCoder = mode.Bonds.Back().InCoder; in MakeExeMethod()
1064 if (nextCoder < mode.Methods.Size()) in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()