Searched refs:InSize (Results 1 – 16 of 16) sorted by relevance
198 public long InSize; field in LzmaBench.CProgressInfo201 { InSize = 0; } in Init()204 if (inSize >= ApprovedStart && InSize == 0) in SetProgress()207 InSize = inSize; in SetProgress()356 if (progressInfo.InSize == 0) in LzmaBenchmark()373 long benchSize = kBufferSize - (long)progressInfo.InSize; in LzmaBenchmark()
149 public Int64 InSize; field in SevenZip.LzmaBench.CProgressInfo151 public void Init() { InSize = 0; } in Init()154 if (inSize >= ApprovedStart && InSize == 0) in SetProgress()157 InSize = inSize; in SetProgress()302 if (progressInfo.InSize == 0) in LzmaBenchmark()320 UInt64 benchSize = kBufferSize - (UInt64)progressInfo.InSize; in LzmaBenchmark()
9 ProgressOffset = InSize = OutSize = 0; in CLocalProgress()23 UInt64 inSizeNew = InSize, outSizeNew = OutSize; in SetRatioInfo()
20 UInt64 InSize; variable
9 InSize = inSize; in SetRatioInfo()
15 const UInt64 *InSize;
441 uint64_t InSize = Context.getTypeSize(InTy); in ActOnGCCAsmStmt() local442 if (OutSize == InSize && InputDomain == OutputDomain && in ActOnGCCAsmStmt()457 SmallerValueMentioned |= InSize < OutSize; in ActOnGCCAsmStmt()462 SmallerValueMentioned |= OutSize < InSize; in ActOnGCCAsmStmt()
250 extractCallbackSpec->LocalProgressSpec->InSize += packProcessed; in DecompressArchives()261 stat.PackSize = extractCallbackSpec->LocalProgressSpec->InSize; in DecompressArchives()
95 … UInt64 packCur = LocalProgressSpec->InSize + MyMultDiv64(*completeValue, _unpTotal, _packTotal); in SetCompleted()
162 lps->InSize = totalPacked; in Extract()
972 lps->InSize += newFolder.GetUnpackSize(); in Update()1082 lps->InSize += folderItem.GetUnpackSize(); in Update()
524 lps->InSize += inLen; in Extract()539 _packSize = lps->InSize; in Extract()
326 lps->InSize = lps->OutSize = currentTotalSize; in Extract()
371 lps->InSize = _packSize = decoder.GetInputProcessedSize(); in Extract()
1410 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); in SimplifySetCC() local1415 C1.getBitWidth() - InSize))) { in SimplifySetCC()1449 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), newVT); in SimplifySetCC()
2155 unsigned InSize = InVT.getSizeInBits(); in WidenVecRes_BITCAST() local2157 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) { in WidenVecRes_BITCAST()2162 unsigned NewNumElts = WidenSize / InSize; in WidenVecRes_BITCAST()