Searched refs:kFix3HashSize (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
H A DLzFind.c523 curMatch = p->hash[kFix3HashSize + hashValue];
526 p->hash[kFix3HashSize + hashValue] = p->pos;
556 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
560 p->hash[kFix3HashSize + hash3Value] =
603 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
607 p->hash[kFix3HashSize + hash3Value] =
689 curMatch = p->hash[kFix3HashSize + hashValue];
691 p->hash[kFix3HashSize + hashValue] = p->pos;
706 p->hash[kFix3HashSize + hash3Value] = p->pos;
722 p->hash[kFix3HashSize
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
H A DLzFind.c504 curMatch = p->hash[kFix3HashSize + hashValue];
507 p->hash[kFix3HashSize + hashValue] = p->pos;
537 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
541 p->hash[kFix3HashSize + hash3Value] =
584 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
588 p->hash[kFix3HashSize + hash3Value] =
670 curMatch = p->hash[kFix3HashSize + hashValue];
672 p->hash[kFix3HashSize + hashValue] = p->pos;
687 p->hash[kFix3HashSize + hash3Value] = p->pos;
703 p->hash[kFix3HashSize
[all...]
H A DLzFindMt.c586 curMatch3 = hash[kFix3HashSize + hash3Value];
589 hash[kFix3HashSize + hash3Value] =
621 curMatch3 = hash[kFix3HashSize + hash3Value];
625 hash[kFix3HashSize + hash3Value] =
738 hash[kFix3HashSize + hash3Value] =
751 hash[kFix3HashSize + hash3Value] =

Completed in 50 milliseconds