Home
last modified time | relevance | path

Searched refs:kNumHashBytes (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/LZ/Patricia/
H A DPatMain.h34 static const UInt32 kNumHashBytes = 3; variable
35 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
43 static const UInt32 kNumHashBytes = 2; variable
44 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
198 UInt32 pos = _pos + kNumHashBytes - 1; in ChangeLastMatch()
246 if(fullCurrentLimit < kNumHashBytes) in GetLongestMatch()
249 UInt32 pos = _pos + kNumHashBytes; in GetLongestMatch()
335 distances += kNumHashBytes; in GetLongestMatch()
343 return kNumHashBytes + matchLen; in GetLongestMatch()
351 UInt32 fullMatchLen = matchLen + kNumHashBytes; in GetLongestMatch()
[all …]
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/LZ/Patricia/
H A DPatMain.h34 static const UInt32 kNumHashBytes = 3; variable
35 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
43 static const UInt32 kNumHashBytes = 2; variable
44 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
198 UInt32 pos = _pos + kNumHashBytes - 1; in ChangeLastMatch()
246 if(fullCurrentLimit < kNumHashBytes) in GetLongestMatch()
249 UInt32 pos = _pos + kNumHashBytes; in GetLongestMatch()
335 distances += kNumHashBytes; in GetLongestMatch()
343 return kNumHashBytes + matchLen; in GetLongestMatch()
351 UInt32 fullMatchLen = matchLen + kNumHashBytes; in GetLongestMatch()
[all …]
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/LZ/HashChain/
H A DHCMain.h13 static const UInt32 kNumHashBytes = 4; variable
22 static const UInt32 kNumHashBytes = 3; variable
28 static const UInt32 kNumHashBytes = 3;
33 static const UInt32 kNumHashBytes = 2;
34 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
163 if(lenLimit < kNumHashBytes) in STDMETHODIMP_()
214 distances[kNumHashBytes] = 0xFFFFFFFF; in STDMETHODIMP_()
266 if (_streamPos - _pos < kNumHashBytes) in STDMETHODIMP_()
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/LZ/HashChain/
H A DHCMain.h13 static const UInt32 kNumHashBytes = 4; variable
22 static const UInt32 kNumHashBytes = 3; variable
28 static const UInt32 kNumHashBytes = 3;
33 static const UInt32 kNumHashBytes = 2;
34 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
163 if(lenLimit < kNumHashBytes) in STDMETHODIMP_()
214 distances[kNumHashBytes] = 0xFFFFFFFF; in STDMETHODIMP_()
266 if (_streamPos - _pos < kNumHashBytes) in STDMETHODIMP_()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/LZ/BinTree/
H A DBinTreeMain.h13 static const UInt32 kNumHashBytes = 4; variable
22 static const UInt32 kNumHashBytes = 3; variable
23 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
28 static const UInt32 kNumHashBytes = 3;
33 static const UInt32 kNumHashBytes = 2;
34 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
161 if(lenLimit < kNumHashBytes) in STDMETHODIMP_()
215 distances[kNumHashBytes] = 0xFFFFFFFF; in STDMETHODIMP_()
301 if(lenLimit < kNumHashBytes) in STDMETHODIMP_()
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/LZ/BinTree/
H A DBinTreeMain.h13 static const UInt32 kNumHashBytes = 4; variable
22 static const UInt32 kNumHashBytes = 3; variable
23 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
28 static const UInt32 kNumHashBytes = 3;
33 static const UInt32 kNumHashBytes = 2;
34 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
161 if(lenLimit < kNumHashBytes) in STDMETHODIMP_()
215 distances[kNumHashBytes] = 0xFFFFFFFF; in STDMETHODIMP_()
301 if(lenLimit < kNumHashBytes) in STDMETHODIMP_()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/LZ/BinTree/
H A DBinTreeMain.h19 static const UInt32 kNumHashBytes = 4; variable
22 static const UInt32 kNumHashBytes = 3; variable
25 static const UInt32 kMinMatchCheck = kNumHashBytes;
30 static const UInt32 kNumHashBytes = 3;
32 static const UInt32 kMinMatchCheck = kNumHashBytes;
36 static const UInt32 kNumHashBytes = 2;
37 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
38 static const UInt32 kMinMatchCheck = kNumHashBytes + 1;
370 if (_streamPos - _pos < kNumHashBytes) in Skip()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/LZ/BinTree/
H A DBinTreeMain.h19 static const UInt32 kNumHashBytes = 4; variable
22 static const UInt32 kNumHashBytes = 3; variable
25 static const UInt32 kMinMatchCheck = kNumHashBytes;
30 static const UInt32 kNumHashBytes = 3;
32 static const UInt32 kMinMatchCheck = kNumHashBytes;
36 static const UInt32 kNumHashBytes = 2;
37 static const UInt32 kHashSize = 1 << (8 * kNumHashBytes);
38 static const UInt32 kMinMatchCheck = kNumHashBytes + 1;
370 if (_streamPos - _pos < kNumHashBytes) in Skip()
/dports/graphics/apngasm/apngasm-2.91/7z/
H A DBinTreeMain.h9 static const UINT32 kNumHashBytes = 4; variable
18 static const UINT32 kNumHashBytes = 3; variable
19 static const UINT32 kHashSize = 1 << (8 * kNumHashBytes);
24 static const UINT32 kNumHashBytes = 3;
28 static const UINT32 kNumHashBytes = 2;
29 static const UINT32 kHashSize = 1 << (8 * kNumHashBytes);
165 if(aCurrentLimit < kNumHashBytes) in GetLongestMatch()
369 if(aCurrentLimit < kNumHashBytes) in DummyLongestMatch()
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/7z/
H A DBinTreeMain.h9 static const UINT32 kNumHashBytes = 4; variable
18 static const UINT32 kNumHashBytes = 3; variable
19 static const UINT32 kHashSize = 1 << (8 * kNumHashBytes);
24 static const UINT32 kNumHashBytes = 3;
28 static const UINT32 kNumHashBytes = 2;
29 static const UINT32 kHashSize = 1 << (8 * kNumHashBytes);
165 if(aCurrentLimit < kNumHashBytes) in GetLongestMatch()
369 if(aCurrentLimit < kNumHashBytes) in DummyLongestMatch()
/dports/sysutils/squashfs-tools/CPP/7zip/UI/Common/
H A DOpenArchive.cpp117 static const int kNumHashBytes = 1; variable
120 static const int kNumHashBytes = 2; variable
177 const UInt32 kNumVals = 1 << (kNumHashBytes * 8); in OpenStream()
189 if (sig.GetCapacity() < kNumHashBytes) in OpenStream()
196 processedSize -= (kNumHashBytes - 1); in OpenStream()
210 … if (sig.GetCapacity() != 0 && pos + sig.GetCapacity() <= processedSize + (kNumHashBytes - 1) && in OpenStream()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lib7z/
H A DBwtSort.c14 #define kNumHashBytes 2 macro
15 #define kNumHashValues (1 << (kNumHashBytes * 8))
425 for (NumSortedBytes = kNumHashBytes; ; NumSortedBytes <<= 1) in BlockSort()
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DBwtSort.c14 #define kNumHashBytes 2 macro
15 #define kNumHashValues (1 << (kNumHashBytes * 8))
425 for (NumSortedBytes = kNumHashBytes; ; NumSortedBytes <<= 1) in BlockSort()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/C/
H A DBwtSort.c14 #define kNumHashBytes 2 macro
15 #define kNumHashValues (1 << (kNumHashBytes * 8))
425 for (NumSortedBytes = kNumHashBytes; ; NumSortedBytes <<= 1) in BlockSort()
/dports/archivers/7-zip/7-zip-21.07/C/
H A DBwtSort.c14 #define kNumHashBytes 2 macro
15 #define kNumHashValues (1 << (kNumHashBytes * 8))
425 for (NumSortedBytes = kNumHashBytes; ; NumSortedBytes <<= 1) in BlockSort()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1022 static const unsigned kNumHashBytes = 1; variable
1025 static const unsigned kNumHashBytes = 2; variable
2272 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2314 if (sig.Size() < kNumHashBytes) in OpenStream2()
2468 if (availSize < kNumHashBytes) in OpenStream2()
2471 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1022 static const unsigned kNumHashBytes = 1; variable
1025 static const unsigned kNumHashBytes = 2; variable
2273 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2315 if (sig.Size() < kNumHashBytes) in OpenStream2()
2472 if (availSize < kNumHashBytes) in OpenStream2()
2475 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1022 static const unsigned kNumHashBytes = 1; variable
1025 static const unsigned kNumHashBytes = 2; variable
2272 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2314 if (sig.Size() < kNumHashBytes) in OpenStream2()
2468 if (availSize < kNumHashBytes) in OpenStream2()
2471 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1022 static const unsigned kNumHashBytes = 1; variable
1025 static const unsigned kNumHashBytes = 2; variable
2273 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2315 if (sig.Size() < kNumHashBytes) in OpenStream2()
2472 if (availSize < kNumHashBytes) in OpenStream2()
2475 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1022 static const unsigned kNumHashBytes = 1; variable
1025 static const unsigned kNumHashBytes = 2; variable
2273 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2315 if (sig.Size() < kNumHashBytes) in OpenStream2()
2472 if (availSize < kNumHashBytes) in OpenStream2()
2475 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1025 static const unsigned kNumHashBytes = 1; variable
1028 static const unsigned kNumHashBytes = 2; variable
2276 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2318 if (sig.Size() < kNumHashBytes) in OpenStream2()
2475 if (availSize < kNumHashBytes) in OpenStream2()
2478 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1060 static const unsigned kNumHashBytes = 1; variable
1063 static const unsigned kNumHashBytes = 2; variable
2339 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2383 if (sig.Size() < kNumHashBytes) in OpenStream2()
2540 if (availSize < kNumHashBytes) in OpenStream2()
2543 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1022 static const unsigned kNumHashBytes = 1; variable
1025 static const unsigned kNumHashBytes = 2; variable
2272 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2314 if (sig.Size() < kNumHashBytes) in OpenStream2()
2468 if (availSize < kNumHashBytes) in OpenStream2()
2471 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1022 static const unsigned kNumHashBytes = 1; variable
1025 static const unsigned kNumHashBytes = 2; variable
2273 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2315 if (sig.Size() < kNumHashBytes) in OpenStream2()
2472 if (availSize < kNumHashBytes) in OpenStream2()
2475 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1022 static const unsigned kNumHashBytes = 1; variable
1025 static const unsigned kNumHashBytes = 2; variable
2273 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2315 if (sig.Size() < kNumHashBytes) in OpenStream2()
2472 if (availSize < kNumHashBytes) in OpenStream2()
2475 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()

12