Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c22 #define RC_INIT_SIZE 5 macro
753 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
755 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
1001 if (inSize < RC_INIT_SIZE) in LzmaDecode()