Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h54 #define Inline_MatchFinder_GetPointerToCurrentPos(p) ((p)->buffer) macro
DLzFindMt.c181 const Byte *beforePtr = Inline_MatchFinder_GetPointerToCurrentPos(mf); in HashThreadFunc()
184 offset = beforePtr - Inline_MatchFinder_GetPointerToCurrentPos(mf); in HashThreadFunc()
550 p->pointerToCurPos = Inline_MatchFinder_GetPointerToCurrentPos(mf); in MatchFinderMt_Init()