Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/lzma/
H A DTypes.h46 #ifndef RINOK
47 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro
H A DLzmaDec.c484 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 DLzmaEnc.c1765 RINOK(CheckErrors(p)); in LzmaEnc_CodeOneBlock()
1953RINOK(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()