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

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c959 Byte curByte, matchByte; local
1021 curByte = *data;
1024 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1038 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1039 LitEnc_GetPrice(probs, curByte, p->ProbPrices));
1047 if (matchByte == curByte)
1152 Byte curByte, matchByte; local
1241 curByte = *data;
1251 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1252 LitEnc_GetPrice(probs, curByte,
1776 Byte curByte; local
1805 Byte curByte; local
[all...]

Completed in 44 milliseconds