Home
last modified time | relevance | path

Searched refs:md_timestamp (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/mednafen/mednafen/src/md/
H A Dsound.cpp29 int32 cycles = md_timestamp - fm_last_timestamp; in UpdateFM()
43 FMSynth.offset((md_timestamp + fm_div) / 15, new_values[0] - fm_last_values[0], zebuf.left()); in UpdateFM()
44 FMSynth.offset((md_timestamp + fm_div) / 15, new_values[1] - fm_last_values[1], zebuf.right()); in UpdateFM()
53 fm_last_timestamp = md_timestamp; in UpdateFM()
103 apu.write_data(md_timestamp / 15, data); in psg_write()
125 apu.end_frame(md_timestamp / 15); in MDSound_Flush()
127 zebuf.end_frame(md_timestamp / 15); in MDSound_Flush()
H A Dvdp_run.inc2 int32 cycles = md_timestamp - vdp_last_ts;
85 …int run_count = ((md_timestamp - vdp_hcounter_start_ts) / div) - ((vdp_last_ts - vdp_hcounter_star…
109 vdp_hcounter_start_ts = md_timestamp + vdp_cycle_counter;
227 //printf("%d\n", md_timestamp - vdp_hcounter_start_ts);
228 //vdp_hcounter_start_ts = md_timestamp + vdp_cycle_counter;
269 //printf("V-int: %d, %d\n", scanline, md_timestamp);
274 //printf("H-int: %d %d\n", scanline, md_timestamp);
279 //printf("Int end: %d %d\n", scanline, md_timestamp);
284 vdp_last_ts = md_timestamp;
H A Dsystem.cpp60 int32 md_timestamp; variable
133 md_timestamp += z80_temp; in MD_UpdateSubStuff()
135 if(md_timestamp > max_md_timestamp) in MD_UpdateSubStuff()
138 md_timestamp = max_md_timestamp; in MD_UpdateSubStuff()
145 md_timestamp = max_md_timestamp; in MD_UpdateSubStuff()
192 MDIO_BeginTimePeriod(md_timestamp); in Emulate()
206 espec->MasterCycles = md_timestamp; in Emulate()
221 MDIO_EndTimePeriod(md_timestamp); in Emulate()
223 md_timestamp = 0; in Emulate()
H A Dgenio.cpp151 UpdateBusThing(md_timestamp); in MDIO_Init()
250 UpdateBusThing(md_timestamp); in gen_io_w()
261 UpdateBusThing(md_timestamp); in gen_io_w()
307 UpdateBusThing(md_timestamp); in gen_io_r()
440 UpdateBusThing(md_timestamp); in MDINPUT_SetInput()
H A Dsystem.h28 extern int32 md_timestamp;
H A Dvdp.cpp565 int32 cycle = (md_timestamp - vdp_hcounter_start_ts) % 3420; in vdp_hvc_r()
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/osm/
H A Dmetadata_options.hpp56 md_timestamp = 0x02, enumerator
82 opts |= options::md_timestamp; in metadata_options()
124 return (m_options & options::md_timestamp) != 0; in timestamp()
129 m_options = static_cast<options>(m_options | options::md_timestamp); in set_timestamp()
131 m_options = static_cast<options>(m_options & ~options::md_timestamp); in set_timestamp()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/osm/
H A Dmetadata_options.hpp56 md_timestamp = 0x02, enumerator
82 opts |= options::md_timestamp; in metadata_options()
124 return (m_options & options::md_timestamp) != 0; in timestamp()
129 m_options = static_cast<options>(m_options | options::md_timestamp); in set_timestamp()
131 m_options = static_cast<options>(m_options & ~options::md_timestamp); in set_timestamp()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/osm/
H A Dmetadata_options.hpp56 md_timestamp = 0x02, enumerator
82 opts |= options::md_timestamp; in metadata_options()
124 return (m_options & options::md_timestamp) != 0; in timestamp()
129 m_options = static_cast<options>(m_options | options::md_timestamp); in set_timestamp()
131 m_options = static_cast<options>(m_options & ~options::md_timestamp); in set_timestamp()
/dports/irc/atheme-services/atheme-7.2.9/modules/hostserv/
H A Dvhost.c87 metadata_t *md, *md_timestamp, *md_assigner; in hs_cmd_listvhost() local
103 md_timestamp = metadata_find(mu, "private:usercloak-timestamp"); in hs_cmd_listvhost()
109 if (md_timestamp || md_assigner) in hs_cmd_listvhost()
112 if (md_timestamp) in hs_cmd_listvhost()
114 vhost_time = atoi(md_timestamp->value); in hs_cmd_listvhost()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1294 u64 md_timestamp; /* FW Mini dump timestamp */ member
H A Dnetxen_nic_hw.c2534 adapter->mdump.md_timestamp = jiffies; in netxen_dump_fw()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1294 u64 md_timestamp; /* FW Mini dump timestamp */ member
H A Dnetxen_nic_hw.c2534 adapter->mdump.md_timestamp = jiffies; in netxen_dump_fw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1294 u64 md_timestamp; /* FW Mini dump timestamp */ member
H A Dnetxen_nic_hw.c2534 adapter->mdump.md_timestamp = jiffies; in netxen_dump_fw()