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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c550 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
556 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
560 p->hash[kFix3HashSize + hash3Value] =
597 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
603 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
607 p->hash[kFix3HashSize + hash3Value] =
701 UInt32 hash2Value, hash3Value; local
706 p->hash[kFix3HashSize + hash3Value] = p->pos;
717 UInt32 hash2Value, hash3Value; local
722 p->hash[kFix3HashSize + hash3Value]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.c531 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
537 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
541 p->hash[kFix3HashSize + hash3Value] =
578 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
584 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
588 p->hash[kFix3HashSize + hash3Value] =
682 UInt32 hash2Value, hash3Value; local
687 p->hash[kFix3HashSize + hash3Value] = p->pos;
698 UInt32 hash2Value, hash3Value; local
703 p->hash[kFix3HashSize + hash3Value]
[all...]
H A DLzFindMt.c579 UInt32 hash2Value, hash3Value, curMatch2, curMatch3; local
586 curMatch3 = hash[kFix3HashSize + hash3Value];
589 hash[kFix3HashSize + hash3Value] =
614 UInt32 hash2Value, hash3Value, hash4Value, curMatch2, curMatch3, curMatch4;
621 curMatch3 = hash[kFix3HashSize + hash3Value];
625 hash[kFix3HashSize + hash3Value] =
736 UInt32 hash2Value, hash3Value; local
738 hash[kFix3HashSize + hash3Value] =
748 UInt32 hash2Value, hash3Value, hash4Value;
751 hash[kFix3HashSize + hash3Value]
[all...]

Completed in 46 milliseconds