Home
last modified time | relevance | path

Searched refs:Inline_MatchFinder_GetPointerToCurrentPos (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzFind.h52 #define Inline_MatchFinder_GetPointerToCurrentPos(p) ((p)->buffer) macro
DLzFindMt.c176 const Byte *beforePtr = Inline_MatchFinder_GetPointerToCurrentPos(mf); in HashThreadFunc()
179 offset = beforePtr - Inline_MatchFinder_GetPointerToCurrentPos(mf); in HashThreadFunc()
508 p->pointerToCurPos = Inline_MatchFinder_GetPointerToCurrentPos(mf); in MatchFinderMt_Init()