Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp327 uint8_t numEdges = *buf++; in parse() local
328 for (uint8_t i = 0; i < numEdges; ++i) { in parse()
/freebsd/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()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h347 size_t numEdges() const { return AllEdges.size(); } in numEdges() function
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp731 updateJCH((uint64_t)MST.numEdges()); in computeCFGHash()
745 << ", Edges = " << MST.numEdges() << ", ICSites = " in computeCFGHash()
831 EdgeList.reserve(MST.numEdges()); in getInstrumentBBs()
H A DGCOVProfiling.cpp806 for (size_t I : llvm::seq<size_t>(0, MST.numEdges())) { in emitProfileNotes()