Home
last modified time | relevance | path

Searched refs:ms_time (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Dtrace_posix.cc42 const uint32_t ms_time = system_time_high_res.tv_usec / 1000; in AddTime() local
48 prev_tick_count_ = ms_time; in AddTime()
51 prev_api_tick_count_ = ms_time; in AddTime()
55 uint32_t dw_delta_time = ms_time - prev_tickCount; in AddTime()
68 system_time->tm_min, system_time->tm_sec, ms_time, in AddTime()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Dtrace_posix.cc42 const uint32_t ms_time = system_time_high_res.tv_usec / 1000; in AddTime() local
48 prev_tick_count_ = ms_time; in AddTime()
51 prev_api_tick_count_ = ms_time; in AddTime()
55 uint32_t dw_delta_time = ms_time - prev_tickCount; in AddTime()
68 system_time->tm_min, system_time->tm_sec, ms_time, in AddTime()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/system_wrappers/source/
H A Dtrace_posix.cc42 const uint32_t ms_time = system_time_high_res.tv_usec / 1000; in AddTime() local
48 prev_tick_count_ = ms_time; in AddTime()
51 prev_api_tick_count_ = ms_time; in AddTime()
55 uint32_t dw_delta_time = ms_time - prev_tickCount; in AddTime()
68 system_time->tm_min, system_time->tm_sec, ms_time, in AddTime()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/system_wrappers/source/
H A Dtrace_posix.cc42 const uint32_t ms_time = system_time_high_res.tv_usec / 1000; in AddTime() local
48 prev_tick_count_ = ms_time; in AddTime()
51 prev_api_tick_count_ = ms_time; in AddTime()
55 uint32_t dw_delta_time = ms_time - prev_tickCount; in AddTime()
68 system_time->tm_min, system_time->tm_sec, ms_time, in AddTime()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/
H A Dm_time.c74 ms_time(struct Client *source_p, int parc, char *parv[]) in ms_time() function
87 .handlers[SERVER_HANDLER] = { .handler = ms_time },
89 .handlers[OPER_HANDLER] = { .handler = ms_time }
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmipower/
H A Dipmipower_ping.c85 unsigned int ms_time; in ipmipower_ping_process_pings() local
616 timeval_millisecond_calc (&result, &ms_time); in ipmipower_ping_process_pings()
617 if (ms_time >= cmd_args.ping_timeout) in ipmipower_ping_process_pings()
622 timeval_millisecond_calc (&result, &ms_time); in ipmipower_ping_process_pings()
623 *timeout = ms_time; in ipmipower_ping_process_pings()
/dports/net/liblinphone/linphone-3.12.0/tools/
H A Dtest_lsd.c39 time_t orig = ms_time(NULL); in wait_a_bit()
40 while (ms_time(NULL) - orig < seconds) { in wait_a_bit()
/dports/devel/p5-CHI/CHI-0.60/etc/bench/
H A Dbench.pl129 my $get = ms_time( $get_results->{$name} );
130 my $set = ms_time( $set_results->{$name} );
149 sub ms_time { subroutine
/dports/games/ace-of-penguins/ace-1.4/lib/
H A Dstack.c776 ms_time() in ms_time() function
794 t1 = ms_time(); in ms_pause()
795 do { t2 = ms_time(); } while (t1 == t2); in ms_pause()
796 do { t3 = ms_time(); } while (t2 == t3); in ms_pause()
816 last = start = ms_time(); in stack_animate()
838 now = ms_time(); in stack_animate()
865 now = ms_time(); in stack_animate()
901 start = ms_time();
920 end = ms_time();
/dports/security/mcrypt/mcrypt-2.6.8/src/
H A Dextra.c706 static void show_stats2(time_t ms_time, size_t file_size) in show_stats2() argument
708 time_t time = ms_time / 1000; in show_stats2()
709 time_t millitm = ms_time % 1000; in show_stats2()
751 (double) ms_time) * (double) 1000)); in show_stats2()
758 (double) ms_time) * (double) 1000)); in show_stats2()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/redis-0.17.0/src/
H A Dstreams.rs63 pub fn time(mut self, ms_time: usize) -> Self { in time()
64 self.time = Some(ms_time); in time()
97 if let Some(ref ms_time) = self.time { in write_redis_args()
99 out.write_arg(format!("{}", ms_time).as_bytes()); in write_redis_args()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dhttp_stream.h30 void this_thread_sleep_for(int ms_time);
H A Dhttp_stream.cpp727 void this_thread_sleep_for(int ms_time) in this_thread_sleep_for() argument
729 std::chrono::milliseconds dura(ms_time); in this_thread_sleep_for()
733 void this_thread_sleep_for(int ms_time) in this_thread_sleep_for() argument
/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dmediastream.c44 ms_time(time_t *t) { in ms_time() function
336 time_t curtime=ms_time(NULL); in media_stream_iterate()
387 ms->last_packet_time=ms_time(NULL); in media_stream_alive()
390 if (ms_time(NULL)-ms->last_packet_time>timeout){ in media_stream_alive()
H A Dqosanalyzer.c378 obj->latest->timestamp=ms_time(0); in stateful_analyzer_process_rtcp()
402 time_t clear_time = ms_time(0) - 60; in stateful_analyzer_process_rtcp()
646 if (last_measure != ms_time(0)){ in stateful_analyzer_update()
655 last_measure = ms_time(0); in stateful_analyzer_update()
H A Drfc4103_textstream.c127 stream->ms.start_time = stream->ms.last_packet_time = ms_time(NULL); in text_stream_start()
/dports/net/mediastreamer/mediastreamer-2.16.1/include/mediastreamer2/
H A Dmscommon.h113 time_t ms_time (time_t *t);
115 #define ms_time time macro
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dutil.c623 long ms_time(tv) in ms_time() function
648 ms_start_time = ms_time(&start);
/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/doc/
H A Dlibmseed-UsersGuide58 (see ms_time(3)) and the sample rate is available as a double
140 epoch time (seed ms_time(3)). This time can be converted using the
258 epoch time (see ms_time(3)). This time can be converted using the
263 epoch time (see ms_time(3)). This time can be converted using the
/dports/net/liblinphone/linphone-3.12.0/coreapi/bellesip_sal/
H A Dsal_op_message.c152 time_t curtime = ms_time(NULL); in sal_message_send()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dquality_reporting.c102 report->last_report_date = ms_time(NULL); in reset_avg_metrics()
467 …rdup_printf("%s%d;", report->qos_analyzer.timestamp?report->qos_analyzer.timestamp:"", ms_time(0)); in qos_analyzer_on_action_suggested()
658 …if ((report_interval > 0) && ((float)(ms_time(NULL) - report->last_report_date) > reporting_rand((… in linphone_reporting_on_rtcp_update()
H A Dchat.c416 msg->time = ms_time(0); in _linphone_chat_room_send_message()
957 msg->time = ms_time(0); in linphone_chat_room_create_message()
1359 msg->time = ms_time(0); in linphone_core_real_time_text_received()
1413 msg->time = ms_time(0); in linphone_chat_message_put_char()
/dports/devel/stb/stb-f54acd4/
H A Dstb_tilemap_editor.h880 int ms_time; member
2962 if ((stbte__ui.ms_time & 511) < 380) { in stbte__tile_paint()
2986 if ((stbte__ui.ms_time & 511) < 300) { in stbte__tile_paint()
3743 if ((stbte__ui.ms_time & 2047) < 200) { in stbte__colorpicker()
3836 …stbte__draw_frame(x0,y0,x1,y1, (stbte__ui.ms_time & 256 ? STBTE_COLOR_SELECTION_OUTLINE1 : STBTE_C… in stbte__editor_traverse()
4085 …stbte__ui.ms_time += (int) (dt * 1024) + 1; // make sure if time is superfast it always updates a … in stbte_tick()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_tilemap_editor.h880 int ms_time; member
2962 if ((stbte__ui.ms_time & 511) < 380) { in stbte__tile_paint()
2986 if ((stbte__ui.ms_time & 511) < 300) { in stbte__tile_paint()
3743 if ((stbte__ui.ms_time & 2047) < 200) { in stbte__colorpicker()
3836 …stbte__draw_frame(x0,y0,x1,y1, (stbte__ui.ms_time & 256 ? STBTE_COLOR_SELECTION_OUTLINE1 : STBTE_C… in stbte__editor_traverse()
4085 …stbte__ui.ms_time += (int) (dt * 1024) + 1; // make sure if time is superfast it always updates a … in stbte_tick()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_tilemap_editor.h880 int ms_time; member
2962 if ((stbte__ui.ms_time & 511) < 380) { in stbte__tile_paint()
2986 if ((stbte__ui.ms_time & 511) < 300) { in stbte__tile_paint()
3743 if ((stbte__ui.ms_time & 2047) < 200) { in stbte__colorpicker()
3836 …stbte__draw_frame(x0,y0,x1,y1, (stbte__ui.ms_time & 256 ? STBTE_COLOR_SELECTION_OUTLINE1 : STBTE_C… in stbte__editor_traverse()
4085 …stbte__ui.ms_time += (int) (dt * 1024) + 1; // make sure if time is superfast it always updates a … in stbte_tick()

12