Searched refs:CLzRef (Results 1 – 4 of 4) sorted by relevance
/external/lzma/C/ |
D | LzFind.h | 11 typedef UInt32 CLzRef; typedef 30 CLzRef *hash; 31 CLzRef *son; 78 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems); 81 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
|
D | LzFind.c | 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() [all …]
|
D | LzFindMt.h | 74 CLzRef *son;
|
D | LzFindMt.c | 245 static UInt32 *GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpecN() 254 CLzRef *ptr0 = son + ((size_t)_cyclicBufferPos << 1) + 1; in GetMatchesSpecN() 255 CLzRef *ptr1 = son + ((size_t)_cyclicBufferPos << 1); in GetMatchesSpecN() 282 …CLzRef *pair = son + ((size_t)(_cyclicBufferPos - delta + ((_cyclicBufferPos < delta) ? _cyclicBuf… in GetMatchesSpecN()
|