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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFindMt.c559 UInt32 hash2Value, curMatch2; local
565 curMatch2 = hash[hash2Value]; local
568 if (curMatch2 >= matchMinPos)
569 if (cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0])
572 *distances++ = lzPos - curMatch2 - 1;
579 UInt32 hash2Value, hash3Value, curMatch2, curMatch3; local
585 curMatch2 = hash[ hash2Value]; local
592 if (curMatch2 >= matchMinPos && cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0])
594 distances[1] = lzPos - curMatch2
[all...]

Completed in 69 milliseconds