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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.h26 UInt32 cutValue; member in struct:_CMatchFinder
H A DLzFind.c117 p->cutValue = 32;
318 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
325 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
349 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
358 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
404 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue)
412 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
470 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
317 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
348 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
403 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument

Completed in 58 milliseconds