Lines Matching refs:backRes
904 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward() argument
935 *backRes = p->opt[0].backPrev; in Backward()
942 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) in GetOptimum() argument
954 *backRes = opt->backPrev; in GetOptimum()
971 *backRes = (UInt32)(-1); in GetOptimum()
998 *backRes = repMaxIndex; in GetOptimum()
1007 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS; in GetOptimum()
1016 *backRes = (UInt32)-1; in GetOptimum()
1050 *backRes = p->opt[1].backPrev; in GetOptimum()
1149 return Backward(p, backRes, cur); in GetOptimum()
1156 return Backward(p, backRes, cur); in GetOptimum()
1502 static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) in GetOptimumFast() argument
1517 *backRes = (UInt32)-1; in GetOptimumFast()
1534 *backRes = i; in GetOptimumFast()
1548 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS; in GetOptimumFast()
1574 *backRes = repIndex; in GetOptimumFast()
1605 *backRes = mainDist + LZMA_NUM_REPS; in GetOptimumFast()