Home
last modified time | relevance | path

Searched refs:return_time (Results 1 – 25 of 59) sorted by relevance

123

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dsu_time0.c144 if (!return_time) in su_nanotime()
145 return_time = &now; in su_nanotime()
153 *return_time = now; in su_nanotime()
155 return _su_nanotime(return_time); in su_nanotime()
187 *return_time = now; in su_nanotime()
213 if (return_time) in su_monotime()
214 *return_time = now; in su_monotime()
226 if (return_time) in su_monotime()
227 *return_time = now; in su_monotime()
236 if (return_time) in su_monotime()
[all …]
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dsu_time0.c144 if (!return_time) in su_nanotime()
145 return_time = &now; in su_nanotime()
153 *return_time = now; in su_nanotime()
155 return _su_nanotime(return_time); in su_nanotime()
187 *return_time = now; in su_nanotime()
213 if (return_time) in su_monotime()
214 *return_time = now; in su_monotime()
226 if (return_time) in su_monotime()
227 *return_time = now; in su_monotime()
236 if (return_time) in su_monotime()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dtimer.cpp78 DWORD return_time, now; in Timer_RealMilliseconds()
80 uint return_time, now; in Timer_RealMilliseconds()
115 return_time = 0xffffffff - start + now + 1; in Timer_RealMilliseconds()
118 return return_time; in Timer_RealMilliseconds()
121 return_time = now - start; in Timer_RealMilliseconds()
124 return return_time; in Timer_RealMilliseconds()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dchtimecore.cc249 changetime_info_t *return_time ) in requestNewTime() argument
278 return_time->apply_mod_time, in requestNewTime()
294 return_time->apply_acc_time, in requestNewTime()
454 return_time->new_mod_time = new_mod_time; in requestNewTime()
455 return_time->apply_mod_time = change_mod_cb->getState(); in requestNewTime()
460 return_time->new_acc_time = new_acc_time; in requestNewTime()
461 return_time->apply_acc_time = change_acc_cb->getState(); in requestNewTime()
H A Dchtimecore.hh101 changetime_info_t *return_time );
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/
H A Dsilctime.c90 char *return_time; in silc_time_string() local
96 return_time = ctime(&curtime); in silc_time_string()
97 if (!return_time) in silc_time_string()
99 return_time[strlen(return_time) - 1] = '\0'; in silc_time_string()
101 return (const char *)return_time; in silc_time_string()
/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Drtp.c569 uint64_t distant_receive_time, distant_transmit_time, arrival_time, return_time; in rtp_timing_receiver() local
626 return_time = arrival_time - conn->departure_time; in rtp_timing_receiver()
628 0.000001 * return_time); in rtp_timing_receiver()
630 if (return_time < 200000000) { // must be less than 0.2 seconds in rtp_timing_receiver()
664 if (remote_processing_time < return_time) in rtp_timing_receiver()
665 return_time -= remote_processing_time; in rtp_timing_receiver()
686 conn->time_pings[0].remote_time = distant_transmit_time + return_time / 2; in rtp_timing_receiver()
689 conn->time_pings[0].dispersion = return_time; in rtp_timing_receiver()
699 double stat_delta = return_time - stat_mean; in rtp_timing_receiver()
701 stat_M2 += stat_delta * (return_time - stat_mean); in rtp_timing_receiver()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/File/
H A DDirListing.cpp115 bool GetModifTime(const Path &filename, tm & return_time) { in GetModifTime() argument
116 memset(&return_time, 0, sizeof(return_time)); in GetModifTime()
120 localtime_r((time_t*)&t, &return_time); in GetModifTime()
H A DFileUtil.h74 bool GetModifTime(const Path &filename, tm &return_time);
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/File/
H A DDirListing.cpp115 bool GetModifTime(const Path &filename, tm & return_time) { in GetModifTime() argument
116 memset(&return_time, 0, sizeof(return_time)); in GetModifTime()
120 localtime_r((time_t*)&t, &return_time); in GetModifTime()
H A DFileUtil.h74 bool GetModifTime(const Path &filename, tm &return_time);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/File/
H A DDirListing.cpp115 bool GetModifTime(const Path &filename, tm & return_time) { in GetModifTime() argument
116 memset(&return_time, 0, sizeof(return_time)); in GetModifTime()
120 localtime_r((time_t*)&t, &return_time); in GetModifTime()
H A DFileUtil.h74 bool GetModifTime(const Path &filename, tm &return_time);
/dports/devel/p5-Devel-TraceCalls/Devel-TraceCalls-0.04/lib/Devel/
H A DTraceCalls.pm929 my $return_time;
934 $return_time = time if $record_return_time;
939 $return_time = time if $record_return_time;
945 $return_time = time if $record_return_time;
953 $r->{ReturnTime} = $return_time if defined $return_time;
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/sofia-sip/
H A Dsu_time.h93 SOFIAPUBFUN su_nanotime_t su_nanotime(su_nanotime_t *return_time);
94 SOFIAPUBFUN su_nanotime_t su_monotime(su_nanotime_t *return_time);
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/sofia-sip/
H A Dsu_time.h93 SOFIAPUBFUN su_nanotime_t su_nanotime(su_nanotime_t *return_time);
94 SOFIAPUBFUN su_nanotime_t su_monotime(su_nanotime_t *return_time);
/dports/x11/runner/runner-1.1/src/aguix/
H A Dutil.cc491 time_t *return_time ) in parseStringToTime() argument
514 if ( return_time ) { in parseStringToTime()
515 *return_time = converted_time; in parseStringToTime()
H A Dutil.h121 time_t *return_time );
/dports/comms/kermit/kermit-9.0.305.04/
H A Dck_ssl.c262 goto return_time;
327 return_time:
384 goto return_time;
397 goto return_time;
408 goto return_time;
419 goto return_time;
462 goto return_time;
475 goto return_time;
500 goto return_time;
508 goto return_time;
[all …]
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/tools/
H A Dgenerate_events.py234 return_time = self._next_time
236 return return_time
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dutil.cc515 time_t *return_time ) in parseStringToTime() argument
538 if ( return_time ) { in parseStringToTime()
539 *return_time = converted_time; in parseStringToTime()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dthread-stack.h58 u64 return_time; member
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dthread-stack.h58 u64 return_time; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dthread-stack.h58 u64 return_time; member
/dports/mail/mailutils/mailutils-3.13/include/mailutils/
H A Dmailbox.h61 extern int mu_mailbox_access_time (mu_mailbox_t mbox, time_t *return_time);

123