Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DTypes.h39 #ifndef RINOK
40 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro
H A DLzmaDec.c491 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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2018-5996.patch193 RINOK(DecodeLZ(keepDecompressing))