Searched refs:LastMatchPos (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DTianoCompress.c938 NODE LastMatchPos; local
961 LastMatchPos = mMatchPos;
977 if (((mPos - LastMatchPos - 2) & (WNDSIZ - 1)) > (1U << 11)) {
987 (mPos - LastMatchPos - 2) & (WNDSIZ - 1)
H A DEfiCompress.c872 NODE LastMatchPos; local
894 LastMatchPos = mMatchPos;
915 (mPos - LastMatchPos - 2) & (WNDSIZ - 1));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c1272 NODE LastMatchPos; local
1295 LastMatchPos = mMatchPos;
1315 (mPos - LastMatchPos - 2) & (WNDSIZ - 1));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c760 NODE LastMatchPos; local
783 LastMatchPos = mMatchPos;
799 if (((mPos - LastMatchPos - 2) & (WNDSIZ - 1)) > (1U << 11)) {
809 (mPos - LastMatchPos - 2) & (WNDSIZ - 1)

Completed in 55 milliseconds