Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c925 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward() argument
956 *backRes = p->opt[0].backPrev; in Backward()
963 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) in GetOptimum() argument
975 *backRes = opt->backPrev; in GetOptimum()
992 *backRes = (UInt32)(-1); in GetOptimum()
1019 *backRes = repMaxIndex; in GetOptimum()
1028 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS; in GetOptimum()
1037 *backRes = (UInt32)-1; in GetOptimum()
1071 *backRes = p->opt[1].backPrev; in GetOptimum()
1170 return Backward(p, backRes, cur); in GetOptimum()
[all …]