Searched defs:InSize (Results 1 - 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.h15 const UInt64 *InSize; member in class:CCrossThreadProgress
/external/lzma/CPP/7zip/Common/
H A DProgressUtils.h20 UInt64 InSize; member in class:CLocalProgress
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp315 uint64_t InSize = Context.getTypeSize(InTy); local
316 if (OutSize == InSize && InputDomain == OutputDomain &&
331 SmallerValueMentioned |= InSize < OutSize;
336 SmallerValueMentioned |= OutSize < InSize;
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs149 public Int64 InSize; field in class:SevenZip.LzmaBench.CProgressInfo
151 public void Init() { InSize = 0; }
154 if (inSize >= ApprovedStart && InSize == 0)
157 InSize = inSize;
302 if (progressInfo.InSize == 0)
320 UInt64 benchSize = kBufferSize - (UInt64)progressInfo.InSize;
/external/lzma/Java/SevenZip/
H A DLzmaBench.java198 public long InSize; field in class:LzmaBench.CProgressInfo
201 { InSize = 0; }
204 if (inSize >= ApprovedStart && InSize == 0)
207 InSize = inSize;
356 if (progressInfo.InSize == 0)
373 long benchSize = kBufferSize - (long)progressInfo.InSize;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1383 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); local
1388 C1.getBitWidth() - InSize))) {
1422 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), newVT);
H A DLegalizeVectorTypes.cpp1977 unsigned InSize = InVT.getSizeInBits(); local
1979 if (WidenSize % InSize == 0 && InVT != MVT::x86mmx) {
1984 unsigned NewNumElts = WidenSize / InSize;

Completed in 756 milliseconds