HomeSort by relevance Sort by last modified time
    Searched defs:subValue (Results 1 - 11 of 11) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 344 void NormalizeLinks(int[] items, int numItems, int subValue)
349 if (value <= subValue)
352 value -= subValue;
359 int subValue = _pos - _cyclicBufferSize;
360 NormalizeLinks(_son, _cyclicBufferSize * 2, subValue);
361 NormalizeLinks(_hash, _hashSizeSum, subValue);
362 ReduceOffsets(subValue);
  /external/lzma/C/
LzFind.c 52 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
54 p->posLimit -= subValue;
55 p->pos -= subValue;
56 p->streamPos -= subValue;
292 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems)
298 if (value <= subValue)
301 value -= subValue;
308 UInt32 subValue = MatchFinder_GetSubValue(p);
309 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
310 MatchFinder_ReduceOffsets(p, subValue);
    [all...]
LzFindMt.c 193 UInt32 subValue = (mf->pos - mf->historySize - 1);
194 MatchFinder_ReduceOffsets(mf, subValue);
195 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1);
395 UInt32 subValue = p->pos - p->cyclicBufferSize;
396 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2);
397 p->pos -= subValue;
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 101 milliseconds