Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c528 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
529 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
550 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()
557 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()
558 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
998 UInt32 dicSize; in LzmaProps_Decode() local
1004 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24); in LzmaProps_Decode()
1006 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()
1007 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()
1008 p->dicSize = dicSize; in LzmaProps_Decode()
[all …]
DLzmaDec.h29 UInt32 dicSize; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c530 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
531 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
552 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()
559 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()
560 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
1000 UInt32 dicSize; in LzmaProps_Decode() local
1006 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24); in LzmaProps_Decode()
1008 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()
1009 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()
1010 p->dicSize = dicSize; in LzmaProps_Decode()
[all …]
DLzmaDec.h29 UInt32 dicSize; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c530 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len) in LzmaDec_WriteRem()
531 p->checkDicSize = p->prop.dicSize; in LzmaDec_WriteRem()
552 UInt32 rem = p->prop.dicSize - p->processedPos; in LzmaDec_DecodeReal2()
559 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize) in LzmaDec_DecodeReal2()
560 p->checkDicSize = p->prop.dicSize; in LzmaDec_DecodeReal2()
1000 UInt32 dicSize; in LzmaProps_Decode() local
1006 dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24); in LzmaProps_Decode()
1008 if (dicSize < LZMA_DIC_MIN) in LzmaProps_Decode()
1009 dicSize = LZMA_DIC_MIN; in LzmaProps_Decode()
1010 p->dicSize = dicSize; in LzmaProps_Decode()
[all …]
DLzmaDec.h29 UInt32 dicSize; member