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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c339 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
346 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
350 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
370 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
379 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
385 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
425 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue)
433 if (cutValue-- == 0 || delta >= _cyclicBufferSize)
439 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
338 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
369 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
424 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument

Completed in 23 milliseconds