Searched refs:kHashBufferSize (Results 1 – 1 of 1) sorted by relevance
497 #define kHashBufferSize (kMtHashBlockSize * kMtHashNumBlocks) macro521 … p->hashBuf = (UInt32 *)ISzAlloc_Alloc(alloc, (kHashBufferSize + kBtBufferSize) * sizeof(UInt32)); in MatchFinderMt_Create()524 p->btBuf = p->hashBuf + kHashBufferSize; in MatchFinderMt_Create()526 keepAddBufferBefore += (kHashBufferSize + kBtBufferSize); in MatchFinderMt_Create()