Searched refs:curByte (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 956 Byte curByte, matchByte; in GetOptimum() local 1018 curByte = *data; in GetOptimum() 1021 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum() 1035 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) : in GetOptimum() 1036 LitEnc_GetPrice(probs, curByte, p->ProbPrices)); in GetOptimum() 1044 if (matchByte == curByte) in GetOptimum() 1149 Byte curByte, matchByte; in GetOptimum() local 1238 curByte = *data; in GetOptimum() 1248 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) : in GetOptimum() 1249 LitEnc_GetPrice(probs, curByte, p->ProbPrices)); in GetOptimum() [all …]
|