Lines Matching refs:CLzRef
170 static CLzRef* AllocRefs(size_t num, ISzAllocPtr alloc) in AllocRefs()
172 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs()
173 if (sizeInBytes / sizeof(CLzRef) != num) in AllocRefs()
175 return (CLzRef *)ISzAlloc_Alloc(alloc, sizeInBytes); in AllocRefs()
304 CLzRef *items = p->hash; in MatchFinder_Init_LowHash()
314 CLzRef *items = p->hash + p->fixedHashSize; in MatchFinder_Init_HighHash()
350 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3()
389 …2 * Hc_GetMatchesSpec(unsigned lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec()
465 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1()
469 CLzRef *ptr0 = son + ((size_t)_cyclicBufferPos << 1) + 1; in GetMatchesSpec1()
470 CLzRef *ptr1 = son + ((size_t)_cyclicBufferPos << 1); in GetMatchesSpec1()
481 …CLzRef *pair = son + ((size_t)(_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBuf… in GetMatchesSpec1()
522 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec()
525 CLzRef *ptr0 = son + ((size_t)_cyclicBufferPos << 1) + 1; in SkipMatchesSpec()
526 CLzRef *ptr1 = son + ((size_t)_cyclicBufferPos << 1); in SkipMatchesSpec()
537 …CLzRef *pair = son + ((size_t)(_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBuf… in SkipMatchesSpec()