Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c970 Byte curByte, matchByte; in GetOptimum() local
1032 curByte = *data; in GetOptimum()
1035 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
1049 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) : in GetOptimum()
1050 LitEnc_GetPrice(probs, curByte, p->ProbPrices)); in GetOptimum()
1058 if (matchByte == curByte) in GetOptimum()
1163 Byte curByte, matchByte; in GetOptimum() local
1252 curByte = *data; in GetOptimum()
1262 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) : in GetOptimum()
1263 LitEnc_GetPrice(probs, curByte, p->ProbPrices)); in GetOptimum()
[all …]