Searched defs:backRes (Results 1 – 3 of 3) sorted by relevance
317 NO_INLINE UInt32 CCoder::Backward(UInt32 &backRes, UInt32 cur) in Backward()338 NO_INLINE UInt32 CCoder::GetOptimal(UInt32 &backRes) in GetOptimal()449 UInt32 CCoder::GetOptimalFast(UInt32 &backRes) in GetOptimalFast()
812 static uint32_t Backward(struct CLzmaEnc *p, uint32_t *backRes, uint32_t cur) in Backward()850 static uint32_t GetOptimum(struct CLzmaEnc *p, uint32_t position, uint32_t *backRes) in GetOptimum()1396 static uint32_t GetOptimumFast(struct CLzmaEnc *p, uint32_t *backRes) in GetOptimumFast()
407 UInt32 backRes; member