Home
last modified time | relevance | path

Searched full:transmitters (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp352 // The `Transmitters` map memoizes transmitters found for each def. If a def in getGadgetGraph()
354 // has been analyzed and was determined not to have any transmitters, then in getGadgetGraph()
355 // its list of transmitters will be empty. in getGadgetGraph()
356 DenseMap<NodeId, std::vector<NodeId>> Transmitters; in getGadgetGraph() local
364 if (Transmitters.contains(Def.Id)) in getGadgetGraph()
409 Transmitters[Def.Id].push_back(Use.Addr->getOwner(DFG).Id); in getGadgetGraph()
430 // `Def` inherits all of its child defs' transmitters. in getGadgetGraph()
431 for (auto TransmitterId : Transmitters[ChildDef.Id]) in getGadgetGraph()
432 Transmitters[Def.Id].push_back(TransmitterId); in getGadgetGraph()
437 // transmitters were found for `Def`. in getGadgetGraph()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,esai.txt6 other DSPs. It has up to six transmitters and four receivers.
H A Dfsl,esai.yaml17 other DSPs. It has up to six transmitters and four receivers.
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dadi,adv7533.yaml16 The ADV7533 and ADV7535 are HDMI audio and video transmitters
H A Dadi,adv7511.txt5 transmitters compatible with HDMI 1.4 and DVI 1.0. They support color space
H A Dadi,adv7511.yaml14 transmitters compatible with HDMI 1.4 and DVI 1.0. They support color
/freebsd/usr.sbin/fifolog/fifolog_create/
H A Dfifolog.1213 transmitters for the Danish Air Traffic Control system.
/freebsd/contrib/ntp/html/
H A Daudio.html43 <p>The WWV/H and CHU transmitters operate on several frequencies simultaneously, so that in most pa…
/freebsd/sys/dev/dwc/
H A Ddwc1000_dma.c551 /* Initializa DMA and enable transmitters */ in dma1000_start()
/freebsd/sys/dev/puc/
H A Dpucdata.c1138 * that they drive the RS-422/485 transmitters after power-on until a
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c2374 * subcarrier from other transmitters.
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c1231 * non-firmware transmitters. in ixl_init_filters()
/freebsd/sys/net/
H A Diflib.c2627 /* make sure all transmitters have completed before proceeding XXX */ in iflib_stop()