Home
last modified time | relevance | path

Searched refs:bigHash (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DLzFind.h26 Byte bigHash; member
DLzFind.c134 p->bigHash = 0; in MatchFinder_SetDefaultSettings()
DLzFindMt.c841 p->GetHeadsFunc = p->MatchFinder->bigHash ? GetHeads4b : GetHeads4;
DLzmaEnc.c2585 p->matchFinderBase.bigHash = (Byte)(p->dictSize > kBigHashDicLimit ? 1 : 0); in LzmaEnc_Alloc()
2598 p->matchFinderBase.bigHash = (Byte)( in LzmaEnc_Alloc()