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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c950 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
984 repMaxIndex = 0;
998 if (lenTest > repLens[repMaxIndex])
999 repMaxIndex = i;
1001 if (repLens[repMaxIndex] >= p->numFastBytes)
1004 *backRes = repMaxIndex;
1005 lenRes = repLens[repMaxIndex];
1020 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1052 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
[all...]

Completed in 38 milliseconds