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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c956 Byte curByte, matchByte; local
1018 curByte = *data;
1021 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1035 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1036 LitEnc_GetPrice(probs, curByte, p->ProbPrices));
1044 if (matchByte == curByte)
1149 Byte curByte, matchByte; local
1238 curByte = *data;
1248 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1249 LitEnc_GetPrice(probs, curByte,
1773 Byte curByte; local
1802 Byte curByte; local
[all...]

Completed in 76 milliseconds