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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c911 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) argument
942 *backRes = p->opt[0].backPrev;
949 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) argument
961 *backRes = opt->backPrev;
978 *backRes = (UInt32)(-1);
1005 *backRes = repMaxIndex;
1014 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS;
1023 *backRes = (UInt32)-1;
1057 *backRes = p->opt[1].backPrev;
1156 return Backward(p, backRes, cu
1509 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) argument
[all...]

Completed in 60 milliseconds