Searched refs:RINOK (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/lzma/ |
H A D | Types.h | 39 #ifndef RINOK 40 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro
|
H A D | LzmaDec.c | 491 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2() 967 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 968 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs() 977 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate() 978 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
|