Home
last modified time | relevance | path

Searched refs:tx_i (Results 1 – 25 of 40) sorted by relevance

12

/dports/biology/subread/subread-2.0.2-source/src/
H A Dtx-unique.c41 int tx_i; in txunique_do_add_exon() local
56 for(tx_i = 0; tx_i < tag_gene -> transcript_list -> numOfElements; tx_i++){ in txunique_do_add_exon()
165 int tx_i, ex_i; in txunique_process_gene_chro() local
172 for(tx_i = 0; tx_i < gene -> transcript_list -> numOfElements; tx_i ++){ in txunique_process_gene_chro()
186 flatten_trans[tx_i] = txunique_process_flat_exons(used_exons); in txunique_process_gene_chro()
227 for(tx_i = 0; tx_i < gene -> transcript_list -> numOfElements; tx_i ++){ in txunique_process_gene_chro()
229 ArrayList * flatten_exons = flatten_trans[tx_i]; in txunique_process_gene_chro()
312 int tx_i; in txunique_process_write_gene() local
315 for(tx_i = 0; tx_i < gene -> transcript_list -> numOfElements; tx_i ++){ in txunique_process_write_gene()
330 int tx_i, ex_i, ch_i; in txunique_process_gene() local
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/e31x/
H A De310_io.v88 reg [11:0] tx_i, tx_q; register
94 .D1(tx_i[n]), .D2(tx_q[n]), .Q(tx_data[n]));
117 tx_i <= tx_i0;
122 tx_i <= tx_i1_hold;
129 tx_i <= tx_i0;
132 tx_i <= tx_i1;
/dports/net/py-eventlet/eventlet-0.33.0/tests/
H A Dzmq_test.py122 tx_i = 0
125 tx_i += 1
149 tx_i = 0
150 while tx_i <= 1000:
151 tx_i += 1
306 tx_i = 0
309 tx_i += 1
341 tx_i = 0
344 tx_i += 1
386 tx_i = 0
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/inband_lib/
H A Dchan_fifo_reader.v3 fifodata, pkt_waiting, rdreq, skip, tx_q, tx_i,
16 output reg [15:0] tx_i ; //bottom 16 bit output of fifodata port
67 tx_i <= 0;
197 tx_i <= fifodata[15:0];
204 tx_i <= fifodata[15:0];
H A Dtx_buffer_inband.v68 wire [15:0] tx_i [NUM_CHAN:0] ; net
71 assign tx_i[NUM_CHAN] = 0;
77 assign tx_i_0 = chan_txempty[0] ? 16'b0 : tx_i[0] ;
79 assign tx_i_1 = chan_txempty[1] ? 16'b0 : tx_i[1] ;
119 .tx_q(tx_q[i]), .tx_i(tx_i[i]), .underrun(chan_underrun[i]),
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/dsp/
H A Dtx_frontend.v13 input [23:0] tx_i, input [23:0] tx_q, input run, port
51 tx_i_dly <= tx_i;
57 (.P(corr_i), .A(tx_i[23:6]), .B(mag_corr), .C(clk), .CE(1), .R(rst) );
60 (.P(corr_q), .A(tx_i[23:6]), .B(phase_corr), .C(clk), .CE(1), .R(rst) );
74 assign i_bal = tx_i;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/sdr_lib/
H A Dtx_frontend.v8 input [23:0] tx_i, input [23:0] tx_q, input run, port
46 tx_i_dly <= tx_i;
52 (.P(corr_i), .A(tx_i[23:6]), .B(mag_corr), .C(clk), .CE(1), .R(rst) );
55 (.P(corr_q), .A(tx_i[23:6]), .B(phase_corr), .C(clk), .CE(1), .R(rst) );
78 (.clk(clk), .rst(rst), .in1(i_dco), .in2(tx_i), .strobe_in(1'b1), .sum(i_ofs), .strobe_out());
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_radio/
H A Dtx_frontend_gen3.v20 input tx_stb, input [15:0] tx_i, input [15:0] tx_q, port
80 .A(tx_i),
82 .C(tx_i),
100 .A(tx_i),
119 assign tx_i_comp = {tx_i,8'd0};
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/top/B100/
H A DB100.v77 wire [13:0] tx_i, tx_q; net
90 .D0(tx_i[i]), // 1-bit data input (associated with C0)
196 .tx_i(tx_i), .tx_q(tx_q),
H A Du1plus_core.v48 output [13:0] tx_i, output [13:0] tx_q, port
322 assign tx_i = 0;
353 .tx_i(tx_fe_i), .tx_q(tx_fe_q), .run(1'b1),
354 .dac_a(tx_i), .dac_b(tx_q));
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMDefaultTextureList.h27 void getTextures(size_t tx_i)const in getTextures() argument
29 fprintf(mFile,"\"%s.tx[%i]\"",mName.c_str(),tx_i); in getTextures()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dqtum_opcall.py54 for tx_i in range(len(unspents)):
55 …if int(unspents[tx_i]['amount']*COIN) == 1000000*QTUM_MIN_GAS_PRICE and unspents[tx_i]['spendable'…
60 … inpt = CTxIn(COutPoint(int(unspents[tx_i]['txid'], 16), unspents[tx_i]['vout']), nSequence=0)
H A Dfeature_rbf.py392 tx_i = CTransaction()
393 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
394 tx_i.vout = [CTxOut(split_value - fee, DUMMY_P2WPKH_SCRIPT)]
395 tx_i_hex = txToHex(tx_i)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/
H A Db200_io.v428 reg [11:0] tx_i,tx_q; register
438 .CE(1'b1), .D0(tx_i[z]), .D1(tx_q[z]), .R(1'b0), .S(1'b0));
494 {tx_i,tx_q} <= mimo_sync ? {tx_i1,tx_q1} : {tx_im,tx_qm};
498 {tx_i,tx_q} <= {tx_i_del,tx_q_del};
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/
H A Db205_io.v362 reg [11:0] tx_i,tx_q; register
371 .CE(1'b1), .D0(tx_i[z]), .D1(tx_q[z]), .R(1'b0), .S(1'b0));
401 {tx_i,tx_q} <= {tx_i0,tx_q0};
/dports/cad/nvc/nvc-r1.5.3/test/misc/
H A Dkcuart.vhd18 tx_i: entity work.uart_tx6
/dports/graphics/sswf/sswf-1.8.4/samples/clock/
H A Dclock.sswf55 text "tx_i" { str = "I"; ts_ctr; rt_ctr; str; hour = 1; mt_hr_rot; };
292 tx_i; tx_ii; tx_iii; tx_iv; tx_v; tx_vi;
294 place object { depth: 2; obj: tx_i; hour = 1; mt_hr_xlat; };
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Dfeature_rbf.py403 tx_i = CTransaction()
404 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
405 tx_i.vout = [CTxOut(split_value - fee, CScript([b'a' * 35]))]
406 tx_i_hex = txToHex(tx_i)
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Dfeature_rbf.py403 tx_i = CTransaction()
404 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
405 tx_i.vout = [CTxOut(split_value - fee, CScript([b'a' * 35]))]
406 tx_i_hex = txToHex(tx_i)
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Dfeature_rbf.py403 tx_i = CTransaction()
404 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
405 tx_i.vout = [CTxOut(split_value - fee, CScript([b'a' * 35]))]
406 tx_i_hex = txToHex(tx_i)
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_rbf.py392 tx_i = CTransaction()
393 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
394 tx_i.vout = [CTxOut(split_value - fee, DUMMY_P2WPKH_SCRIPT)]
395 tx_i_hex = txToHex(tx_i)
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_rbf.py392 tx_i = CTransaction()
393 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
394 tx_i.vout = [CTxOut(split_value - fee, DUMMY_P2WPKH_SCRIPT)]
395 tx_i_hex = txToHex(tx_i)
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dfeature_rbf.py392 tx_i = CTransaction()
393 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
394 tx_i.vout = [CTxOut(split_value - fee, DUMMY_P2WPKH_SCRIPT)]
395 tx_i_hex = txToHex(tx_i)
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dreplace-by-fee.py412 tx_i = CTransaction()
413 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
414 tx_i.vout = [CTxOut(split_value-fee, CScript([b'a']))]
415 tx_i_hex = txToHex(tx_i)
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dreplace-by-fee.py412 tx_i = CTransaction()
413 tx_i.vin = [CTxIn(COutPoint(txid, i), nSequence=0)]
414 tx_i.vout = [CTxOut(split_value-fee, CScript([b'a']))]
415 tx_i_hex = txToHex(tx_i)

12