Home
last modified time | relevance | path

Searched refs:kHashBufferSize (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/C/
H A DLzFindMt.c831 #define kHashBufferSize (kMtHashBlockSize * kMtHashNumBlocks) macro
857 p->hashBuf = (UInt32 *)ISzAlloc_Alloc(alloc, ((size_t)kHashBufferSize + (size_t)kBtBufferSize) * sizeof(UInt32)); in MatchFinderMt_Create()
860 p->btBuf = p->hashBuf + kHashBufferSize; in MatchFinderMt_Create()
862 keepAddBufferBefore += (kHashBufferSize + kBtBufferSize); in MatchFinderMt_Create()

Completed in 2 milliseconds