Home
last modified time | relevance | path

Searched refs:BoolInt (Results 1 – 25 of 30) sorted by relevance

12

/third_party/lzma/C/
DCpuArch.c268 BoolInt x86cpuid_Func_1(UInt32 *p) in x86cpuid_Func_1()
360 static BoolInt CPU_Sys_Is_SSE_Supported(void) in CPU_Sys_Is_SSE_Supported()
382 BoolInt CPU_IsSupported_CMOV(void) in CPU_IsSupported_CMOV()
390 BoolInt CPU_IsSupported_SSE(void) in CPU_IsSupported_SSE()
399 BoolInt CPU_IsSupported_SSE2(void) in CPU_IsSupported_SSE2()
420 BoolInt CPU_IsSupported_AES(void) in CPU_IsSupported_AES()
425 BoolInt CPU_IsSupported_SSSE3(void) in CPU_IsSupported_SSSE3()
430 BoolInt CPU_IsSupported_SSE41(void) in CPU_IsSupported_SSE41()
435 BoolInt CPU_IsSupported_SHA(void) in CPU_IsSupported_SHA()
590 BoolInt CPU_IsSupported_AVX(void) in CPU_IsSupported_AVX()
[all …]
DMtDec.h79 BoolInt canCreateNewThread;
110 BoolInt needWriteToStream,
111 const Byte *src, size_t srcSize, BoolInt isCross,
113 BoolInt *needContinue,
114 BoolInt *canRecode);
144 BoolInt exitThread;
148 BoolInt isAllocError;
149 BoolInt overflow;
152 BoolInt needContinue;
159 BoolInt wasInterrupted;
[all …]
DCpuArch.h486 BoolInt CPU_IsSupported_AES(void);
487 BoolInt CPU_IsSupported_AVX(void);
488 BoolInt CPU_IsSupported_AVX2(void);
489 BoolInt CPU_IsSupported_VAES_AVX2(void);
490 BoolInt CPU_IsSupported_CMOV(void);
491 BoolInt CPU_IsSupported_SSE(void);
492 BoolInt CPU_IsSupported_SSE2(void);
493 BoolInt CPU_IsSupported_SSSE3(void);
494 BoolInt CPU_IsSupported_SSE41(void);
495 BoolInt CPU_IsSupported_SHA(void);
[all …]
DLzFindMt.h18 BoolInt wasCreated;
19 BoolInt needStart;
20 BoolInt csWasInitialized;
21 BoolInt csWasEntered;
23 BoolInt exit;
24 BoolInt stopWriting;
DXz.h58 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *isIndex, UInt32 *headerSize…
206 BoolInt wasFinished;
261 BoolInt parseMode;
262 BoolInt headerParsedOk;
263 BoolInt decodeToStreamSignature;
371 BoolInt XzUnpacker_IsStreamWasFinished(const CXzUnpacker *p);
401 BoolInt XzUnpacker_IsBlockFinished(const CXzUnpacker *p);
440BoolInt ignoreErrors; // if set to 1, the decoder can ignore some errors and it skips broken par…
DLzma2DecMt.c97 BoolInt finishMode;
98 BoolInt outSize_Defined;
103 BoolInt readWasFinished;
116 BoolInt mtc_WasConstructed;
281 BoolInt overflow; in Lzma2DecMt_MtCallback_Parse()
481 BoolInt blockWasFinished = in Lzma2DecMt_MtCallback_Code()
530 BoolInt needWriteToStream, in Lzma2DecMt_MtCallback_Write()
531 const Byte *src, size_t srcSize, BoolInt isCross, in Lzma2DecMt_MtCallback_Write()
532 BoolInt *needContinue, BoolInt *canRecode) in Lzma2DecMt_MtCallback_Write()
538 BoolInt needContinue2 = True; in Lzma2DecMt_MtCallback_Write()
[all …]
DXzDec.c376 BoolInt outBufMode;
673 BoolInt processed = False; in MixCoder_Code()
674 BoolInt allFinished = True; in MixCoder_Code()
797 static BoolInt Xz_CheckFooter(CXzStreamFlags flags, UInt64 indexSize, const Byte *buf) in Xz_CheckFooter()
812 static BoolInt XzBlock_AreSupportedFilters(const CXzBlock *p) in XzBlock_AreSupportedFilters()
904 BoolInt needReInit = True; in XzDecMix_Init()
1037 BoolInt srcFinished2 = srcFinished; in XzUnpacker_Code()
1038 BoolInt destFinish = False; in XzUnpacker_Code()
1385 BoolInt XzUnpacker_IsBlockFinished(const CXzUnpacker *p) in XzUnpacker_IsBlockFinished()
1390 BoolInt XzUnpacker_IsStreamWasFinished(const CXzUnpacker *p) in XzUnpacker_IsStreamWasFinished()
[all …]
DLzma86Enc.c19 BoolInt useFilter; in Lzma86_Encode()
56 BoolInt bestIsFiltered = False; in Lzma86_Encode()
71 BoolInt curModeIsFiltered = (numPasses > 1 && i == numPasses - 1); in Lzma86_Encode()
DPpmd7.h107 BoolInt Ppmd7_Alloc(CPpmd7 *p, UInt32 size, ISzAllocPtr alloc);
161 BoolInt Ppmd7a_RangeDec_Init(CPpmd7_RangeDec *p);
166 BoolInt Ppmd7z_RangeDec_Init(CPpmd7_RangeDec *p);
DMtDec.c174 static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_GetError_Spec()
184 …rror_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_Progress_GetError_Spec()
248 BoolInt wasInterrupted, isAllocError, overflow, finish; in MtDec_ThreadFunc2()
250 BoolInt needCode, needWrite, needContinue; in MtDec_ThreadFunc2()
265 BoolInt afterEndData_IsCross = False; in MtDec_ThreadFunc2()
267 BoolInt canCreateNewThread = False; in MtDec_ThreadFunc2()
605 BoolInt isStartBlock = True; in MtDec_ThreadFunc2()
667 BoolInt isErrorMode = False; in MtDec_ThreadFunc2()
668 BoolInt canRecode = True; in MtDec_ThreadFunc2()
669 BoolInt needWriteToStream = needWrite; in MtDec_ThreadFunc2()
DLzma2Dec.c173 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState);
236 BoolInt initDic = (p->control == LZMA2_CONTROL_COPY_RESET_DIC); in Lzma2Dec_DecodeToDic()
258 BoolInt initDic = (p->control >= 0xE0); in Lzma2Dec_DecodeToDic()
259 BoolInt initState = (p->control >= 0xA0); in Lzma2Dec_DecodeToDic()
DMtCoder.h70 BoolInt finished;
100 BoolInt stopReading;
DSha256.h55 BoolInt Sha256_SetFunction(CSha256 *p, unsigned algo);
DMtCoder.c95 BoolInt finished; in ThreadFunc2()
270 BoolInt isReady; in ThreadFunc2()
518 BoolInt finished = block->finished; in MtCoder_Code()
D7zDec.c72 BoolInt extra;
301 static BoolInt IS_MAIN_METHOD(UInt32 m) in IS_MAIN_METHOD()
318 static BoolInt IS_SUPPORTED_CODER(const CSzCoderInfo *c) in IS_SUPPORTED_CODER()
DLzmaEnc.c29 SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle p, BoolInt reInit,
412 BoolInt fastMode;
413 BoolInt writeEndMark;
414 BoolInt finished;
415 BoolInt multiThread;
416 BoolInt needInit;
431 BoolInt mtMode;
588 p->writeEndMark = (BoolInt)props.writeEndMark; in LzmaEnc_SetProps()
1448 BoolInt nextIsLit; in GetOptimum()
2917 BoolInt overflow;
[all …]
DLzma2Enc.c118 SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle p, BoolInt reInit,
136 BoolInt useCopyBlock; in Lzma2EncInt_EncodeSubblock()
376 BoolInt mtCoder_WasConstructed;
DLzmaDec.c906 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState);
907 void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initState) in LzmaDec_InitDicAndState()
DPpmd7Dec.c16 BoolInt Ppmd7z_RangeDec_Init(CPpmd7_RangeDec *p) in Ppmd7z_RangeDec_Init()
DBcj2Enc.c46 static BoolInt Bcj2_RangeEnc_ShiftLow(CBcj2Enc *p) in Bcj2_RangeEnc_ShiftLow()
DXzIn.c34 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *isIndex, UInt32 *headerSize… in XzBlock_ReadHeader()
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c146 static BoolInt FindSignature(CSzFile *stream, UInt64 *resPos) in FindSignature()
182 static BoolInt DoesFileOrDirExist(const WCHAR *path) in DoesFileOrDirExist()
273 BoolInt useShellExecute = True; in main()
306 BoolInt quoteMode = False; in main()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp207 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)… in Get16()
208 static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32()
213 BoolInt /* is32, */ be; in Parse_ELF()
285 BoolInt /* mode64, */ be; in Parse_MACH()
325 static BoolInt Parse_WAV(const Byte *buf, size_t size, CFilterMode *filterMode) in Parse_WAV()
376 static BoolInt ParseFile(const Byte *buf, size_t size, CFilterMode *filterMode) in ParseFile()
1088 BoolInt parseRes = false; in GetFilterGroup()
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c231 BoolInt useOutFile = False; in main()
/third_party/lzma/C/Util/7z/
D7zMain.c526 static void GetAttribString(UInt32 wa, BoolInt isDir, char *s) in GetAttribString()
661 const BoolInt isDir = SzArEx_IsDir(&db, i); in main()

12