Searched defs:curMatch3 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFindMt.c579 UInt32 hash2Value, hash3Value, curMatch2, curMatch3; local
586 curMatch3 = hash[kFix3HashSize + hash3Value];
603 if (curMatch3 >= matchMinPos && cur[(ptrdiff_t)curMatch3 - lzPos] == cur[0])
606 *distances++ = lzPos - curMatch3 - 1;
614 UInt32 hash2Value, hash3Value, hash4Value, curMatch2, curMatch3, curMatch4;
621 curMatch3 = hash[kFix3HashSize + hash3Value];
640 if (curMatch3 >= matchMinPos && cur[(ptrdiff_t)curMatch3 - lzPos] == cur[0])
642 distances[1] = lzPos - curMatch3
[all...]

Completed in 122 milliseconds