Home
last modified time | relevance | path

Searched refs:packPos (Results 1 – 25 of 50) sorted by relevance

12

/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DBZip2Decoder.cpp1048 UInt64 packPos = 0; in DecodeStreams() local
1059 if (packPos - inPrev >= kProgressStep || outCur - outPrev >= kProgressStep) in DecodeStreams()
1061 RINOK(progress->SetRatioInfo(&packPos, &outCur)); in DecodeStreams()
1062 inPrev = packPos; in DecodeStreams()
1079 packPos = GetInputProcessedSize(); in DecodeStreams()
1148 packPos = _block.PackPos; in DecodeStreams()
1375 UInt64 packPos = GetInputProcessedSize(); in RunScout() local
1443 if (GetInputProcessedSize() - packPos > 0) // kProgressStep in RunScout()
H A DLzfseDecoder.cpp860 const UInt64 packPos = m_InStream.GetProcessedSize(); in CodeReal() local
862 if (progress && ((pos - prevOut) >= (1 << 22) || (packPos - prevIn) >= (1 << 22))) in CodeReal()
864 RINOK(progress->SetRatioInfo(&packPos, &pos)); in CodeReal()
865 prevIn = packPos; in CodeReal()
/dports/sysutils/k3b/k3b-21.12.3/libk3bdevice/
H A Dk3bcdtext.cpp834 unsigned int packPos = 0; in createPackData() local
851 size_t copyBytes = qMin(12 - packPos, text.length() - textPos); in createPackData()
853 ::memcpy(reinterpret_cast<char*>(&pack.data[packPos]), in createPackData()
857 packPos += copyBytes; in createPackData()
863 if( packPos > 11 ) { in createPackData()
875 packPos = 0; in createPackData()
889 ++packPos; in createPackData()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DBZip2Decoder.cpp1062 UInt64 packPos = 0; in DecodeStreams() local
1073 if (packPos - inPrev >= kProgressStep || outCur - outPrev >= kProgressStep) in DecodeStreams()
1075 RINOK(progress->SetRatioInfo(&packPos, &outCur)); in DecodeStreams()
1076 inPrev = packPos; in DecodeStreams()
1093 packPos = GetInputProcessedSize(); in DecodeStreams()
1166 packPos = _block.PackPos; in DecodeStreams()
1425 UInt64 packPos = GetInputProcessedSize(); in RunScout() local
1493 if (GetInputProcessedSize() - packPos > 0) // kProgressStep in RunScout()
H A DLzfseDecoder.cpp860 const UInt64 packPos = m_InStream.GetProcessedSize(); in CodeReal() local
862 if (progress && ((pos - prevOut) >= (1 << 22) || (packPos - prevIn) >= (1 << 22))) in CodeReal()
864 RINOK(progress->SetRatioInfo(&packPos, &pos)); in CodeReal()
865 prevIn = packPos; in CodeReal()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/7z/
H A D7zDecode.cpp484 UInt64 packPos = startPos + packPositions[j]; in Decode() local
488 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
500 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
510 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Archive/7z/
H A D7zDecode.cpp506 UInt64 packPos = startPos + packPositions[j]; in Decode() local
510 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
522 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
532 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp484 UInt64 packPos = startPos + packPositions[j]; in Decode() local
488 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
500 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
510 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zDecode.cpp506 UInt64 packPos = startPos + packPositions[j]; in Decode() local
510 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
522 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
532 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zDecode.cpp508 UInt64 packPos = startPos + packPositions[j]; in Decode() local
512 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
524 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
534 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A D7zDecode.cpp490 UInt64 packPos = startPos + packPositions[j]; in Decode() local
494 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
506 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
516 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zDecode.cpp522 const UInt64 packPos = startPos + packPositions[j]; in Decode() local
526 RINOK(inStream->Seek((Int64)packPos, STREAM_SEEK_SET, NULL)); in Decode()
538 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
548 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp484 UInt64 packPos = startPos + packPositions[j]; in Decode() local
488 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
500 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
510 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zDecode.cpp506 UInt64 packPos = startPos + packPositions[j]; in Decode() local
510 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
522 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
532 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zDecode.cpp506 UInt64 packPos = startPos + packPositions[j]; in Decode() local
510 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
522 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
532 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zDecode.cpp506 UInt64 packPos = startPos + packPositions[j]; in Decode() local
510 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
522 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
532 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zDecode.cpp506 UInt64 packPos = startPos + packPositions[j]; in Decode() local
510 RINOK(inStream->Seek(packPos, STREAM_SEEK_SET, NULL)); in Decode()
522 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
532 lockedStreamImpSpec->Init(lockedInStreamSpec, packPos); in Decode()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DDmgHandler.cpp678 UInt64 packPos = 0; in Extract() local
682 lps->InSize = currentPackTotal + packPos; in Extract()
688 packPos += block.PackSize; in Extract()
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DXzEnc.c444 UInt64 packPos = seqSizeOutStream.processed; in Xz_Compress() local
453 block.packSize = seqSizeOutStream.processed - packPos; in Xz_Compress()
/dports/games/el/Eternal-Lands-1.9.5.9-1/xz/
H A DXzEnc.c444 UInt64 packPos = seqSizeOutStream.processed; in Xz_Compress() local
453 block.packSize = seqSizeOutStream.processed - packPos; in Xz_Compress()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DSquashfsHandler.cpp1273 UInt32 packPos = 0; in ReadData() local
1274 while (packPos != size) in ReadData()
1276 data.PackPos.Add(packPos); in ReadData()
1278 if (packPos > size) in ReadData()
1280 UInt32 packSize = size - packPos; in ReadData()
1284 packPos += packSize; in ReadData()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DSquashfsHandler.cpp1321 UInt32 packPos = 0; in ReadData() local
1322 while (packPos != size) in ReadData()
1324 data.PackPos.Add(packPos); in ReadData()
1326 if (packPos > size) in ReadData()
1328 UInt32 packSize = size - packPos; in ReadData()
1335 packPos += packSize; in ReadData()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/C/
H A DXzEnc.c481 UInt64 packPos = seqSizeOutStream.processed; in Xz_Compress() local
494 block.packSize = seqSizeOutStream.processed - packPos; in Xz_Compress()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lzma-16.04/C/
H A DXzEnc.c481 UInt64 packPos = seqSizeOutStream.processed; in Xz_Compress() local
494 block.packSize = seqSizeOutStream.processed - packPos; in Xz_Compress()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lzma-16.04/C/
H A DXzEnc.c481 UInt64 packPos = seqSizeOutStream.processed; in Xz_Compress() local
494 block.packSize = seqSizeOutStream.processed - packPos; in Xz_Compress()

12