Home
last modified time | relevance | path

Searched refs:RC_INIT_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/lzma/
DLzmaDec.c18 #define RC_INIT_SIZE 5 macro
760 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
762 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
1004 if (inSize < RC_INIT_SIZE) in LzmaDecode()
/external/lzma/C/
DLzmaDec.c18 #define RC_INIT_SIZE 5 macro
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
1171 if (inSize < RC_INIT_SIZE) in LzmaDecode()