Home
last modified time | relevance | path

Searched refs:_tv (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/support/
H A Dsys-time.c24 struct timeval _tv; in Mono_Posix_Syscall_gettimeofday() local
28 r = gettimeofday (&_tv, &_tz); in Mono_Posix_Syscall_gettimeofday()
32 tv->tv_sec = _tv.tv_sec; in Mono_Posix_Syscall_gettimeofday()
33 tv->tv_usec = _tv.tv_usec; in Mono_Posix_Syscall_gettimeofday()
55 struct timeval _tv = {0}; in Mono_Posix_Syscall_settimeofday()
62 _tv.tv_sec = tv->tv_sec; in Mono_Posix_Syscall_settimeofday()
63 _tv.tv_usec = tv->tv_usec; in Mono_Posix_Syscall_settimeofday()
64 ptv = &_tv; in Mono_Posix_Syscall_settimeofday()
95 struct timeval _tv[2]; in Mono_Posix_Syscall_utimes() local
107 struct timeval _tv[2]; in Mono_Posix_Syscall_lutimes() local
[all …]
H A Dsys-stat.c236 struct timespec _tv[2]; in Mono_Posix_Syscall_futimens() local
239 ptv = copy_utimens (_tv, tv); in Mono_Posix_Syscall_futimens()
249 struct timespec _tv[2]; in Mono_Posix_Syscall_utimensat() local
252 ptv = copy_utimens (_tv, tv); in Mono_Posix_Syscall_utimensat()
/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DTrackContainerView.cpp123 m_trackViews.push_back( _tv ); in addTrackView()
124 m_scrollLayout->addWidget( _tv ); in addTrackView()
126 _tv->getTrackContentWidget(), in addTrackView()
129 return( _tv ); in addTrackView()
142 disconnect( _tv ); in removeTrackView()
143 m_scrollLayout->removeWidget( _tv ); in removeTrackView()
202 if (!m_trackViews.contains(_tv)) in scrollToTrackView()
210 int trackViewTop = _tv->pos().y(); in scrollToTrackView()
265 Track * t = _tv->getTrack(); in deleteTrackView()
266 removeTrackView( _tv ); in deleteTrackView()
[all …]
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/include/ignition/common/
H A DTime.hh63 public: explicit Time(const struct timespec &_tv);
130 public: Time operator -(const struct timespec &_tv) const;
135 public: const Time &operator -=(const struct timespec &_tv);
150 public: Time operator *(const struct timespec &_tv) const;
155 public: const Time &operator *=(const struct timespec &_tv);
170 public: const Time &operator /=(const struct timespec &_tv);
225 public: bool operator>(const struct timespec &_tv) const;
245 public: bool operator>=(const struct timespec &_tv) const;
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/sys/
H A Dtime.h294 bintime2timeval(const struct bintime *_bt, struct timeval *_tv) in bintime2timeval() argument
297 _tv->tv_sec = _bt->sec; in bintime2timeval()
302 timeval2bintime(const struct timeval *_tv, struct bintime *_bt) in timeval2bintime() argument
305 _bt->sec = _tv->tv_sec; in timeval2bintime()
307 _bt->frac = _tv->tv_usec * (uint64_t)18446744073709LL; in timeval2bintime()
330 struct timeval _tv; in sbttotv() local
332 _tv.tv_sec = _sbt >> 32; in sbttotv()
333 _tv.tv_usec = sbttous((uint32_t)_sbt); in sbttotv()
334 return (_tv); in sbttotv()
338 tvtosbt(struct timeval _tv) in tvtosbt() argument
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/sys/
H A Dtime.h201 bintime2timeval(const struct bintime *_bt, struct timeval *_tv) in bintime2timeval() argument
204 _tv->tv_sec = _bt->sec; in bintime2timeval()
212 _bt->sec = _tv->tv_sec; in timeval2bintime()
214 _bt->frac = _tv->tv_usec * (uint64_t)18446744073709LL; in timeval2bintime()
238 struct timeval _tv; in sbttotv() local
240 _tv.tv_sec = _sbt >> 32; in sbttotv()
241 _tv.tv_usec = ((uint64_t)1000000 * (uint32_t)_sbt) >> 32; in sbttotv()
242 return (_tv); in sbttotv()
246 tvtosbt(struct timeval _tv) in tvtosbt() argument
249 return (((sbintime_t)_tv.tv_sec << 32) + in tvtosbt()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/sgt/
H A Dsgt_tv.cpp44 if (CSGTStateRoom::_statics->_tv == "Open") { in TurnOff()
45 CSGTStateRoom::_statics->_tv = "Closed"; in TurnOff()
56 if (CSGTStateRoom::_statics->_tv == "Closed" && in TurnOn()
58 CSGTStateRoom::_statics->_tv = "Open"; in TurnOn()
H A Dbedfoot.cpp90 if (_statics->_tv == "Closed") { in TurnOff()
105 if (_statics->_tv == "Closed") { in TurnOff()
116 } else if (_statics->_bedfoot == "RestingUTV" && _statics->_tv == "Closed") { in TurnOff()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/sgt/
H A Dsgt_tv.cpp44 if (CSGTStateRoom::_statics->_tv == "Open") { in TurnOff()
45 CSGTStateRoom::_statics->_tv = "Closed"; in TurnOff()
56 if (CSGTStateRoom::_statics->_tv == "Closed" && in TurnOn()
58 CSGTStateRoom::_statics->_tv = "Open"; in TurnOn()
H A Dbedfoot.cpp90 if (_statics->_tv == "Closed") { in TurnOff()
105 if (_statics->_tv == "Closed") { in TurnOff()
116 } else if (_statics->_bedfoot == "RestingUTV" && _statics->_tv == "Closed") { in TurnOff()
/dports/security/gnutls/gnutls-3.6.16/lib/system/
H A Dsockets.c169 struct timeval _tv, *tv = NULL; in gnutls_system_recv_timeout() local
175 _tv.tv_sec = ms/1000; in gnutls_system_recv_timeout()
176 _tv.tv_usec = (ms % 1000) * 1000; in gnutls_system_recv_timeout()
177 tv = &_tv; in gnutls_system_recv_timeout()
/dports/games/warmux/warmux-11.04/build/android/src/
H A DMainActivity.java133 if( Parent._tv == null ) in setUpStatusLabel()
135 Parent._tv = new TextView(Parent); in setUpStatusLabel()
136 Parent._tv.setMaxLines(1); in setUpStatusLabel()
137 Parent._tv.setText(R.string.init); in setUpStatusLabel()
138 Parent._layout2.addView(Parent._tv); in setUpStatusLabel()
153 Parent.downloader = new DataDownloader(Parent, Parent._tv); in startDownloader()
174 _tv = null; in initSDL()
206 downloader.setStatusField(_tv); in onResume()
364 if(Parent._tv != null) in setText()
365 Parent._tv.setText(text); in setText()
[all …]
/dports/audio/lmms/lmms-1.2.2/include/
H A DTrackContainerView.h114 void scrollToTrackView( TrackView * _tv );
117 TrackView * addTrackView( TrackView * _tv );
118 void removeTrackView( TrackView * _tv );
132 void deleteTrackView( TrackView * _tv );
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/vdso/
H A Dgettimeofday.h83 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
89 "0" (__NR_gettimeofday), "D" (_tv), "S" (_tz) : "memory"); in gettimeofday_fallback()
143 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
154 : "0" (__NR_gettimeofday), "g" (_tv), "c" (_tz) in gettimeofday_fallback()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/include/asm/vdso/
H A Dgettimeofday.h83 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
89 "0" (__NR_gettimeofday), "D" (_tv), "S" (_tz) : "memory"); in gettimeofday_fallback()
143 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
154 : "0" (__NR_gettimeofday), "g" (_tv), "c" (_tz) in gettimeofday_fallback()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/include/asm/vdso/
H A Dgettimeofday.h83 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
89 "0" (__NR_gettimeofday), "D" (_tv), "S" (_tz) : "memory"); in gettimeofday_fallback()
143 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
154 : "0" (__NR_gettimeofday), "g" (_tv), "c" (_tz) in gettimeofday_fallback()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/debug/
H A Dlog.c32 #define UCS_LOG_TIME_ARG(_tv) (_tv)->tv_sec, (_tv)->tv_usec argument
33 #define UCS_LOG_SHORT_ARG(_short_file, _line, _level, _comp_conf, _tv, _message) \ argument
34 UCS_LOG_TIME_ARG(_tv), _short_file, _line, (_comp_conf)->name, \
36 #define UCS_LOG_ARG(_short_file, _line, _level, _comp_conf, _tv, _message) \ argument
37 UCS_LOG_TIME_ARG(_tv), ucs_log_hostname, ucs_log_pid, \
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A DAff_transformationH2.h237 { return (p + _tv); } in transform()
263 Aff_transformation_repH2<R>( _tv.hw(), RT(0) , _tv.hx(), in general_form()
264 RT(0), _tv.hw(), _tv.hy(), in general_form()
272 Vector_2 _tv;
900 case 0: return _tv.hw(); in homogeneous()
902 case 2: return _tv.hx(); in homogeneous()
909 case 1: return _tv.hw(); in homogeneous()
910 case 2: return _tv.hy(); in homogeneous()
918 case 2: return _tv.hw(); in homogeneous()
937 case 2: return _tv.x(); in cartesian()
[all …]
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/src/
H A DTime.cc77 Time::Time(const struct timespec &_tv) in Time() argument
79 this->sec = _tv.tv_sec; in Time()
80 this->nsec = _tv.tv_nsec; in Time()
383 bool Time::operator>=(const struct timespec &_tv) const in operator >=()
385 return *this >= Time(_tv); in operator >=()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h15 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
18 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h15 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
18 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h15 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
18 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/
H A Dbuild.sh30 if find *_tv.txt -type f 1>/dev/null 2>/dev/null ; then
31 for f in *_tv.txt; do
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/include/asm/vdso/
H A Dgettimeofday.h16 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() argument
20 register struct __kernel_old_timeval *tv asm("x0") = _tv; in gettimeofday_fallback()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/
H A Dbuild.sh30 if find *_tv.txt -type f 1>/dev/null 2>/dev/null ; then
31 for f in *_tv.txt; do

1234567