Home
last modified time | relevance | path

Searched refs:SZ_OK (Results 1 – 25 of 41) sorted by relevance

12

/external/lzma/C/
DMtCoder.c62 return SZ_OK; in MtCoderThread_CreateAndStart()
101 return SZ_OK; in FullRead()
103 return SZ_OK; in FullRead()
134 return Event_Set(&mtc->readEvent) == 0 ? SZ_OK : SZ_ERROR_THREAD; in ThreadFunc2()
143 if (res == SZ_OK) in ThreadFunc2()
154 if (res == SZ_OK) in ThreadFunc2()
160 if (res != SZ_OK) in ThreadFunc2()
185 res2 = SZ_OK; in ThreadFunc2()
190 if (res == SZ_OK) in ThreadFunc2()
204 if (res == SZ_OK) in ThreadFunc2()
[all …]
DMtDec.c29 p->res = SZ_OK; in MtProgress_Init()
37 if (p->res == SZ_OK && p->progress) in MtProgress_Progress_ST()
38 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_Progress_ST()
51 if (p->res == SZ_OK && p->progress) in MtProgress_ProgressAdd()
52 if (ICompressProgress_Progress(p->progress, p->totalInSize, p->totalOutSize) != SZ_OK) in MtProgress_ProgressAdd()
74 if (p->res == SZ_OK) in MtProgress_SetError()
113 return SZ_OK; in MtDecThread_CreateEvents()
126 return SZ_OK; in MtDecThread_CreateAndStart()
129 return SZ_OK; in MtDecThread_CreateAndStart()
194 return SZ_OK; in FullRead()
[all …]
DXzDec.c134 return SZ_OK; in BraState_SetProps()
239 return SZ_OK; in BraState_Code2()
263 return SZ_OK; in BraState_SetFromMethod()
284 return (propSize == 0) ? SZ_OK : SZ_ERROR_UNSUPPORTED; in SbState_SetProps()
332 return SZ_OK; in SbState_SetFromMethod()
431 return SZ_OK; in Lzma2State_SetFromMethod()
445 return SZ_OK; in Lzma2State_ResetOutBuf()
499 p->results[i] = SZ_OK; in MixCoder_Init()
503 p->res = SZ_OK; in MixCoder_Init()
601 if (res != SZ_OK || srcWasFinished || wasFinished) in MixCoder_Code()
[all …]
D7zDec.c57 if (p->res == SZ_OK) in ReadByte()
78 SRes res = SZ_OK; in SzDecodePpmd()
84 s.res = SZ_OK; in SzDecodePpmd()
110 res = (s.res != SZ_OK ? s.res : SZ_ERROR_DATA); in SzDecodePpmd()
122 res = (s.res != SZ_OK ? s.res : SZ_ERROR_DATA); in SzDecodePpmd()
138 SRes res = SZ_OK; in SzDecodeLzma()
153 if (res != SZ_OK) in SzDecodeLzma()
162 if (res != SZ_OK) in SzDecodeLzma()
182 if (res != SZ_OK) in SzDecodeLzma()
198 SRes res = SZ_OK; in SzDecodeLzma2()
[all …]
D7zStream.c21 return SZ_OK; in SeqInStream_Read2()
33 return (processed == 1) ? SZ_OK : SZ_ERROR_INPUT_EOF; in SeqInStream_ReadByte()
48 return SZ_OK; in LookInStream_LookRead()
65 return SZ_OK; in LookInStream_Read2()
79 SRes res = SZ_OK; in LookToRead2_Look_Lookahead()
98 SRes res = SZ_OK; in LookToRead2_Look_Exact()
120 return SZ_OK; in LookToRead2_Skip()
134 return SZ_OK; in LookToRead2_Read()
D7zArcIn.c75 return SZ_OK; in SzBitUi32s_Alloc()
203 return SZ_OK; in ReadNumber()
209 return SZ_OK; in ReadNumber()
221 return SZ_OK; in ReadNumber()
227 return SZ_OK; in ReadNumber()
243 return SZ_OK; in SzReadNumber32()
251 return SZ_OK; in SzReadNumber32()
263 return SZ_OK; in SkipData()
273 return SZ_OK; in WaitId()
287 return SZ_OK; in RememberBitVector()
[all …]
DLzma2DecMt.c273 t->codeRes = SZ_OK; in Lzma2DecMt_MtCallback_Parse()
497 if (res != SZ_OK) in Lzma2DecMt_MtCallback_Code()
521 return SZ_OK; in Lzma2DecMt_MtCallback_Code()
554 return SZ_OK; in Lzma2DecMt_MtCallback_Write()
558 if (t->codeRes == SZ_OK) in Lzma2DecMt_MtCallback_Write()
587 return SZ_OK; in Lzma2DecMt_MtCallback_Write()
630 return SZ_OK; in Lzma2Dec_Prepare_ST()
702 if (inLim == 0 || p->readRes != SZ_OK) in Lzma2Dec_Decode_ST()
738 needStop = (res != SZ_OK in Lzma2Dec_Decode_ST()
749 res2 = (written == writeSize) ? SZ_OK : SZ_ERROR_WRITE; in Lzma2Dec_Decode_ST()
[all …]
DBcj2.c46 return SZ_OK; in Bcj2Dec_Decode()
63 return SZ_OK; in Bcj2Dec_Decode()
116 return SZ_OK; in Bcj2Dec_Decode()
131 return SZ_OK; in Bcj2Dec_Decode()
141 return SZ_OK; in Bcj2Dec_Decode()
184 return SZ_OK; in Bcj2Dec_Decode()
256 return SZ_OK; in Bcj2Dec_Decode()
DLzma2Enc.c60 SRes res = SZ_OK; in LimitedSeqInStream_Read()
103 return SZ_OK; in Lzma2EncInt_InitStream()
153 if (res == SZ_OK) in Lzma2EncInt_EncodeSubblock()
159 res = SZ_OK; in Lzma2EncInt_EncodeSubblock()
194 return SZ_OK; in Lzma2EncInt_EncodeSubblock()
224 return SZ_OK; in Lzma2EncInt_EncodeSubblock()
349 return (p && ICompressProgress_Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
474 return SZ_OK; in Lzma2Enc_SetProps()
547 SRes res = SZ_OK; in Lzma2Enc_EncodeMt1()
600 if (res != SZ_OK) in Lzma2Enc_EncodeMt1()
[all …]
DLzma86Dec.c20 return SZ_OK; in Lzma86_GetUnpackSize()
45 if (res != SZ_OK) in Lzma86_Decode()
53 return SZ_OK; in Lzma86_Decode()
DLzma2Dec.c68 return SZ_OK; in Lzma2Dec_GetOldProps()
189 return SZ_OK; in Lzma2Dec_DecodeToDic()
197 return SZ_OK; in Lzma2Dec_DecodeToDic()
205 return SZ_OK; in Lzma2Dec_DecodeToDic()
230 return SZ_OK; in Lzma2Dec_DecodeToDic()
281 return SZ_OK; in Lzma2Dec_DecodeToDic()
463 return SZ_OK; in Lzma2Dec_DecodeToBuf()
484 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Decode()
DLzma86Enc.c87 if (curRes != SZ_OK) in Lzma86_Encode()
92 if (outSizeProcessed <= minSize || mainResult != SZ_OK) in Lzma86_Encode()
96 mainResult = SZ_OK; in Lzma86_Encode()
DXzIn.c42 return SZ_OK; in XzBlock_ReadHeader()
121 return (pos == size) ? SZ_OK : SZ_ERROR_ARCHIVE; in Xz_ReadIndex2()
138 if (res == SZ_OK) in Xz_ReadIndex()
234 return (p->flags == headerFlags) ? SZ_OK : SZ_ERROR_ARCHIVE; in Xz_ReadBackward()
315 …ress && ICompressProgress_Progress(progress, endOffset - *startOffset, (UInt64)(Int64)-1) != SZ_OK) in Xzs_ReadBackward()
318 return SZ_OK; in Xzs_ReadBackward()
DXzEnc.c46 return (ISeqOutStream_Write(s, buf, size) == size) ? SZ_OK : SZ_ERROR_WRITE; in WriteBytes()
148 return SZ_OK; in XzEncIndex_ReAlloc()
163 return SZ_OK; in XzEncIndex_PreAlloc()
190 return SZ_OK; in XzEncIndex_AddIndexRecord()
258 SRes res = SZ_OK; in SeqCheckInStream_Read()
341 return SZ_OK; in SeqInFilter_Init()
350 return SZ_OK; in SeqInFilter_Read()
374 if (*size != 0 || srcLen == 0 || res != SZ_OK) in SeqInFilter_Read()
418 return SZ_OK; in SbEncInStream_Read()
438 return SZ_OK; in SbEncInStream_Read()
[all …]
DLzmaDec.c584 return SZ_OK; in LZMA_DECODE_REAL()
892 return SZ_OK; in LzmaDec_DecodeToDic()
927 return SZ_OK; in LzmaDec_DecodeToDic()
932 return SZ_OK; in LzmaDec_DecodeToDic()
955 return SZ_OK; in LzmaDec_DecodeToDic()
987 return SZ_OK; in LzmaDec_DecodeToDic()
1018 return SZ_OK; in LzmaDec_DecodeToDic()
1058 return SZ_OK; in LzmaDec_DecodeToBuf()
1103 return SZ_OK; in LzmaProps_Decode()
1118 return SZ_OK; in LzmaDec_AllocateProbs2()
[all …]
DLzmaEnc.c505 return SZ_OK; in LzmaEnc_SetProps()
573 p->res = SZ_OK; in RangeEnc_Init()
579 if (p->res != SZ_OK) in RangeEnc_FlushStream()
2058 if (p->result != SZ_OK) in CheckErrors()
2060 if (p->rc.res != SZ_OK) in CheckErrors()
2062 if (p->matchFinderBase.result != SZ_OK) in CheckErrors()
2064 if (p->result != SZ_OK) in CheckErrors()
2611 return SZ_OK; in LzmaEnc_Alloc()
2710 p->result = SZ_OK; in LzmaEnc_AllocAndInit()
2715 return SZ_OK; in LzmaEnc_AllocAndInit()
[all …]
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c245 SRes res = SZ_OK; in main()
352 if (res != SZ_OK) in main()
356 if (res != SZ_OK) in main()
380 if (res == SZ_OK) in main()
395 if (res == SZ_OK) in main()
400 if (res == SZ_OK) in main()
429 if (res != SZ_OK) in main()
504 if (res != SZ_OK) in main()
506 if (res2 != SZ_OK) in main()
519 if (res == SZ_OK) in main()
[all …]
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp15 case S_OK: return SZ_OK; in HRESULT_To_SRes()
30 case SZ_OK: return S_OK; in SResToHRESULT()
71 Res = SZ_OK; in Init()
84 return SZ_OK; in MyRead()
116 Res = SZ_OK; in Init()
127 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ; in InStreamWrap_Read()
144 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ; in InStreamWrap_Seek()
/external/lzma/C/Util/7z/
D7zMain.c153 return SZ_OK; in Utf16_To_Utf8Buf()
184 return SZ_OK; in Utf16_To_Char()
253 if (res == SZ_OK) in PrintString()
430 res = SZ_OK; in main()
448 if (res == SZ_OK) in main()
453 if (res == SZ_OK) in main()
468 if (res == SZ_OK) in main()
540 if (res != SZ_OK) in main()
552 if (res != SZ_OK) in main()
563 if (res != SZ_OK) in main()
[all …]
/external/u-boot/lib/lzma/
DLzmaDec.c451 return SZ_OK; in LzmaDec_DecodeReal()
765 return SZ_OK; in LzmaDec_DecodeToDic()
780 return SZ_OK; in LzmaDec_DecodeToDic()
785 return SZ_OK; in LzmaDec_DecodeToDic()
811 return SZ_OK; in LzmaDec_DecodeToDic()
843 return SZ_OK; in LzmaDec_DecodeToDic()
863 return (p->code == 0) ? SZ_OK : SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
902 return SZ_OK; in LzmaDec_DecodeToBuf()
947 return SZ_OK; in LzmaProps_Decode()
961 return SZ_OK; in LzmaDec_AllocateProbs2()
[all …]
/external/lzma/C/Util/Lzma/
DLzmaUtil.c96 if (res != SZ_OK || (thereIsSize && unpackSize == 0)) in Decode2()
151 if (res == SZ_OK) in Encode()
164 if (res == SZ_OK) in Encode()
236 if (res != SZ_OK) in main2()
/external/squashfs-tools/squashfs-tools/
Dlzma_wrapper.c50 if(res != SZ_OK) { in lzma_compress()
102 if(res == SZ_OK) in lzma_uncompress()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp112 MainDecodeSRes = SZ_OK; in Decode()
420 Res = SZ_OK; in COpenCallbackWrap()
459 case SZ_OK: return S_OK; in SRes_to_Open_HRESULT()
486 if (res != SZ_OK) in Open2()
494 if (res2 == SZ_OK && !isIndex) in Open2()
540 if (res == SZ_OK && startPosition == 0) in Open2()
614 res = SZ_OK; in Open2()
663 MainDecodeSRes = SZ_OK; in Close()
811 if (res != SZ_OK) in DecodeBlock()
969 else if (sres != SZ_OK) in Get_Extract_OperationResult()
/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp177 if (res == SZ_OK && _finishMode) in Code()
235 if (res != SZ_OK) in SetOutStreamSize()
258 if (res != SZ_OK) in Read()
DXzDecoder.cpp26 case SZ_OK: return S_OK; in SResToHRESULT_Code()
102 if (res == SZ_OK && finishStream) in Decode()

12