OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocatedSize
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/
AcpiCpuData.h
52
UINT32
AllocatedSize
;
127
// TableLength and
AllocatedSize
fields of CPU_REGISTER_TABLE are set to 0.
137
// TableLength and
AllocatedSize
fields of CPU_REGISTER_TABLE are set to 0.
/external/llvm/lib/Analysis/
InlineCost.cpp
105
uint64_t
AllocatedSize
;
214
AllocatedSize
(0), NumInstructions(0), NumVectorInstructions(0),
344
AllocatedSize
= SaturatingMultiplyAdd(
345
AllocSize->getLimitedValue(), DL.getTypeAllocSize(Ty),
AllocatedSize
);
354
AllocatedSize
= SaturatingAdd(DL.getTypeAllocSize(Ty),
AllocatedSize
);
[
all
...]
Completed in 114 milliseconds