Searched defs:OutSize (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.h16 const UInt64 *OutSize; member in class:CCrossThreadProgress
/external/lzma/CPP/7zip/Common/
H A DProgressUtils.h21 UInt64 OutSize; member in class:CLocalProgress
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp314 uint64_t OutSize = Context.getTypeSize(OutTy); local
316 if (OutSize == InSize && InputDomain == OutputDomain &&
331 SmallerValueMentioned |= InSize < OutSize;
336 SmallerValueMentioned |= OutSize < InSize;

Completed in 117 milliseconds