OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeCount
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineModelFeatureMaps.h
32
M(
NodeCount
, "node_count", \
MLInlineAdvisor.h
60
int64_t
NodeCount
= 0;
/src/sys/arch/arm/acpi/
acpi_iort.c
93
for (n = 0; n < le32toh(iort->
NodeCount
); n++) {
127
for (n = 0; n < le32toh(iort->
NodeCount
); n++) {
170
for (n = 0; n < iort->
NodeCount
; n++) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MLInlineAdvisor.cpp
111
NodeCount
= 0;
115
++
NodeCount
;
158
--
NodeCount
;
164
assert(CurrentIRSize >= 0 && EdgeCount >= 0 &&
NodeCount
>= 0);
235
ModelRunner->setFeature(FeatureIndex::
NodeCount
,
NodeCount
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.cpp
228
uint32_t
NodeCount
= readUnsignedNumber<uint32_t>();
232
for (std::size_t I = 0; I <
NodeCount
; I++) {
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
388
void reserve(unsigned
NodeCount
) { Nodes.reserve(
NodeCount
); }
/src/sys/external/bsd/acpica/dist/compiler/
dttable2.c
1855
Table->
NodeCount
= 0;
1875
Table->
NodeCount
++;
3148
UINT16
NodeCount
;
3168
NodeCount
= 0;
3221
NodeCount
++;
3224
Viot->
NodeCount
=
NodeCount
;
dttable1.c
3054
Iort->
NodeCount
= NodeNumber;
/src/sys/external/bsd/acpica/dist/include/
actbl3.h
620
UINT16
NodeCount
;
actbl2.h
781
UINT32
NodeCount
;
3855
UINT32
NodeCount
;
/src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c
539
{ACPI_DMT_UINT16, ACPI_VIOT_OFFSET (
NodeCount
), "Node count", 0},
dmtbinfo2.c
145
{ACPI_DMT_UINT32, ACPI_IORT_OFFSET (
NodeCount
), "Node Count", 0},
2185
{ACPI_DMT_UINT32, ACPI_RHCT_OFFSET (
NodeCount
), "Number of nodes", 0},
/src/usr.sbin/acpitools/acpidump/
acpi.c
2375
printf("\tIORT Nodes=%u\n", iort->
NodeCount
);
2379
for (i = 0; i < iort->
NodeCount
; i++) {
Completed in 292 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026