Searched defs:_cyclicBufferPos (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/lzma/ |
H A D | LzFind.c | 318 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, 321 son[_cyclicBufferPos] = curMatch; 329 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; 349 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, 352 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; 353 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); 364 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1); 404 UInt32 _cyclicBufferPos, UInt3 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 [all...] |
Completed in 59 milliseconds