Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c15 #define RC_INIT_SIZE 5 macro
734 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
736 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
978 if (inSize < RC_INIT_SIZE) in LzmaDecode()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c16 #define RC_INIT_SIZE 5 macro
735 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
737 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
979 if (inSize < RC_INIT_SIZE) in LzmaDecode()
/external/lzma/C/
DLzmaDec.c15 #define RC_INIT_SIZE 5 macro
734 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
736 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
978 if (inSize < RC_INIT_SIZE) in LzmaDecode()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch839 +#define RC_INIT_SIZE 5
1558 + for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--)
1560 + if (p->tempBufSize < RC_INIT_SIZE)
1802 + if (inSize < RC_INIT_SIZE)