Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.c493 UInt32 *heads = mt->hashBuf + GET_HASH_BLOCK_OFFSET(blockIndex++); in HashThreadFunc()
608 const UInt32 *h = p->hashBuf + k; in BtGetMatches()
672 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++], in BtGetMatches()
689 p->numHashBytes - 1, p->hashBuf + p->hashBufPos, in BtGetMatches()
690 d + limit, p->hashBuf + p->hashBufPos + size, in BtGetMatches()
791 p->hashBuf = NULL; in MatchFinderMt_Construct()
798 ISzAlloc_Free(alloc, p->hashBuf); in MatchFinderMt_FreeMem()
799 p->hashBuf = NULL; in MatchFinderMt_FreeMem()
855 if (!p->hashBuf) in MatchFinderMt_Create()
857 p->hashBuf in MatchFinderMt_Create()
[all...]
H A DLzFindMt.h69 UInt32 *hashBuf; member

Completed in 2 milliseconds