Home | History | Annotate | Download | only in C

Lines Matching refs:backRes

891 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur)

922 *backRes = p->opt[0].backPrev;
929 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes)
941 *backRes = opt->backPrev;
958 *backRes = (UInt32)(-1);
985 *backRes = repMaxIndex;
994 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS;
1003 *backRes = (UInt32)-1;
1037 *backRes = p->opt[1].backPrev;
1136 return Backward(p, backRes, cur);
1143 return Backward(p, backRes, cur);
1489 static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes)
1504 *backRes = (UInt32)-1;
1521 *backRes = i;
1535 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS;
1561 *backRes = repIndex;
1592 *backRes = mainDist + LZMA_NUM_REPS;