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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c265 UInt32 distance; local
271 distance = rep1;
280 distance = rep2;
285 distance = rep3;
291 rep0 = distance;
331 UInt32 distance; local
334 TREE_6_DECODE(prob, distance);
335 if (distance >= kStartPosModelIndex)
337 unsigned posSlot = (unsigned)distance;
338 int numDirectBits = (int)(((distance >>
[all...]
H A DLzmaEnc.c885 UInt32 distance = p->matchDistances[numDistancePairs - 1] + 1; local
890 const Byte *pby2 = pby - distance;
1143 UInt32 distance = matchDistances[offs + 1]; local
1147 if (distance < kNumFullDistances)
1148 curAndLenPrice += p->distancesPrices[lenToPosState][distance];
1152 GetPosSlot2(distance, slot);
1153 curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot];
1160 opt->backPrev = distance + LZMA_NUM_REPS;
1905 UInt32 distance = p->reps[pos]; local
1918 p->reps[0] = distance;
[all...]

Completed in 33 milliseconds