Searched refs:backRes (Results 1 – 1 of 1) sorted by relevance
911 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward() argument942 *backRes = p->opt[0].backPrev; in Backward()949 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) in GetOptimum() argument961 *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()[all …]