Home
last modified time | relevance | path

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

/freebsd/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()
/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/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.cpp668 updateJCH((uint64_t)MST.numEdges()); in computeCFGHash()
682 << ", Edges = " << MST.numEdges() << ", ICSites = " in computeCFGHash()
768 EdgeList.reserve(MST.numEdges()); in getInstrumentBBs()