Home
last modified time | relevance | path

Searched refs:enb (Results 1 – 25 of 1307) sorted by relevance

12345678910>>...53

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Drdpfiltr.hxx27 uint32_t enb;
509 *enb = 0;
531 if(enb & 1)
533 if(enb & 2)
535 if(enb & 4)
537 if(enb & 8)
539 if(enb & 16)
541 if(enb & 32)
551 if(enb & 4)
553 if(enb & 8)
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Drdpfiltr.hxx27 uint32_t enb;
509 *enb = 0;
531 if(enb & 1)
533 if(enb & 2)
535 if(enb & 4)
537 if(enb & 8)
539 if(enb & 16)
541 if(enb & 32)
551 if(enb & 4)
553 if(enb & 8)
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/modules/tests/shared/src/test/scala/coursier/test/
H A DExclusionsTests.scala15 val enb = Set((org"org1", name"*")) constant
39 val result1b = exclusionsAdd(e1, enb)
40 val resultb1 = exclusionsAdd(enb, e1)
41 val result2b = exclusionsAdd(e2, enb)
42 val resultb2 = exclusionsAdd(enb, e2)
43 assert(result1b == enb)
44 assert(resultb1 == enb)
45 assert(result2b == (e2 ++ enb))
46 assert(resultb2 == (e2 ++ enb))
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/usrp2/
H A Dclock_ctrl.cpp92 void enable_mimo_clock_out(bool enb) in enable_mimo_clock_out() argument
114 _ad9510_regs.power_down_lvds_cmos_out5 = enb ? 0 : 1; in enable_mimo_clock_out()
127 _ad9510_regs.power_down_lvds_cmos_out6 = enb ? 0 : 1; in enable_mimo_clock_out()
148 void enable_rx_dboard_clock(bool enb) in enable_rx_dboard_clock() argument
201 void enable_tx_dboard_clock(bool enb) in enable_tx_dboard_clock() argument
277 void enable_test_clock(bool enb) in enable_test_clock() argument
280 enb ? ad9510_regs_t::POWER_DOWN_LVPECL_OUT0_NORMAL in enable_test_clock()
296 void enable_external_ref(bool enb) in enable_external_ref() argument
385 void enable_dac_clock(bool enb) in enable_dac_clock() argument
388 (enb) ? ad9510_regs_t::POWER_DOWN_LVPECL_OUT3_NORMAL in enable_dac_clock()
[all …]
H A Dclock_ctrl.hpp41 virtual void enable_rx_dboard_clock(bool enb) = 0;
60 virtual void enable_tx_dboard_clock(bool enb) = 0;
79 virtual void enable_external_ref(bool enb) = 0;
85 virtual void enable_test_clock(bool enb) = 0;
91 virtual void enable_mimo_clock_out(bool enb) = 0;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/control/
H A Dram_2port.v70 input wire enb, port
84 .clkb(clkb), .enb(enb), .web(web), .addrb(addrb), .dib(dib), .dob(dob)
92 .clkb(clkb), .enb(enb), .web(web), .addrb(addrb), .dib(dib), .dob(dob)
100 .clkb(clkb), .enb(enb), .web(web), .addrb(addrb), .dib(dib), .dob(dob)
108 .clkb(clkb), .enb(enb), .web(web), .addrb(addrb), .dib(dib), .dob(dob)
116 .clkb(clkb), .enb(enb), .web(web), .addrb(addrb), .dib(dib), .dob(dob)
H A Dram_2port_impl.vh25 input wire enb, port
55 if (enb)
77 if (enb) begin
97 if (enb) begin
119 if (enb) begin
/dports/math/gmp/gmp-6.2.1/mpn/generic/
H A Dsec_powm.c180 win_size (mp_bitcnt_t enb) in win_size() argument
189 for (k = 1; enb > x[k]; k++) in win_size()
191 ASSERT (k <= enb); in win_size()
224 ASSERT (enb > 0); in mpn_sec_powm()
231 windowsize = win_size (enb); in mpn_sec_powm()
299 enb -= windowsize; in mpn_sec_powm()
308 while (enb != 0) \ in mpn_sec_powm()
312 if (enb < windowsize) \ in mpn_sec_powm()
315 enb = 0; \ in mpn_sec_powm()
318 enb -= windowsize; \ in mpn_sec_powm()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/generic/
H A Dsec_powm.c180 win_size (mp_bitcnt_t enb) in win_size() argument
189 for (k = 1; enb > x[k]; k++) in win_size()
191 ASSERT (k <= enb); in win_size()
224 ASSERT (enb > 0); in mpn_sec_powm()
231 windowsize = win_size (enb); in mpn_sec_powm()
299 enb -= windowsize; in mpn_sec_powm()
308 while (enb != 0) \ in mpn_sec_powm()
312 if (enb < windowsize) \ in mpn_sec_powm()
315 enb = 0; \ in mpn_sec_powm()
318 enb -= windowsize; \ in mpn_sec_powm()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/generic/
H A Dsec_powm.c185 win_size (mp_bitcnt_t enb) in win_size() argument
194 for (k = 1; enb > x[k]; k++) in win_size()
196 ASSERT (k <= enb); in win_size()
229 ASSERT (enb > 0); in mpn_sec_powm()
236 windowsize = win_size (enb); in mpn_sec_powm()
294 enb -= windowsize; in mpn_sec_powm()
303 while (enb != 0) \ in mpn_sec_powm()
307 if (enb < windowsize) \ in mpn_sec_powm()
310 enb = 0; \ in mpn_sec_powm()
313 enb -= windowsize; \ in mpn_sec_powm()
[all …]
/dports/deskutils/rolo/rolo-011/src/
H A Dentry.c128 entry_node **enb = NULL; in cmp_desc_by_tel() local
131 enb = (entry_node **) b; in cmp_desc_by_tel()
133 ret_val = cmp_tel ((*ena)->description, (*enb)->description); in cmp_desc_by_tel()
151 entry_node **enb = NULL; in cmp_desc_by_email() local
154 enb = (entry_node **) b; in cmp_desc_by_email()
156 ret_val = cmp_email ((*ena)->description, (*enb)->description); in cmp_desc_by_email()
173 entry_node **enb = NULL; in cmp_desc_by_given_n() local
176 enb = (entry_node **) b; in cmp_desc_by_given_n()
195 entry_node **enb = NULL; in cmp_desc_by_family_n() local
198 enb = (entry_node **) b; in cmp_desc_by_family_n()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/generic/
H A Dsec_powm.c225 win_size (mp_bitcnt_t enb) in win_size() argument
234 for (k = 1; enb > x[k]; k++) in win_size()
236 ASSERT (k <= enb); in win_size()
269 ASSERT (enb > 0); in mpn_sec_powm()
276 windowsize = win_size (enb); in mpn_sec_powm()
334 enb -= windowsize; in mpn_sec_powm()
343 while (enb != 0) \ in mpn_sec_powm()
347 if (enb < windowsize) \ in mpn_sec_powm()
350 enb = 0; \ in mpn_sec_powm()
353 enb -= windowsize; \ in mpn_sec_powm()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/helper/
H A Dpoint-to-point-epc-helper.cc109 PointToPointEpcHelper::AddEnb (Ptr<Node> enb, Ptr<NetDevice> lteEnbNetDevice, uint16_t cellId) in AddEnb() argument
111 NS_LOG_FUNCTION (this << enb << lteEnbNetDevice << cellId); in AddEnb()
113 NoBackhaulEpcHelper::AddEnb (enb, lteEnbNetDevice, cellId); in AddEnb()
123 NetDeviceContainer enbSgwDevices = p2ph.Install (enb, sgw); in AddEnb()
124 …NS_LOG_LOGIC ("Ipv4 ifaces of the eNB after installing p2p dev: " << enb->GetObject<Ipv4> ()->GetN… in AddEnb()
133 …NS_LOG_LOGIC ("number of Ipv4 ifaces of the eNB after assigning Ipv4 addr to S1 dev: " << enb->Get… in AddEnb()
138 NoBackhaulEpcHelper::AddS1Interface (enb, enbS1uAddress, sgwS1uAddress, cellId); in AddEnb()
H A Dno-backhaul-epc-helper.cc310 NoBackhaulEpcHelper::AddEnb (Ptr<Node> enb, Ptr<NetDevice> lteEnbNetDevice, uint16_t cellId) in AddEnb() argument
312 NS_LOG_FUNCTION (this << enb << lteEnbNetDevice << cellId); in AddEnb()
313 NS_ASSERT (enb == lteEnbNetDevice->GetNode ()); in AddEnb()
319 internet.Install (enb); in AddEnb()
352 enb->AddApplication (enbApp); in AddEnb()
353 NS_ASSERT (enb->GetNApplications () == 1); in AddEnb()
355 NS_LOG_LOGIC ("enb: " << enb << ", enb->GetApplication (0): " << enb->GetApplication (0)); in AddEnb()
359 enb->AggregateObject (x2); in AddEnb()
547 NS_LOG_FUNCTION (this << enb << enbAddress << sgwAddress << cellId); in AddS1Interface()
554 Ptr<EpcEnbApplication> enbApp = enb->GetApplication (0)->GetObject<EpcEnbApplication> (); in AddS1Interface()
[all …]
H A Demu-epc-helper.cc117 EmuEpcHelper::AddEnb (Ptr<Node> enb, Ptr<NetDevice> lteEnbNetDevice, uint16_t cellId) in AddEnb() argument
119 NS_LOG_FUNCTION (this << enb << lteEnbNetDevice << cellId); in AddEnb()
121 NoBackhaulEpcHelper::AddEnb (enb, lteEnbNetDevice, cellId); in AddEnb()
128 NetDeviceContainer enbDevices = emu.Install (enb); in AddEnb()
139 …NS_LOG_LOGIC ("number of Ipv4 ifaces of the eNB after installing emu dev: " << enb->GetObject<Ipv4… in AddEnb()
141 …NS_LOG_LOGIC ("number of Ipv4 ifaces of the eNB after assigning Ipv4 addr to S1 dev: " << enb->Get… in AddEnb()
146 NoBackhaulEpcHelper::AddS1Interface (enb, enbAddress, sgwAddress, cellId); in AddEnb()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/
H A Dftmod_sangoma_ss7_cfg.c852 cfg.t.cfg.s.sdDLSAP.t2.enb = TRUE; /* timer 2 - Not Aligned Timer */ in ftmod_ss7_mtp2_dlsap_config()
854 cfg.t.cfg.s.sdDLSAP.t3.enb = TRUE; /* timer 3 - Aligned Timer */ in ftmod_ss7_mtp2_dlsap_config()
1040 cfg.t.cfg.s.snDLSAP.tmr.t24.enb = TRUE; /* t24 - stabilizing timer */ in ftmod_ss7_mtp3_dlsap_config()
1044 cfg.t.cfg.s.snDLSAP.tmr.t32.enb = TRUE; /* t32 - SLT timer */ in ftmod_ss7_mtp3_dlsap_config()
1046 cfg.t.cfg.s.snDLSAP.tmr.t33.enb = TRUE; /* t33 - connecting timer */ in ftmod_ss7_mtp3_dlsap_config()
1061 cfg.t.cfg.s.snDLSAP.tmr.tFlc.enb = TRUE; /* flow control timer */ in ftmod_ss7_mtp3_dlsap_config()
1063 cfg.t.cfg.s.snDLSAP.tmr.tBnd.enb = TRUE; /* bind request timer */ in ftmod_ss7_mtp3_dlsap_config()
1234 cfg.t.cfg.s.snRout.tmr.t6.enb = TRUE; in ftmod_ss7_mtp3_route_config()
1242 cfg.t.cfg.s.snRout.tmr.t19.enb = TRUE; /* t19 - TRA sent timer */ in ftmod_ss7_mtp3_route_config()
1591 cfg.t.cfg.s.siSap.tmr.t36.enb = TRUE; /* waiting SGM */ in ftmod_ss7_isup_isap_config()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/usrp1/
H A Dusrp1_impl.hpp143 void enable_rx(bool enb) in enable_rx() argument
145 _rx_enabled = enb; in enable_rx()
146 _fx2_ctrl->usrp_rx_enable(enb); in enable_rx()
148 void enable_tx(bool enb) in enable_tx() argument
150 _tx_enabled = enb; in enable_tx()
151 _fx2_ctrl->usrp_tx_enable(enb); in enable_tx()
153 _dbc[key].codec->enable_tx_digital(enb); in enable_tx()
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Defield.f90171 SUBROUTINE berry_energy( enb, enbi, bec, cm, fion ) argument
175 real(DP), intent(out) :: enb, enbi local
182 enb = enberry( detq, ipolp )
184 pberryel=enb
186 enb=enb*evalue
290 SUBROUTINE berry_energy2( enb, enbi, bec, cm, fion ) argument
294 real(DP), intent(out) :: enb, enbi local
301 enb = enberry( detq2, ipolp2 )
303 pberryel2=enb
305 enb=enb*evalue2
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cons/
H A Dcons_springs.F149 double precision e,enb
175 > enb)
182 e=e+enb
443 e=e+enb
523 e=e+enb
803 e=e+enb
885 e=e+enb
958 > enb,
1051 > enb)
1056 > enb
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/
H A Dwscript14 'model/lte-enb-phy.cc',
18 'model/lte-enb-rrc.cc',
63 'model/lte-enb-cmac-sap.cc',
66 'model/lte-enb-mac.cc',
71 'model/lte-enb-phy-sap.cc',
72 'model/lte-enb-cphy-sap.cc',
100 'model/epc-enb-s1-sap.cc',
213 'model/lte-enb-phy.h',
217 'model/lte-enb-rrc.h',
265 'model/lte-enb-mac.h',
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-bcrypt/ztex_inouttraffic/
H A Doutput_limit_fifo.v85 wire enb = (!ram_empty_or_limit && (empty || rd_en)); net
100 enb_r <= enb;
102 if (enb) begin
128 if (enb)
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-md5crypt/ztex_inouttraffic/
H A Doutput_limit_fifo.v85 wire enb = (!ram_empty_or_limit && (empty || rd_en)); net
100 enb_r <= enb;
102 if (enb) begin
128 if (enb)
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha256crypt/ztex_inouttraffic/
H A Doutput_limit_fifo.v85 wire enb = (!ram_empty_or_limit && (empty || rd_en)); net
100 enb_r <= enb;
102 if (enb) begin
128 if (enb)
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha512crypt/ztex_inouttraffic/
H A Doutput_limit_fifo.v85 wire enb = (!ram_empty_or_limit && (empty || rd_en)); net
100 enb_r <= enb;
102 if (enb) begin
128 if (enb)
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-descrypt/ztex_inouttraffic/
H A Doutput_limit_fifo.v85 wire enb = (!ram_empty_or_limit && (empty || rd_en)); net
100 enb_r <= enb;
102 if (enb) begin
128 if (enb)

12345678910>>...53