Home
last modified time | relevance | path

Searched refs:data_sr (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dimg_dsk.cpp266 uint8_t data_sr; in get_next_id_n_block() local
301 data_sr = clock_sr = 0; in get_next_id_n_block()
308 data_sr = (data_sr << 1) | bit; in get_next_id_n_block()
317 res.push_back(data_sr); in get_next_id_n_block()
319 if (data_sr == ID_AM) { in get_next_id_n_block()
321 } else if (data_sr == DATA_AM) { in get_next_id_n_block()
329 data_sr = 0; in get_next_id_n_block()
334 data_sr = (data_sr << 1) | bit; in get_next_id_n_block()
337 res.push_back(data_sr); in get_next_id_n_block()
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dimg_dsk.cpp266 uint8_t data_sr; in get_next_id_n_block() local
301 data_sr = clock_sr = 0; in get_next_id_n_block()
308 data_sr = (data_sr << 1) | bit; in get_next_id_n_block()
317 res.push_back(data_sr); in get_next_id_n_block()
319 if (data_sr == ID_AM) { in get_next_id_n_block()
321 } else if (data_sr == DATA_AM) { in get_next_id_n_block()
329 data_sr = 0; in get_next_id_n_block()
334 data_sr = (data_sr << 1) | bit; in get_next_id_n_block()
337 res.push_back(data_sr); in get_next_id_n_block()
/dports/science/nest/nest-simulator-3.1/pynest/examples/
H A Dgif_pop_psc_exp.py215 data_sr = nest_sr[i].get('events', 'times') variable
216 data_sr = data_sr * dt - t0 variable
218 A = np.histogram(data_sr, bins=bins)[0] / float(N[i]) / dt_rec
346 data_sr = nest_sr[i].get('events', 'times') * dt - t0 variable
348 A = np.histogram(data_sr, bins=bins)[0] / float(N[i]) / dt_rec
/dports/science/py-abipy/abipy-0.9.0/abipy/eph/
H A Dwr.py125 data_sr = np.empty(box_shape)
155 dump_xsf("foo_sr.xsf", data_sr)
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/control_lib/
H A Dsimple_spi_core.v95 setting_reg #(.my_addr(BASE+2),.width(32)) data_sr( instance
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/control/
H A Dsimple_spi_core.v87 setting_reg #(.my_addr(BASE+2),.width(32)) data_sr( instance