OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceSize
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/
sread.c
28
UINTN
SourceSize
;
38
IN UINTN
SourceSize
,
92
FHand->
SourceSize
=
SourceSize
;
225
SourceSize
= 0;
232
&
SourceSize
,
242
SourceBuffer = AllocatePool (
SourceSize
);
247
FHand->
SourceSize
=
SourceSize
;
255
&
SourceSize
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
BottleneckAnalysis.cpp
456
unsigned
SourceSize
= getSource().size();
458
DG.addRegisterDep(From, To +
SourceSize
, RegID, Cost);
459
DG.addRegisterDep(From +
SourceSize
, To + (
SourceSize
* 2), RegID, Cost);
462
DG.addRegisterDep(From +
SourceSize
, To +
SourceSize
, RegID, Cost);
468
unsigned
SourceSize
= getSource().size();
470
DG.addMemoryDep(From, To +
SourceSize
, Cost);
471
DG.addMemoryDep(From +
SourceSize
, To + (
SourceSize
* 2), Cost)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroCleanup.cpp
91
auto *
SourceSize
= Source->getOperand(1);
92
if (TargetSize->isElementWiseEqual(
SourceSize
)) {
97
Target->getType(), TargetRelativeFunOffset,
SourceSize
);
/src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h
375
IN UINTN
SourceSize
,
efilib.h
943
IN UINTN
SourceSize
,
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
466
UINTN
SourceSize
,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
352
uint64_t
SourceSize
, uint64_t TargetSize, uint64_t NumberKind);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
3117
CharUnits
SourceSize
= Self.Context.getTypeSizeInChars(SrcType);
3118
if (DestSize !=
SourceSize
) {
3120
<< (int)
SourceSize
.getQuantity() << (int)DestSize.getQuantity();
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
1407
int64_t
SourceSize
= LHSs->getValue().size();
1409
if (Start < 0 || Start >
SourceSize
)
1412
std::to_string(
SourceSize
) + ": " +
Completed in 23 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026