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