Home
last modified time | relevance | path

Searched refs:numEdges (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/lld/MachO/ !
H A DExportTrie.cpp328 uint8_t numEdges = *buf++; in parse() local
329 for (uint8_t i = 0; i < numEdges; ++i) { in parse()
/src/tools/tools/ath/athrd/ !
H A Dathrd.c1329 int i, numEdges; in ar5212GetMaxEdgePower() local
1337 numEdges = i; in ar5212GetMaxEdgePower()
1340 numEdges, &clo, &chi); in ar5212GetMaxEdgePower()
1342 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
1345 HALASSERT(i != numEdges); in ar5212GetMaxEdgePower()
/src/sys/dev/ath/ath_hal/ar5211/ !
H A Dar5211_reset.c1509 uint16_t i, numEdges; in ar5211SetRateTable() local
1535 numEdges = i; in ar5211SetRateTable()
1538 numEdges, &lowerChannel, &upperChannel); in ar5211SetRateTable()
1540 for (i = 0; i < numEdges; i++) in ar5211SetRateTable()
1543 HALASSERT(i != numEdges); in ar5211SetRateTable()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ !
H A DCFGMST.h312 size_t numEdges() const { return AllEdges.size(); } in numEdges() function
/src/sys/dev/ath/ath_hal/ar5212/ !
H A Dar5212_reset.c2495 int i, numEdges; in ar5212GetMaxEdgePower() local
2503 numEdges = i; in ar5212GetMaxEdgePower()
2506 numEdges, &clo, &chi); in ar5212GetMaxEdgePower()
2508 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++) in ar5212GetMaxEdgePower()
2511 HALASSERT(i != numEdges); in ar5212GetMaxEdgePower()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ !
H A DPGOInstrumentation.cpp668 updateJCH((uint64_t)MST.numEdges()); in computeCFGHash()
682 << ", Edges = " << MST.numEdges() << ", ICSites = " in computeCFGHash()
768 EdgeList.reserve(MST.numEdges()); in getInstrumentBBs()
H A DGCOVProfiling.cpp823 for (size_t I : llvm::seq<size_t>(0, MST.numEdges())) { in emitProfileNotes()