Home
last modified time | relevance | path

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

12

/dports/devel/sdl20/SDL2-2.0.18/test/
H A Dtesttimer.c45 Uint64 start64, now64; in main() local
63 now64 = SDL_GetTicks64() - start64; in main()
65 if (now32 > 100 || now64 > 100) { in main()
66 …me erratic at iter %d. Delay 1ms = %d ms in ticks, %d ms in ticks64\n", i, (int)now32, (int)now64); in main()
132 now64 = SDL_GetTicks64(); in main()
134 … %f ms according to performance counter\n", (int) (now32-start32), (int) (now64-start64), (double)… in main()
/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dtesttimer.c45 Uint64 start64, now64; in main() local
63 now64 = SDL_GetTicks64() - start64; in main()
65 if (now32 > 100 || now64 > 100) { in main()
66 …me erratic at iter %d. Delay 1ms = %d ms in ticks, %d ms in ticks64\n", i, (int)now32, (int)now64); in main()
132 now64 = SDL_GetTicks64(); in main()
134 … %f ms according to performance counter\n", (int) (now32-start32), (int) (now64-start64), (double)… in main()
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dsys_lxt.c356 PLI_UINT64 now64; in sys_dumpoff_calltf() local
371 if (now64 > vcd_cur_time) { in sys_dumpoff_calltf()
372 lt_set_time64(dump_file, now64); in sys_dumpoff_calltf()
373 vcd_cur_time = now64; in sys_dumpoff_calltf()
385 PLI_UINT64 now64; in sys_dumpon_calltf() local
400 if (now64 > vcd_cur_time) { in sys_dumpon_calltf()
401 lt_set_time64(dump_file, now64); in sys_dumpon_calltf()
402 vcd_cur_time = now64; in sys_dumpon_calltf()
414 PLI_UINT64 now64; in sys_dumpall_calltf() local
426 if (now64 > vcd_cur_time) { in sys_dumpall_calltf()
[all …]
H A Dsys_lxt2.c391 PLI_UINT64 now64; in sys_dumpoff_calltf() local
406 if (now64 > vcd_cur_time) { in sys_dumpoff_calltf()
407 vcd_work_set_time(now64); in sys_dumpoff_calltf()
408 vcd_cur_time = now64; in sys_dumpoff_calltf()
420 PLI_UINT64 now64; in sys_dumpon_calltf() local
435 if (now64 > vcd_cur_time) { in sys_dumpon_calltf()
436 vcd_work_set_time(now64); in sys_dumpon_calltf()
437 vcd_cur_time = now64; in sys_dumpon_calltf()
449 PLI_UINT64 now64; in sys_dumpall_calltf() local
462 vcd_work_set_time(now64); in sys_dumpall_calltf()
[all …]
H A Dsys_vcd.c319 PLI_UINT64 now64; in sys_dumpoff_calltf() local
332 now64 = timerec_to_time64(&now); in sys_dumpoff_calltf()
334 if (now64 > vcd_cur_time) { in sys_dumpoff_calltf()
336 vcd_cur_time = now64; in sys_dumpoff_calltf()
349 PLI_UINT64 now64; in sys_dumpon_calltf() local
362 now64 = timerec_to_time64(&now); in sys_dumpon_calltf()
364 if (now64 > vcd_cur_time) { in sys_dumpon_calltf()
366 vcd_cur_time = now64; in sys_dumpon_calltf()
379 PLI_UINT64 now64; in sys_dumpall_calltf() local
391 if (now64 > vcd_cur_time) { in sys_dumpall_calltf()
[all …]
H A Dsys_fst.c284 PLI_UINT64 now64; in sys_dumpoff_calltf() local
297 now64 = timerec_to_time64(&now); in sys_dumpoff_calltf()
299 if (now64 > vcd_cur_time) { in sys_dumpoff_calltf()
301 vcd_cur_time = now64; in sys_dumpoff_calltf()
313 PLI_UINT64 now64; in sys_dumpon_calltf() local
326 now64 = timerec_to_time64(&now); in sys_dumpon_calltf()
328 if (now64 > vcd_cur_time) { in sys_dumpon_calltf()
330 vcd_cur_time = now64; in sys_dumpon_calltf()
342 PLI_UINT64 now64; in sys_dumpall_calltf() local
354 if (now64 > vcd_cur_time) { in sys_dumpall_calltf()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drtcp.c184 uint64_t now64 = NTPtime64 (); in CloseRTCP() local
185 SetQWBE (ptr + 8, now64); /* Update the Sender Report timestamp */ in CloseRTCP()
220 uint64_t now64 = NTPtime64 (); in SendRTCP() local
221 if ((now64 >> 32) < (last + 5)) in SendRTCP()
225 SetQWBE (ptr + 8, now64); in SendRTCP()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rtc/
H A Drtc-goldfish.c146 u64 now64; in goldfish_rtc_set_time() local
151 now64 = rtc_tm_to_time64(tm) * NSEC_PER_SEC; in goldfish_rtc_set_time()
152 writel((now64 >> 32), base + TIMER_TIME_HIGH); in goldfish_rtc_set_time()
153 writel(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rtc/
H A Drtc-goldfish.c146 u64 now64; in goldfish_rtc_set_time() local
151 now64 = rtc_tm_to_time64(tm) * NSEC_PER_SEC; in goldfish_rtc_set_time()
152 writel((now64 >> 32), base + TIMER_TIME_HIGH); in goldfish_rtc_set_time()
153 writel(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rtc/
H A Drtc-goldfish.c146 u64 now64; in goldfish_rtc_set_time() local
151 now64 = rtc_tm_to_time64(tm) * NSEC_PER_SEC; in goldfish_rtc_set_time()
152 writel((now64 >> 32), base + TIMER_TIME_HIGH); in goldfish_rtc_set_time()
153 writel(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/vpi/
H A Dsys_fst.c88 uint64_t now64 = timerec_to_time64(tim); in variable_cb_rosync() local
92 if((now64 > prev64) || (!now64)) in variable_cb_rosync()
94 fstWriterEmitTimeChange(ctx, now64); in variable_cb_rosync()
95 prev64 = now64; in variable_cb_rosync()
235 uint64_t now64 = timerec_to_time64(tim); in next_time_cb() local
237 if(now64 > prev64) in next_time_cb()
239 fstWriterEmitTimeChange(ctx, now64); in next_time_cb()
240 prev64 = now64; in next_time_cb()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_leapsec.c646 vint64 now64; in leapsec_add_dyn() local
649 now64 = ntpcal_ntp_to_ntp(ntpnow, pivot); in leapsec_add_dyn()
650 return ( leapsec_add(pt, &now64, (insert != 0)) in leapsec_add_dyn()
663 vint64 now64; in leapsec_autokey_tai() local
690 now64 = ntpcal_ntp_to_ntp(ntpnow, pivot); in leapsec_autokey_tai()
691 fetch_leap_era(&era, pt, &now64); in leapsec_autokey_tai()
695 if (ucmpv64(&now64, &era.ebase) < 0) in leapsec_autokey_tai()
699 if (ucmpv64(&now64, &era.ttime) > 0) in leapsec_autokey_tai()
950 const vint64 * now64 , in leapsec_add() argument
961 if ( ucmpv64(now64, &pt->head.expire) < 0 in leapsec_add()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dtcp-option-ts.cc146 uint64_t now64 = (uint64_t) Simulator::Now ().GetMilliSeconds (); in ElapsedTimeFromTsValue() local
147 uint32_t now32 = now64 & 0xFFFFFFFF; in ElapsedTimeFromTsValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavutil/
H A Dparseutils.c562 int64_t t, now64;
585 now64 = av_gettime();
586 now = now64 / 1000000;
589 *timeval = now64;
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavutil/
H A Dparseutils.c590 int64_t t, now64; in av_parse_time() local
613 now64 = av_gettime(); in av_parse_time()
614 now = now64 / 1000000; in av_parse_time()
617 *timeval = now64; in av_parse_time()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/unit/
H A Dctest.h365 uint64_t now64 = now.tv_sec; in getCurrentTime() local
366 now64 *= 1000000; in getCurrentTime()
367 now64 += (now.tv_usec); in getCurrentTime()
368 return now64; in getCurrentTime()

12