Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c895 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
896 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()
897 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()
904 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()
923 if (lookAhead < rem) in LzmaDec_DecodeToDic()
925 lookAhead -= rem; in LzmaDec_DecodeToDic()
927 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()
928 src += lookAhead; in LzmaDec_DecodeToDic()
929 inSize -= lookAhead; in LzmaDec_DecodeToDic()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c897 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
898 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()
899 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()
906 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()
925 if (lookAhead < rem) in LzmaDec_DecodeToDic()
927 lookAhead -= rem; in LzmaDec_DecodeToDic()
929 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()
930 src += lookAhead; in LzmaDec_DecodeToDic()
931 inSize -= lookAhead; in LzmaDec_DecodeToDic()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c897 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
898 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()
899 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()
906 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()
925 if (lookAhead < rem) in LzmaDec_DecodeToDic()
927 lookAhead -= rem; in LzmaDec_DecodeToDic()
929 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()
930 src += lookAhead; in LzmaDec_DecodeToDic()
931 inSize -= lookAhead; in LzmaDec_DecodeToDic()