OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InSize
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h
15
const UInt64 *
InSize
;
34
STDMETHOD(SetRatioInfo)(const UInt64 *
inSize
, const UInt64 *outSize);
/external/lzma/CPP/7zip/Common/
ProgressUtils.h
20
UInt64
InSize
;
31
STDMETHOD(SetRatioInfo)(const UInt64 *
inSize
, const UInt64 *outSize);
/external/clang/lib/Sema/
SemaStmtAsm.cpp
315
uint64_t
InSize
= Context.getTypeSize(InTy);
316
if (OutSize ==
InSize
&& InputDomain == OutputDomain &&
331
SmallerValueMentioned |=
InSize
< OutSize;
336
SmallerValueMentioned |= OutSize <
InSize
;
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs
149
public Int64
InSize
;
151
public void Init() {
InSize
= 0; }
152
public void SetProgress(Int64
inSize
, Int64 outSize)
154
if (
inSize
>= ApprovedStart &&
InSize
== 0)
157
InSize
=
inSize
;
194
static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64
inSize
)
196
UInt64 numCommands =
inSize
* 220 + outSize * 20;
302
if (progressInfo.
InSize
== 0)
[
all
...]
/external/lzma/Java/SevenZip/
LzmaBench.java
198
public long
InSize
;
201
{
InSize
= 0; }
202
public void SetProgress(long
inSize
, long outSize)
204
if (
inSize
>= ApprovedStart &&
InSize
== 0)
207
InSize
=
inSize
;
244
static long GetDecompressRating(long elapsedTime, long outSize, long
inSize
)
246
long numCommands =
inSize
* 220 + outSize * 20;
356
if (progressInfo.
InSize
== 0)
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
LegalizeVectorTypes.cpp
[
all
...]
Completed in 438 milliseconds