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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFindMt.c175 const Byte *afterPtr; local
177 afterPtr = MatchFinder_GetPointerToCurrentPos(mf);
178 mt->pointerToCurPos -= beforePtr - afterPtr;
179 mt->buffer -= beforePtr - afterPtr;

Completed in 34 milliseconds