Home
last modified time | relevance | path

Searched refs:backRes (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/lzma/
H A DLzmaEnc.c911 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()
[all …]