Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c458 unsigned curLen; in LzmaDec_DecodeReal() local
467 curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal()
470 processedPos += curLen; in LzmaDec_DecodeReal()
472 len -= curLen; in LzmaDec_DecodeReal()
473 if (curLen <= dicBufSize - pos) in LzmaDec_DecodeReal()
477 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()
478 dicPos += curLen; in LzmaDec_DecodeReal()
491 while (--curLen != 0); in LzmaDec_DecodeReal()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c460 unsigned curLen; in LzmaDec_DecodeReal() local
469 curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal()
472 processedPos += curLen; in LzmaDec_DecodeReal()
474 len -= curLen; in LzmaDec_DecodeReal()
475 if (curLen <= dicBufSize - pos) in LzmaDec_DecodeReal()
479 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()
480 dicPos += curLen; in LzmaDec_DecodeReal()
493 while (--curLen != 0); in LzmaDec_DecodeReal()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c460 unsigned curLen; in LzmaDec_DecodeReal() local
469 curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal()
472 processedPos += curLen; in LzmaDec_DecodeReal()
474 len -= curLen; in LzmaDec_DecodeReal()
475 if (curLen <= dicBufSize - pos) in LzmaDec_DecodeReal()
479 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()
480 dicPos += curLen; in LzmaDec_DecodeReal()
493 while (--curLen != 0); in LzmaDec_DecodeReal()