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