Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.c618 UInt32 availSum = numProcessed + avail; in BtGetMatches() local
619 if (availSum < numProcessed) in BtGetMatches()
620 availSum = (UInt32)(Int32)-1; in BtGetMatches()
621 d[1] = availSum; in BtGetMatches()

Completed in 3 milliseconds