Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c345 UInt32 matchPriceCount; member
1693 p->matchPriceCount = 0; in FillDistancesPrices()
1881 p->matchPriceCount++; in LzmaEnc_CodeOneBlock()
1891 if (p->matchPriceCount >= (1 << 7)) in LzmaEnc_CodeOneBlock()