Home
last modified time | relevance | path

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

/external/u-boot/lib/lzma/
DLzmaDec.c50 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=…
507 DUMMY_ERROR, /* unexpected end of input stream */ enumerator
805 if (dummyRes == DUMMY_ERROR) in LzmaDec_DecodeToDic()
839 if (dummyRes == DUMMY_ERROR) in LzmaDec_DecodeToDic()
/external/lzma/C/
DLzmaDec.c67 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=…
654 DUMMY_ERROR, /* unexpected end of input stream */ enumerator
949 if (dummyRes == DUMMY_ERROR) in LzmaDec_DecodeToDic()
983 if (dummyRes == DUMMY_ERROR) in LzmaDec_DecodeToDic()