OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumCandidates
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp
194
//
NumCandidates
is the number of candidate entries in ValueDataRef.
197
uint64_t TotalCount, uint32_t
NumCandidates
);
222
uint64_t TotalCount, uint32_t
NumCandidates
) {
227
<< " Num_candidates: " <<
NumCandidates
<< "\n");
234
for (uint32_t I = 0; I <
NumCandidates
; I++) {
361
uint32_t NumVals,
NumCandidates
;
364
CB, NumVals, TotalCount,
NumCandidates
);
365
if (!
NumCandidates
||
369
*CB, ICallProfDataRef, TotalCount,
NumCandidates
);
382
IPVK_IndirectCallTarget,
NumCandidates
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp
379
uint32_t NumVals,
NumCandidates
;
383
&I, NumVals, TotalCount,
NumCandidates
);
/src/external/bsd/wpa/dist/src/drivers/
driver_ndis.c
279
ULONG
NumCandidates
;
344
ULONG
NumCandidates
;
1585
"
NumCandidates
%d",
1586
(int) pmkid->Version, (int) pmkid->
NumCandidates
);
1594
if (data_len < 8 + pmkid->
NumCandidates
* sizeof(PMKID_CANDIDATE)) {
1600
for (i = 0; i < pmkid->
NumCandidates
; i++) {
Completed in 87 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026