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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c953 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; local
994 repLens[i] = 0;
998 repLens[i] = lenTest;
999 if (lenTest > repLens[repMaxIndex])
1002 if (repLens[repMaxIndex] >= p->numFastBytes)
1006 lenRes = repLens[repMaxIndex];
1021 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1053 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
1072 UInt32 repLen = repLens[
[all...]

Completed in 67 milliseconds