Lines Matching refs:backRes
911 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward() argument
942 *backRes = p->opt[0].backPrev; in Backward()
949 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) in GetOptimum() argument
961 *backRes = opt->backPrev; in GetOptimum()
978 *backRes = (UInt32)(-1); in GetOptimum()
1005 *backRes = repMaxIndex; in GetOptimum()
1014 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS; in GetOptimum()
1023 *backRes = (UInt32)-1; in GetOptimum()
1057 *backRes = p->opt[1].backPrev; in GetOptimum()
1156 return Backward(p, backRes, cur); in GetOptimum()
1163 return Backward(p, backRes, cur); in GetOptimum()
1509 static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) in GetOptimumFast() argument
1524 *backRes = (UInt32)-1; in GetOptimumFast()
1541 *backRes = i; in GetOptimumFast()
1555 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS; in GetOptimumFast()
1581 *backRes = repIndex; in GetOptimumFast()
1612 *backRes = mainDist + LZMA_NUM_REPS; in GetOptimumFast()