/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.c | 46 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument 47 #define TREE_DECODE(probs, limit, i) \ argument 53 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument 55 #define TREE_6_DECODE(probs, i) \ argument 75 #define TREE_DECODE_CHECK(probs, limit, i) \ argument 158 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local 519 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local 737 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
|
D | LzmaDec.h | 49 CLzmaProb *probs; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaDec.c | 27 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument 28 #define TREE_DECODE(probs, limit, i) \ argument 34 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument 36 #define TREE_6_DECODE(probs, i) \ argument 56 #define TREE_DECODE_CHECK(probs, limit, i) \ argument 139 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local 500 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local 719 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
|
D | LzmaEnc.c | 609 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) in LitEnc_Encode() 620 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) in LitEnc_EncodeMatched() 670 static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) in LitEnc_GetPrice() 683 static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt3… in LitEnc_GetPriceMatched() 700 static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) in RcTree_Encode() 714 static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) in RcTree_ReverseEncode() 727 static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *Prob… in RcTree_GetPrice() 739 static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt3… in RcTree_ReverseGetPrice() 1046 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); in GetOptimum() local 1259 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); in GetOptimum() local [all …]
|
D | LzmaDec.h | 49 CLzmaProb *probs; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.c | 46 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument 47 #define TREE_DECODE(probs, limit, i) \ argument 53 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument 55 #define TREE_6_DECODE(probs, i) \ argument 75 #define TREE_DECODE_CHECK(probs, limit, i) \ argument 158 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local 519 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local 737 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
|
D | LzmaDec.h | 49 CLzmaProb *probs; member
|