Lines Matching defs:_CMtDec
119 typedef struct _CMtDec struct
123 size_t inBufSize; /* size of input block */
124 unsigned numThreadsMax;
126 unsigned numThreadsMax_2;
128 ISeqInStream *inStream;
132 ICompressProgress *progress;
133 ISzAllocPtr alloc;
135 IMtDecCallback *mtCallback;
136 void *mtCallbackObject;
141 size_t allocatedBufsSize;
143 BoolInt exitThread;
144 WRes exitThreadWRes;
146 UInt64 blockIndex;
147 BoolInt isAllocError;
148 BoolInt overflow;
149 SRes threadingErrorSRes;
151 BoolInt needContinue;
155 SRes readRes;
156 SRes codeRes;
158 BoolInt wasInterrupted;
160 unsigned numStartedThreads_Limit;
161 unsigned numStartedThreads;
163 Byte *crossBlock;
164 size_t crossStart;
165 size_t crossEnd;
166 UInt64 readProcessed;
167 BoolInt readWasFinished;
168 UInt64 inProcessed;
170 unsigned filledThreadStart;
171 unsigned numFilledThreads;
174 BoolInt needInterrupt;
175 UInt64 interruptIndex;
176 CMtProgress mtProgress;
177 CMtDecThread threads[MTDEC__THREADS_MAX];