Home
last modified time | relevance | path

Searched refs:onoff2 (Results 1 – 12 of 12) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/routing/
H A Ddynamic-global-routing.cc163 OnOffHelper onoff2 ("ns3::UdpSocketFactory", in main() local
165 onoff2.SetAttribute ("OnTime", StringValue ("ns3::ConstantRandomVariable[Constant=1]")); in main()
166 onoff2.SetAttribute ("OffTime", StringValue ("ns3::ConstantRandomVariable[Constant=0]")); in main()
167 onoff2.SetAttribute ("DataRate", StringValue ("2kbps")); in main()
168 onoff2.SetAttribute ("PacketSize", UintegerValue (50)); in main()
170 ApplicationContainer apps2 = onoff2.Install (c.Get (1)); in main()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/examples/
H A Dsimple-point-to-point-olsr.cc142 OnOffHelper onoff2 ("ns3::UdpSocketFactory", in main() local
144 onoff2.SetConstantRate (DataRate ("448kb/s")); in main()
146 ApplicationContainer onOffApp2 = onoff2.Install (c.Get (3)); in main()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/lr_tddft/
H A Dtddft_init.F87 character*3 onoff1,onoff2
563 onoff2='on '
565 onoff2='off'
567 write(LuOut,9040) onoff1,onoff2
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dtce_init_new.F33 character*3 onoff1,onoff2
825 onoff2='on '
827 onoff2='off'
829 write(LuOut,9040) onoff1,onoff2
H A Dtce_create_movecs.F33 character*3 onoff1,onoff2
H A Dtce_init.F39 character*3 onoff1,onoff2
1471 onoff2='on '
1473 onoff2='off'
1475 write(LuOut,9040) onoff1,onoff2
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/lr_tddft/
H A Dtddft_init.F87 character*3 onoff1,onoff2
561 onoff2='on '
563 onoff2='off'
565 write(LuOut,9040) onoff1,onoff2
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dtce_init_new.F33 character*3 onoff1,onoff2
825 onoff2='on '
827 onoff2='off'
829 write(LuOut,9040) onoff1,onoff2
H A Dtce_create_movecs.F33 character*3 onoff1,onoff2
H A Dtce_init.F39 character*3 onoff1,onoff2
1470 onoff2='on '
1472 onoff2='off'
1474 write(LuOut,9040) onoff1,onoff2
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dpci_subr.c682 #define onoff2(str, rval, bit, onstr, offstr) \ macro
684 #define onoff(str, rval, bit) onoff2(str, rval, bit, "on", "off")
733 onoff2("Interrupt status", rval, PCI_STATUS_INT_STATUS, "active", in pci_conf_print_common()
1206 onoff2("Device Complexity", reg, PCIX_STATUS_DEVCPLX, in pci_conf_print_pcix_cap()
1655 onoff2("Read Completion Boundary Control", reg, PCIE_LCSR_RCB, in pci_conf_print_pcie_cap()
2616 onoff2(" Link Type", reg, PCI_RCLINK_DCL_LINKDESC_LTYPE, in pci_conf_print_rclink_dcl_cap()
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Ddvi-draw.c1085 Pixel onoff, onoff2; in shrink_glyph_grey() local
1311 onoff2 = pixeltbl_gc2[thesample]; in shrink_glyph_grey()
1319 pixel2 = onoff2 & G_visual->red_mask; in shrink_glyph_grey()
1321 pixel2 |= onoff2 & G_visual->green_mask; in shrink_glyph_grey()
1323 pixel2 |= onoff2 & G_visual->blue_mask; in shrink_glyph_grey()
1327 pixel2 = onoff2 & G_visual->blue_mask; in shrink_glyph_grey()
1329 pixel2 |= onoff2 & G_visual->green_mask; in shrink_glyph_grey()
1331 pixel2 |= onoff2 & G_visual->red_mask; in shrink_glyph_grey()
1344 XPutPixel(g->image2, x, y, onoff2); in shrink_glyph_grey()