Home
last modified time | relevance | path

Searched refs:from_when (Results 1 – 19 of 19) sorted by relevance

/dports/devel/py-rush/rush-2021.4.0/src/rush/
H A Dresult.py59 self, from_when: typing.Optional[datetime.datetime] = None
67 if from_when is None:
68 from_when = self._now()
69 return from_when + self.reset_after
72 self, from_when: typing.Optional[datetime.datetime] = None
80 if from_when is None:
81 from_when = self._now()
82 return from_when + self.retry_after
/dports/emulators/mess/mame-mame0226/src/devices/imagedev/
H A Dmfmhd.cpp794 bool mfm_harddisk_device::find_position(attotime &from_when, const attotime &limit, int &bytepos, i… in find_position() argument
801 if (from_when < m_revolution_start_time) from_when = m_revolution_start_time; in find_position()
804 int cell = (from_when - m_revolution_start_time).as_ticks(freq); in find_position()
806 from_when += attotime::from_nsec((m_encoding==MFM_BITS)? m_cell_size : (16*m_cell_size)); in find_position()
807 if (from_when > limit) return true; in find_position()
816 cell = (from_when - m_revolution_start_time).as_ticks(freq); in find_position()
836 bool mfm_harddisk_device::read(attotime &from_when, const attotime &limit, uint16_t &cdata) in read() argument
847 attotime fw = from_when; in read()
852 bool offlimit = find_position(from_when, limit, bytepos, bitpos); in read()
875 bool mfm_harddisk_device::write(attotime &from_when, const attotime &limit, uint16_t cdata, bool wp… in write() argument
[all …]
H A Dmfmhd.h78 bool read(attotime &from_when, const attotime &limit, uint16_t &data);
81 …bool write(attotime &from_when, const attotime &limit, uint16_t cdata, bool wpcom=false…
162 …bool find_position(attotime &from_when, const attotime &limit, int &bytepos, int &bitpo…
H A Dfloppy.cpp903 attotime floppy_image_device::get_next_transition(const attotime &from_when) in get_next_transition() argument
908 if(from_when < cache_start_time || (!cache_end_time.is_never() && from_when >= cache_end_time)) in get_next_transition()
909 cache_fill(from_when); in get_next_transition()
915 int interval_index = (from_when - cache_weak_start).as_ticks(250000); in get_next_transition()
922 if(weak_time > from_when) { in get_next_transition()
H A Dfloppy.h126 attotime get_next_transition(const attotime &from_when);
/dports/emulators/mame/mame-mame0226/src/devices/imagedev/
H A Dmfmhd.cpp794 bool mfm_harddisk_device::find_position(attotime &from_when, const attotime &limit, int &bytepos, i… in find_position() argument
801 if (from_when < m_revolution_start_time) from_when = m_revolution_start_time; in find_position()
804 int cell = (from_when - m_revolution_start_time).as_ticks(freq); in find_position()
806 from_when += attotime::from_nsec((m_encoding==MFM_BITS)? m_cell_size : (16*m_cell_size)); in find_position()
807 if (from_when > limit) return true; in find_position()
816 cell = (from_when - m_revolution_start_time).as_ticks(freq); in find_position()
836 bool mfm_harddisk_device::read(attotime &from_when, const attotime &limit, uint16_t &cdata) in read() argument
847 attotime fw = from_when; in read()
852 bool offlimit = find_position(from_when, limit, bytepos, bitpos); in read()
875 bool mfm_harddisk_device::write(attotime &from_when, const attotime &limit, uint16_t cdata, bool wp… in write() argument
[all …]
H A Dmfmhd.h78 bool read(attotime &from_when, const attotime &limit, uint16_t &data);
81 …bool write(attotime &from_when, const attotime &limit, uint16_t cdata, bool wpcom=false…
162 …bool find_position(attotime &from_when, const attotime &limit, int &bytepos, int &bitpo…
H A Dfloppy.cpp903 attotime floppy_image_device::get_next_transition(const attotime &from_when) in get_next_transition() argument
908 if(from_when < cache_start_time || (!cache_end_time.is_never() && from_when >= cache_end_time)) in get_next_transition()
909 cache_fill(from_when); in get_next_transition()
915 int interval_index = (from_when - cache_weak_start).as_ticks(250000); in get_next_transition()
922 if(weak_time > from_when) { in get_next_transition()
H A Dfloppy.h126 attotime get_next_transition(const attotime &from_when);
/dports/net/timed/timed-8.1/timed/
H A Dreadmsg.c63 struct timeval from_when; variable
121 from_when = ptr->when; in readmsg()
220 (void)gettimeofday(&from_when, NULL); in readmsg()
333 tail->when = from_when; in readmsg()
H A Dcorrect.c181 msg->tsp_time.tv_sec += (now->tv_sec - from_when.tv_sec); in adj_msg_time()
182 msg->tsp_time.tv_usec += (now->tv_usec - from_when.tv_usec); in adj_msg_time()
H A Dglobals.h146 extern struct timeval from_when; /* when the last msg arrived */
/dports/ports-mgmt/synth/synth-2.12/src/
H A Dportscan-buildcycle.ads25 from_when : CAL.Time)
H A Dportscan-buildcycle.adb799 from_when : CAL.Time)
815 Right => from_when,
H A Dportscan-ops.adb920 from_when => impulse_data (impulse_counter).hack);
/dports/emulators/mess/mame-mame0226/src/devices/bus/ieee488/
H A Dhp9895.h133 void get_next_transition(const attotime& from_when , attotime& edge);
H A Dhp9895.cpp785 void hp9895_device::get_next_transition(const attotime& from_when , attotime& edge) in get_next_transition() argument
792 if (m_pll.write_buffer[ idx ] >= from_when) { in get_next_transition()
798 edge = m_current_drive->get_next_transition(from_when); in get_next_transition()
/dports/emulators/mame/mame-mame0226/src/devices/bus/ieee488/
H A Dhp9895.h133 void get_next_transition(const attotime& from_when , attotime& edge);
H A Dhp9895.cpp785 void hp9895_device::get_next_transition(const attotime& from_when , attotime& edge) in get_next_transition() argument
792 if (m_pll.write_buffer[ idx ] >= from_when) { in get_next_transition()
798 edge = m_current_drive->get_next_transition(from_when); in get_next_transition()