Home
last modified time | relevance | path

Searched refs:lenLimit (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/archivers/7-zip/7-zip-21.07/C/
H A DLzFindOpt.c217 UInt32 * MY_FAST_CALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *…
223 UInt32 * MY_FAST_CALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *… in GetMatchesSpecN_2() argument
244 lenLimit++; in GetMatchesSpecN_2()
293 if (++len != lenLimit && len[diff] == len[0]) in GetMatchesSpecN_2()
294 while (++len != lenLimit) in GetMatchesSpecN_2()
306 if (len == lenLimit) in GetMatchesSpecN_2()
321 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit) in GetMatchesSpecN_2()
328 *d++ = (UInt32)(lenLimit - cur); in GetMatchesSpecN_2()
331 lenLimit++; in GetMatchesSpecN_2()
351 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit) in GetMatchesSpecN_2()
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DLzFind.c265 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
266 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
338 while (++len != lenLimit) in Hc_GetMatchesSpec()
345 if (len == lenLimit) in Hc_GetMatchesSpec()
382 if (len == lenLimit) in GetMatchesSpec1()
428 while (++len != lenLimit) in SkipMatchesSpec()
432 if (len == lenLimit) in SkipMatchesSpec()
469 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
530 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
575 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/lzma/
H A DLzFind.c255 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
256 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
328 while (++len != lenLimit) in Hc_GetMatchesSpec()
335 if (len == lenLimit) in Hc_GetMatchesSpec()
372 if (len == lenLimit) in GetMatchesSpec1()
418 while (++len != lenLimit) in SkipMatchesSpec()
422 if (len == lenLimit) in SkipMatchesSpec()
459 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
520 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
565 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/archivers/lrzip/lrzip-0.631/lzma/C/
H A DLzFind.c265 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
266 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
338 while (++len != lenLimit) in Hc_GetMatchesSpec()
345 if (len == lenLimit) in Hc_GetMatchesSpec()
382 if (len == lenLimit) in GetMatchesSpec1()
428 while (++len != lenLimit) in SkipMatchesSpec()
432 if (len == lenLimit) in SkipMatchesSpec()
469 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
530 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
575 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/sysutils/UEFITool/UEFITool-A59/common/LZMA/SDK/C/
H A DLzFind.c264 if (lenLimit > p->matchMaxLen) in MatchFinder_SetLimits()
265 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
266 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
345 if (len == lenLimit) in Hc_GetMatchesSpec()
382 if (len == lenLimit) in GetMatchesSpec1()
428 while (++len != lenLimit) in SkipMatchesSpec()
432 if (len == lenLimit) in SkipMatchesSpec()
469 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
529 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
574 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/cad/openctm/OpenCTM-1.0.3/lib/liblzma/
H A DLzFind.c255 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
256 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
328 while (++len != lenLimit) in Hc_GetMatchesSpec()
335 if (len == lenLimit) in Hc_GetMatchesSpec()
372 if (len == lenLimit) in GetMatchesSpec1()
418 while (++len != lenLimit) in SkipMatchesSpec()
422 if (len == lenLimit) in SkipMatchesSpec()
459 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
520 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
565 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/sysutils/wiimms/wiimms-iso-tools/src/lzma/
H A DLzFind.c265 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
266 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
338 while (++len != lenLimit) in Hc_GetMatchesSpec()
345 if (len == lenLimit) in Hc_GetMatchesSpec()
382 if (len == lenLimit) in GetMatchesSpec1()
428 while (++len != lenLimit) in SkipMatchesSpec()
432 if (len == lenLimit) in SkipMatchesSpec()
469 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
530 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
575 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/comms/flamp/flamp-2.2.07/src/lzma/
H A DLzFind.c255 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
256 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
328 while (++len != lenLimit) in Hc_GetMatchesSpec()
335 if (len == lenLimit) in Hc_GetMatchesSpec()
372 if (len == lenLimit) in GetMatchesSpec1()
418 while (++len != lenLimit) in SkipMatchesSpec()
422 if (len == lenLimit) in SkipMatchesSpec()
459 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
520 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
565 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/comms/flwrap/flwrap-1.3.5/src/lzma/
H A DLzFind.c255 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
256 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
328 while (++len != lenLimit) in Hc_GetMatchesSpec()
335 if (len == lenLimit) in Hc_GetMatchesSpec()
372 if (len == lenLimit) in GetMatchesSpec1()
418 while (++len != lenLimit) in SkipMatchesSpec()
422 if (len == lenLimit) in SkipMatchesSpec()
459 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
520 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
565 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/comms/flmsg/flmsg-4.0.19/src/lzma/
H A DLzFind.c274 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
275 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
347 while (++len != lenLimit) in Hc_GetMatchesSpec()
354 if (len == lenLimit) in Hc_GetMatchesSpec()
391 if (len == lenLimit) in GetMatchesSpec1()
437 while (++len != lenLimit) in SkipMatchesSpec()
441 if (len == lenLimit) in SkipMatchesSpec()
478 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
539 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
584 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/OpenCTM-1.0.3/lib/liblzma/
H A DLzFind.c255 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
256 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
328 while (++len != lenLimit) in Hc_GetMatchesSpec()
335 if (len == lenLimit) in Hc_GetMatchesSpec()
372 if (len == lenLimit) in GetMatchesSpec1()
418 while (++len != lenLimit) in SkipMatchesSpec()
422 if (len == lenLimit) in SkipMatchesSpec()
459 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
520 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
565 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/sysutils/squashfs-tools/C/
H A DLzFind.c265 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
266 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
338 while (++len != lenLimit) in Hc_GetMatchesSpec()
345 if (len == lenLimit) in Hc_GetMatchesSpec()
382 if (len == lenLimit) in GetMatchesSpec1()
428 while (++len != lenLimit) in SkipMatchesSpec()
432 if (len == lenLimit) in SkipMatchesSpec()
469 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
530 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
575 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/lzma/
H A DLzFind.c274 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
275 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
347 while (++len != lenLimit) in Hc_GetMatchesSpec()
354 if (len == lenLimit) in Hc_GetMatchesSpec()
391 if (len == lenLimit) in GetMatchesSpec1()
437 while (++len != lenLimit) in SkipMatchesSpec()
441 if (len == lenLimit) in SkipMatchesSpec()
478 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
539 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
584 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/xz/
H A DLzFind.c265 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
266 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
338 while (++len != lenLimit) in Hc_GetMatchesSpec()
345 if (len == lenLimit) in Hc_GetMatchesSpec()
382 if (len == lenLimit) in GetMatchesSpec1()
428 while (++len != lenLimit) in SkipMatchesSpec()
432 if (len == lenLimit) in SkipMatchesSpec()
469 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
530 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
575 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/games/wargus/wargus-3.2.0/StormLib/src/lzma/C/
H A DLzFind.c265 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
266 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
338 while (++len != lenLimit) in Hc_GetMatchesSpec()
345 if (len == lenLimit) in Hc_GetMatchesSpec()
382 if (len == lenLimit) in GetMatchesSpec1()
428 while (++len != lenLimit) in SkipMatchesSpec()
432 if (len == lenLimit) in SkipMatchesSpec()
469 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
530 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
575 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c274 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
275 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
347 while (++len != lenLimit) in Hc_GetMatchesSpec()
354 if (len == lenLimit) in Hc_GetMatchesSpec()
391 if (len == lenLimit) in GetMatchesSpec1()
437 while (++len != lenLimit) in SkipMatchesSpec()
441 if (len == lenLimit) in SkipMatchesSpec()
478 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
539 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
584 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.c255 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
256 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
328 while (++len != lenLimit) in Hc_GetMatchesSpec()
335 if (len == lenLimit) in Hc_GetMatchesSpec()
372 if (len == lenLimit) in GetMatchesSpec1()
418 while (++len != lenLimit) in SkipMatchesSpec()
422 if (len == lenLimit) in SkipMatchesSpec()
459 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
520 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
565 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c274 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
275 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
347 while (++len != lenLimit) in Hc_GetMatchesSpec()
354 if (len == lenLimit) in Hc_GetMatchesSpec()
391 if (len == lenLimit) in GetMatchesSpec1()
437 while (++len != lenLimit) in SkipMatchesSpec()
441 if (len == lenLimit) in SkipMatchesSpec()
478 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
539 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
584 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/deps/7zip/
H A DLzFind.c289 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
290 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
373 while (++len != lenLimit) in Hc_GetMatchesSpec()
380 if (len == lenLimit) in Hc_GetMatchesSpec()
417 if (len == lenLimit) in GetMatchesSpec1()
463 while (++len != lenLimit) in SkipMatchesSpec()
467 if (len == lenLimit) in SkipMatchesSpec()
504 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
575 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
627 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/C/
H A DLzFind.c289 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
290 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
373 while (++len != lenLimit) in Hc_GetMatchesSpec()
380 if (len == lenLimit) in Hc_GetMatchesSpec()
417 if (len == lenLimit) in GetMatchesSpec1()
463 while (++len != lenLimit) in SkipMatchesSpec()
467 if (len == lenLimit) in SkipMatchesSpec()
504 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
575 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
627 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/C/
H A DLzFind.c294 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
295 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
398 while (++len != lenLimit) in Hc_GetMatchesSpec()
405 if (len == lenLimit) in Hc_GetMatchesSpec()
442 if (len == lenLimit) in GetMatchesSpec1()
488 while (++len != lenLimit) in SkipMatchesSpec()
492 if (len == lenLimit) in SkipMatchesSpec()
529 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
600 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
652 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lzma-16.04/C/
H A DLzFind.c289 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
290 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
373 while (++len != lenLimit) in Hc_GetMatchesSpec()
380 if (len == lenLimit) in Hc_GetMatchesSpec()
417 if (len == lenLimit) in GetMatchesSpec1()
463 while (++len != lenLimit) in SkipMatchesSpec()
467 if (len == lenLimit) in SkipMatchesSpec()
504 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
575 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
627 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cd_hw/libchdr/deps/lzma/
H A DLzFind.c289 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
290 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
373 while (++len != lenLimit) in Hc_GetMatchesSpec()
380 if (len == lenLimit) in Hc_GetMatchesSpec()
417 if (len == lenLimit) in GetMatchesSpec1()
463 while (++len != lenLimit) in SkipMatchesSpec()
467 if (len == lenLimit) in SkipMatchesSpec()
504 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
575 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
627 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c296 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
297 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
400 while (++len != lenLimit) in Hc_GetMatchesSpec()
407 if (len == lenLimit) in Hc_GetMatchesSpec()
444 if (len == lenLimit) in GetMatchesSpec1()
490 while (++len != lenLimit) in SkipMatchesSpec()
494 if (len == lenLimit) in SkipMatchesSpec()
531 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
602 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
654 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.c294 lenLimit = p->matchMaxLen; in MatchFinder_SetLimits()
295 p->lenLimit = lenLimit; in MatchFinder_SetLimits()
398 while (++len != lenLimit) in Hc_GetMatchesSpec()
405 if (len == lenLimit) in Hc_GetMatchesSpec()
442 if (len == lenLimit) in GetMatchesSpec1()
488 while (++len != lenLimit) in SkipMatchesSpec()
492 if (len == lenLimit) in SkipMatchesSpec()
529 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \
600 if (maxLen == lenLimit) in Bt3_MatchFinder_GetMatches()
652 if (maxLen == lenLimit) in Bt4_MatchFinder_GetMatches()
[all …]

12345678910