Searched refs:CLzRef (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/lzma/ |
H A D | LzFind.h | 9 typedef UInt32 CLzRef; typedef 23 CLzRef *hash; 24 CLzRef *son; 69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems); 72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
|
H A D | LzFind.c | 157 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) in AllocRefs() 159 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs() 160 if (sizeInBytes / sizeof(CLzRef) != num) in AllocRefs() 162 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); in AllocRefs() 285 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() 317 …t32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec() 348 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 352 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() 353 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpec1() 364 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpec1() [all …]
|