Home
last modified time | relevance | path

Searched refs:hsCur (Results 1 – 1 of 1) sorted by relevance

/third_party/lzma/C/
DLzFind.c393 UInt32 hsCur; in MatchFinder_Create() local
416 hsCur = hs; in MatchFinder_Create()
420 if (hsCur > hs2) in MatchFinder_Create()
421 hsCur = hs2; in MatchFinder_Create()
427 hsCur = hs; in MatchFinder_Create()
430 hsCur = MatchFinder_GetHashMask(p, (UInt32)p->expectedDataSize); in MatchFinder_Create()
431 if (hsCur > hs) // is it possible? in MatchFinder_Create()
432 hsCur = hs; in MatchFinder_Create()
436 p->hashMask = hsCur; in MatchFinder_Create()