Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LoadValueInjectionLoadHardening.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-head/sys/contrib/device-tree/Bindings/sound/
Dfsl,esai.txt6 other DSPs. It has up to six transmitters and four receivers.
Dfsl,esai.yaml17 other DSPs. It has up to six transmitters and four receivers.
/freebsd-head/usr.sbin/fifolog/fifolog_create/
HDfifolog.1213 transmitters for the Danish Air Traffic Control system.
/freebsd-head/sys/contrib/device-tree/Bindings/display/bridge/
Dadi,adv7533.yaml16 The ADV7533 and ADV7535 are HDMI audio and video transmitters
Dadi,adv7511.yaml14 transmitters compatible with HDMI 1.4 and DVI 1.0. They support color
Dadi,adv7511.txt5 transmitters compatible with HDMI 1.4 and DVI 1.0. They support color space
/freebsd-head/contrib/ntp/html/
HDaudio.html43 <p>The WWV/H and CHU transmitters operate on several frequencies simultaneously, so that in most pa…
/freebsd-head/sys/dev/dwc/
HDdwc1000_dma.c551 /* Initializa DMA and enable transmitters */ in dma1000_start()
/freebsd-head/sys/dev/puc/
HDpucdata.c1137 * that they drive the RS-422/485 transmitters after power-on until a
/freebsd-head/contrib/ntp/ntpd/
HDrefclock_wwv.c2374 * subcarrier from other transmitters.
/freebsd-head/sys/dev/ixl/
HDixl_pf_main.c1153 * non-firmware transmitters. in ixl_init_filters()
/freebsd-head/sys/net/
HDiflib.c2617 /* make sure all transmitters have completed before proceeding XXX */ in iflib_stop()