Home
last modified time | relevance | path

Searched refs:subValue (Results 1 – 8 of 8) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java124 public void ReduceOffsets(int subValue) in ReduceOffsets() argument
126 _bufferOffset += subValue; in ReduceOffsets()
127 _posLimit -= subValue; in ReduceOffsets()
128 _pos -= subValue; in ReduceOffsets()
129 _streamPos -= subValue; in ReduceOffsets()
DBinTree.java344 void NormalizeLinks(int[] items, int numItems, int subValue) in NormalizeLinks() argument
349 if (value <= subValue) in NormalizeLinks()
352 value -= subValue; in NormalizeLinks()
359 int subValue = _pos - _cyclicBufferSize; in Normalize() local
360 NormalizeLinks(_son, _cyclicBufferSize * 2, subValue); in Normalize()
361 NormalizeLinks(_hash, _hashSizeSum, subValue); in Normalize()
362 ReduceOffsets(subValue); in Normalize()
/external/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs124 public void ReduceOffsets(Int32 subValue) in ReduceOffsets() argument
126 _bufferOffset += (UInt32)subValue; in ReduceOffsets()
127 _posLimit -= (UInt32)subValue; in ReduceOffsets()
128 _pos -= (UInt32)subValue; in ReduceOffsets()
129 _streamPos -= (UInt32)subValue; in ReduceOffsets()
DLzBinTree.cs344 void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) in NormalizeLinks() argument
349 if (value <= subValue) in NormalizeLinks()
352 value -= subValue; in NormalizeLinks()
359 UInt32 subValue = _pos - _cyclicBufferSize; in Normalize()
360 NormalizeLinks(_son, _cyclicBufferSize * 2, subValue); in Normalize()
361 NormalizeLinks(_hash, _hashSizeSum, subValue); in Normalize()
362 ReduceOffsets((Int32)subValue); in Normalize()
/external/lzma/C/
DLzFind.c51 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument
53 p->posLimit -= subValue; in MatchFinder_ReduceOffsets()
54 p->pos -= subValue; in MatchFinder_ReduceOffsets()
55 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
325 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3() argument
331 if (value <= subValue) in MatchFinder_Normalize3()
334 value -= subValue; in MatchFinder_Normalize3()
341 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local
342 MatchFinder_Normalize3(subValue, p->hash, p->numRefs); in MatchFinder_Normalize()
343 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
DLzFind.h76 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems);
77 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
DLzFindMt.c193 UInt32 subValue = (mf->pos - mf->historySize - 1); in HashThreadFunc() local
194 MatchFinder_ReduceOffsets(mf, subValue); in HashThreadFunc()
195 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, (size_t)mf->hashMask + 1); in HashThreadFunc()
401 UInt32 subValue = p->pos - p->cyclicBufferSize; in BtFillBlock() local
402 MatchFinder_Normalize3(subValue, p->son, (size_t)p->cyclicBufferSize * 2); in BtFillBlock()
403 p->pos -= subValue; in BtFillBlock()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF com/google/common/base/ExtraObjectsMethodsForWeb.class ExtraObjectsMethodsForWeb ...