Searched refs:cutValue (Results 1 - 8 of 8) sorted by relevance
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 75 UInt32 cutValue = _cutValue;
183 if (--cutValue == 0 || delta >= pos)
270 UInt32 cutValue = _cutValue;
in GetMatchesSpecN_2() local 274 // if (cutValue == 0) { *ptr0 = *ptr1 = kEmptyHashValue; } else
in GetMatchesSpecN_2() 383 if (--cutValue == 0 || delta >= cbs)
in GetMatchesSpecN_2() 451 UInt32 cutValue = _cutValue;
559 || --cutValue == 0)
|
H A D | LzFind.c | 221 p->cutValue = 32;
in MatchFinder_SetDefaultSettings() 874 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
in Hc_GetMatchesSpec() 882 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
in Hc_GetMatchesSpec() 948 while (--cutValue);
in Hc_GetMatchesSpec() 956 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
in GetMatchesSpec1() 1018 while(--cutValue && cmCheck < curMatch);
in GetMatchesSpec1() 1026 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue)
in SkipMatchesSpec() 1077 while(--cutValue && cmCheck < curMatch);
in SkipMatchesSpec() 1113 #define MF_PARAMS(p) lenLimit, curMatch, p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
873 Hc_GetMatchesSpec(size_t lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *d, unsigned maxLen) Hc_GetMatchesSpec() argument 955 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *d, UInt32 maxLen) GetMatchesSpec1() argument 1025 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) SkipMatchesSpec() argument
|
H A D | LzFindMt.h | 83 UInt32 cutValue;
member
|
H A D | LzFind.h | 33 UInt32 cutValue;
member
|
H A D | LzFindMt.c | 673 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
in BtGetMatches() 688 pos, p->buffer, p->son, p->cutValue, d + curPos,
in BtGetMatches() 929 p->cutValue = mf->cutValue;
in MatchFinderMt_Init()
|
H A D | LzmaEnc.c | 586 MFB.cutValue = props.mc;
in LzmaEnc_SetProps()
|
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 365 public void SetCutValue(int cutValue) { _cutValue = cutValue; }
in SetCutValue() argument
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzBinTree.cs | 365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; }
in SetCutValue() argument
|
Completed in 12 milliseconds