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

  /external/lzma/C/
LzFind.h 28 UInt32 cutValue;
LzFindMt.h 81 UInt32 cutValue;
LzFindMt.c 248 UInt32 cutValue = _cutValue;
253 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
351 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
362 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
512 p->cutValue = mf->cutValue;

Completed in 57 milliseconds