CLzRef 163 third_party/lzma_sdk/LzFind.c static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) CLzRef 165 third_party/lzma_sdk/LzFind.c size_t sizeInBytes = (size_t)num * sizeof(CLzRef); CLzRef 166 third_party/lzma_sdk/LzFind.c if (sizeInBytes / sizeof(CLzRef) != num) CLzRef 168 third_party/lzma_sdk/LzFind.c return (CLzRef *)alloc->Alloc(alloc, sizeInBytes); CLzRef 290 third_party/lzma_sdk/LzFind.c void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) CLzRef 322 third_party/lzma_sdk/LzFind.c static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, CLzRef 353 third_party/lzma_sdk/LzFind.c UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, CLzRef 357 third_party/lzma_sdk/LzFind.c CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; CLzRef 358 third_party/lzma_sdk/LzFind.c CLzRef *ptr1 = son + (_cyclicBufferPos << 1); CLzRef 369 third_party/lzma_sdk/LzFind.c CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1); CLzRef 408 third_party/lzma_sdk/LzFind.c static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, CLzRef 411 third_party/lzma_sdk/LzFind.c CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; CLzRef 412 third_party/lzma_sdk/LzFind.c CLzRef *ptr1 = son + (_cyclicBufferPos << 1); CLzRef 423 third_party/lzma_sdk/LzFind.c CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1); CLzRef 27 third_party/lzma_sdk/LzFind.h CLzRef *hash; CLzRef 28 third_party/lzma_sdk/LzFind.h CLzRef *son; CLzRef 73 third_party/lzma_sdk/LzFind.h void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems); CLzRef 76 third_party/lzma_sdk/LzFind.h UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,