Home
last modified time | relevance | path

Searched refs:GetIndexByte (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.h92 Mf_GetIndexByte_Func GetIndexByte; member
H A DLzFind.c733 vTable->GetIndexByte = (Mf_GetIndexByte_Func)MatchFinder_GetIndexByte; in MatchFinder_CreateVTable()
H A DLzmaEnc.c1779 curByte = p->matchFinder.GetIndexByte(p->matchFinderObj, 0 - p->additionalOffset); in LzmaEnc_CodeOneBlock()