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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c983 UInt32 repLens[LZMA_NUM_REPS]; local
1034 repLens[i] = 0;
1038 repLens[i] = lenTest;
1039 if (lenTest > repLens[repMaxIndex])
1042 if (repLens[repMaxIndex] >= p->numFastBytes)
1046 lenRes = repLens[repMaxIndex];
1061 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2)
1093 lenEnd = ((lenMain >= repLens[repMaxIndex]) ? lenMain : repLens[repMaxIndex]);
1112 UInt32 repLen = repLens[
1564 UInt32 repLens[LZMA_NUM_REPS]; local
[all...]

Completed in 30 milliseconds