Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c100 #define kStartPosModelIndex 4 macro
326 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
664 if (posSlot >= kStartPosModelIndex) in LzmaDec_TryDummy()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c81 #define kStartPosModelIndex 4 macro
307 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
645 if (posSlot >= kStartPosModelIndex) in LzmaDec_TryDummy()
DLzmaEnc.c184 #define kStartPosModelIndex 4 macro
186 #define kNumPosModels (kEndPosModelIndex - kStartPosModelIndex)
1680 for (i = kStartPosModelIndex; i < kNumFullDistances; i++) in FillDistancesPrices()
1701 for (i = 0; i < kStartPosModelIndex; i++) in FillDistancesPrices()
1876 if (posSlot >= kStartPosModelIndex) in LzmaEnc_CodeOneBlock()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c100 #define kStartPosModelIndex 4 macro
326 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
664 if (posSlot >= kStartPosModelIndex) in LzmaDec_TryDummy()