Lines Matching refs:CLzRef
165 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc)
167 size_t sizeInBytes = (size_t)num * sizeof(CLzRef);
168 if (sizeInBytes / sizeof(CLzRef) != num)
170 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
292 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems)
324 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
355 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
359 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
360 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
371 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
410 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
413 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
414 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
425 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);