Searched defs:cutValue (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzFind.h30 UInt32 cutValue; member in struct:_CMatchFinder
H A DLzFind.c125 p->cutValue = 32;
323 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
330 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
354 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
363 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
409 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue)
417 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
475 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
322 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
353 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
408 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.h31 UInt32 cutValue; member in struct:_CMatchFinder
H A DLzFind.c126 p->cutValue = 32;
324 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
331 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
355 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
364 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
410 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue)
418 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
476 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
323 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
354 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
409 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
/external/lzma/C/
H A DLzFind.h30 UInt32 cutValue; member in struct:_CMatchFinder
H A DLzFindMt.h83 UInt32 cutValue; member in struct:_CMatchFinderMt
H A DLzFind.c125 p->cutValue = 32;
323 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
330 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
354 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
363 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
409 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue)
417 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
475 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
322 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
353 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
408 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
H A DLzFindMt.c246 UInt32 cutValue = _cutValue; local
251 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
349 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
360 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
511 p->cutValue = mf->cutValue;
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } argument
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java365 public void SetCutValue(int cutValue) { _cutValue = cutValue; } argument

Completed in 135 milliseconds