Searched refs:RINOK (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/common/lzma/ |
H A D | Types.h | 46 #ifndef RINOK 47 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro
|
H A D | LzmaDec.c | 484 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2() 964 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 965 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs() 974 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate() 975 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
|
H A D | LzmaEnc.c | 1765 RINOK(CheckErrors(p)); in LzmaEnc_CodeOneBlock() 1953 …RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH… in LzmaEnc_Alloc() 2051 RINOK(LzmaEnc_Alloc(p, keepWindowSize, alloc, allocBig)); in LzmaEnc_AllocAndInit() 2185 RINOK(LzmaEnc_Prepare(pp, inStream, outStream, alloc, allocBig)); in LzmaEnc_Encode()
|