Home
last modified time | relevance | path

Searched defs:subValue (Results 1 – 6 of 6) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java344 void NormalizeLinks(int[] items, int numItems, int subValue) in NormalizeLinks()
359 int subValue = _pos - _cyclicBufferSize; in Normalize() local
DInWindow.java124 public void ReduceOffsets(int subValue) in ReduceOffsets()
/external/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs124 public void ReduceOffsets(Int32 subValue) in ReduceOffsets()
DLzBinTree.cs344 void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) in NormalizeLinks()
/external/lzma/C/
DLzFind.c51 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets()
325 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3()
341 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local
DLzFindMt.c193 UInt32 subValue = (mf->pos - mf->historySize - 1); in HashThreadFunc() local
401 UInt32 subValue = p->pos - p->cyclicBufferSize; in BtFillBlock() local