Home
last modified time | relevance | path

Searched refs:end_sec (Results 1 – 25 of 117) sorted by relevance

12345

/dports/dns/dnsjit/dnsjit-1.2.2/examples/stand-alone-tool/src/
H A Ddnsjit-test-throughput55 if end_sec > start_sec then
80 if end_sec > start_sec then
103 if end_sec > start_sec then
125 if end_sec > start_sec then
149 if end_sec > start_sec then
173 if end_sec > start_sec then
198 if end_sec > start_sec then
227 if end_sec > start_sec then
275 if end_sec > start_sec then
317 if end_sec > start_sec then
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Ddate.cc79 segment->end_sec = -kMaxEpochTimeInSec; in ClearSegment()
291 time_sec <= after_->end_sec) { in ExtendTheAfterSegment()
301 after_->end_sec = time_sec; in ExtendTheAfterSegment()
325 time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
339 before_->end_sec = time_sec; in DaylightSavingsOffsetInMs()
345 if (time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
385 before_->end_sec = after_->end_sec; in DaylightSavingsOffsetInMs()
397 before_->end_sec = middle_sec; in DaylightSavingsOffsetInMs()
398 if (time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
427 } else if (time_sec < dst_[i].end_sec) { in ProbeDST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/date/
H A Ddate.cc76 segment->end_sec = -kMaxEpochTimeInSec; in ClearSegment()
280 time_sec <= after_->end_sec) { in ExtendTheAfterSegment()
290 after_->end_sec = time_sec; in ExtendTheAfterSegment()
326 before_->end_sec = time_sec; in DaylightSavingsOffsetInMs()
332 if (time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
375 before_->end_sec = after_->end_sec; in DaylightSavingsOffsetInMs()
387 before_->end_sec = middle_sec; in DaylightSavingsOffsetInMs()
388 if (time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
416 } else if (time_sec < dst_[i].end_sec) { in ProbeDST()
417 if (after == nullptr || after->end_sec > dst_[i].end_sec) { in ProbeDST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/date/
H A Ddate.cc76 segment->end_sec = -kMaxEpochTimeInSec; in ClearSegment()
280 time_sec <= after_->end_sec) { in ExtendTheAfterSegment()
290 after_->end_sec = time_sec; in ExtendTheAfterSegment()
326 before_->end_sec = time_sec; in DaylightSavingsOffsetInMs()
332 if (time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
375 before_->end_sec = after_->end_sec; in DaylightSavingsOffsetInMs()
387 before_->end_sec = middle_sec; in DaylightSavingsOffsetInMs()
388 if (time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
416 } else if (time_sec < dst_[i].end_sec) { in ProbeDST()
417 if (after == nullptr || after->end_sec > dst_[i].end_sec) { in ProbeDST()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/date/
H A Ddate.cc76 segment->end_sec = -kMaxEpochTimeInSec; in ClearSegment()
280 time_sec <= after_->end_sec) { in ExtendTheAfterSegment()
290 after_->end_sec = time_sec; in ExtendTheAfterSegment()
326 before_->end_sec = time_sec; in DaylightSavingsOffsetInMs()
332 if (time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
375 before_->end_sec = after_->end_sec; in DaylightSavingsOffsetInMs()
387 before_->end_sec = middle_sec; in DaylightSavingsOffsetInMs()
388 if (time_sec <= before_->end_sec) { in DaylightSavingsOffsetInMs()
416 } else if (time_sec < dst_[i].end_sec) { in ProbeDST()
417 if (after == nullptr || after->end_sec > dst_[i].end_sec) { in ProbeDST()
[all …]
/dports/audio/aften/aften-0.0.8/util/
H A Dwavrms.c91 uint32_t start_sec, end_sec; in main() local
109 end_sec = UINT32_MAX; in main()
113 end_sec = MAX(atoi(argv[3]), 0); in main()
115 if(end_sec <= start_sec) { in main()
155 if(time_ms > (end_sec*1000)) { in main()
/dports/dns/dnsjit/dnsjit-1.2.2/examples/
H A Dreplay.lua107 local end_sec, end_nsec = clock:monotonic()
110 if end_sec > start_sec then
111 runtime = ((end_sec - start_sec) - 1) + ((1000000000 - start_nsec + end_nsec)/1000000000)
112 elseif end_sec == start_sec and end_nsec > start_nsec then
H A Dreplay_multicli.lua179 local end_sec, end_nsec = clock:monotonic()
182 if end_sec > start_sec then
183 runtime = ((end_sec - start_sec) - 1) + ((1000000000 - start_nsec + end_nsec)/1000000000)
184 elseif end_sec == start_sec and end_nsec > start_nsec then
H A Dqr-multi-pcap-state.lua229 local end_sec, end_nsec = clock:monotonic()
232 if end_sec > start_sec then
233 runtime = ((end_sec - start_sec) - 1) + ((1000000000 - start_nsec + end_nsec)/1000000000)
234 elseif end_sec == start_sec and end_nsec > start_nsec then
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dfdisk.c475 if ((start_sec + secs) == 0) end_sec = 0; in list_partitions()
476 else end_sec = start_sec + secs -1; in list_partitions()
478 end_cyl = end_sec/(g_heads * g_sectors) + 1; in list_partitions()
491 disp_unit_cyl == 0? end_sec: end_cyl, in list_partitions()
930 end_sec[i] = 0; in add_partition()
933 end_sec[i] = begin_sec[i] + swap_le32toh(p->size4) - 1; in add_partition()
937 start = ask_start_sector(idx, begin_sec, end_sec, ext_idx); in add_partition()
1094 end_sec[i] = 0; in verify_table()
1109 total += end_sec[i] + 1 - begin_sec[i]; in verify_table()
1112 || ((end_sec[i] <= end_sec[j] && end_sec[i] >= begin_sec[j]))) { in verify_table()
[all …]
/dports/net/honeyd/honeyd-1.5c/
H A Dcondition.c154 int start_sec, now_sec, end_sec; in condition_match_time() local
164 end_sec = daysec(&cdt->tm_end); in condition_match_time()
166 return (start_sec <= now_sec && now_sec <= end_sec); in condition_match_time()
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dtimeoutprec.c48 static long end_sec, variable
79 fl_gettime( &end_sec, &end_usec ); in timer_cb()
81 df = end_sec - start_sec + 1.0e-6 * ( end_usec - start_usec ); in timer_cb()
H A Dtimerprec.c77 long end_sec, in timer_cb() local
80 fl_gettime( &end_sec, &end_usec ); in timer_cb()
81 df = end_sec - start_time->sec + 1.0e-6 * ( end_usec - start_time->usec ); in timer_cb()
/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/data/
H A Dframe_video.py154 end_sec: float,
191 end_sec = min(end_sec, self._duration)
194 end_frame_index = self._get_frame_index_for_time(end_sec)
H A Dencoded_video_pyav.py119 self, start_sec: float, end_sec: float
144 self._video, self._audio = self._pyav_decode_video(start_sec, end_sec)
152 end_sec, self._video_time_base, self._video_start_pts
167 end_sec, self._audio_time_base, self._audio_start_pts
H A Dencoded_video_torchvision.py92 self, start_sec: float, end_sec: float
122 end_sec, self._video_time_base, self._video_start_pts
136 end_sec, self._audio_time_base, self._audio_start_pts
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/addons/addon-manager/
H A Dkube-addons-main.sh71 end_sec=$(date +"%s")
72 len_sec=$((end_sec-start_sec))
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_accessor_class_g1step_range.c392 long start_sec,end_sec; in grib_g1_step_apply_units() local
418 end_sec=*theEnd*u2s[*step_unit]; in grib_g1_step_apply_units()
422 end_sec%u2s1[*unit]==0 && in grib_g1_step_apply_units()
424 (*P2=end_sec/u2s1[*unit])<=max ) in grib_g1_step_apply_units()
430 end_sec%u2s1[*unit]==0 && in grib_g1_step_apply_units()
432 (*P2=end_sec/u2s1[*unit])<=max ) in grib_g1_step_apply_units()
448 long end_sec,start_sec; in pack_string() local
486 end_sec=theEnd*u2s[step_unit]; in pack_string()
489 if ( ( end_sec > 918000 || start_sec > 918000 ) && in pack_string()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_accessor_class_g1step_range.c428 long start_sec, end_sec; in grib_g1_step_apply_units() local
454 end_sec = *theEnd * u2s[*step_unit]; in grib_g1_step_apply_units()
458 end_sec % u2s1[*unit] == 0 && in grib_g1_step_apply_units()
460 (*P2 = end_sec / u2s1[*unit]) <= max) in grib_g1_step_apply_units()
466 end_sec % u2s1[*unit] == 0 && in grib_g1_step_apply_units()
468 (*P2 = end_sec / u2s1[*unit]) <= max) in grib_g1_step_apply_units()
484 long end_sec, start_sec; in pack_string() local
529 end_sec = theEnd * u2s[step_unit]; in pack_string()
532 if ((end_sec > 918000 || start_sec > 918000) && in pack_string()
/dports/audio/raul/raul-e87bb398f025912fb989a09f1450b838b251aea1/raul/
H A DSemaphore.hpp256 const chr::seconds end_sec(chr::duration_cast<chr::seconds>(end)); in dummy_seclabel_four()
257 const chr::nanoseconds end_nsec(end - end_sec); in dummy_seclabel_four()
259 const struct timespec ts_end = { static_cast<time_t>(end_sec.count()), in dummy_seclabel_four()
/dports/multimedia/libquvi-scripts09/libquvi-scripts-0.9.20131130/share/subtitle/export/
H A Dsubrip.lua78 local end_sec = tonumber(start) + dur
83 local end_tc = T.to_timecode(end_sec)
/dports/multimedia/qwinff/qwinff-0.2.1-22-g17e987e/src/ui/
H A Dpreviewdialog.cpp59 bool to_end, int end_sec) in exec() argument
63 m_endTime = to_end ? -1 : end_sec; in exec()
H A Dmediaplayerwidget.cpp119 void MediaPlayerWidget::playRange(int begin_sec, int end_sec) in playRange() argument
127 if (end_sec >= 0) in playRange()
128 m_playUntil = end_sec; in playRange()
/dports/multimedia/subtitleripper/subtitleripper/
H A Dspudec.c593 int start_sec, end_sec; in spudec_writeout_srtx_tag() local
611 end_sec = (end_pts-3600*end_hour-60*end_min); in spudec_writeout_srtx_tag()
612 end_subsec = (end_pts-3600*end_hour-60*end_min-end_sec)*1000; in spudec_writeout_srtx_tag()
616 end_hour,end_min,end_sec,end_subsec); in spudec_writeout_srtx_tag()
651 int start_sec, end_sec; in spudec_writeout_dvdxml_tag() local
666 end_sec = (end_pts-3600*end_hour-60*end_min); in spudec_writeout_dvdxml_tag()
667 end_subsec = (end_pts-3600*end_hour-60*end_min-end_sec)*1000; in spudec_writeout_dvdxml_tag()
674 end_hour,end_min,end_sec,end_subsec); in spudec_writeout_dvdxml_tag()
679 end_hour,end_min,end_sec,end_subsec); in spudec_writeout_dvdxml_tag()
/dports/benchmarks/iorate/iorate-3.05/
H A Dior_mach.c174 long end_sec; /* ending seconds */ in ior_read() local
194 ior_time_usec( cfg, &end_sec, &end_usec ); in ior_read()
218 resp_time = (( end_sec - start_sec ) * 1000000 + in ior_read()
256 long end_sec; /* ending seconds */ in ior_write() local
276 ior_time_usec( cfg, &end_sec, &end_usec ); in ior_write()
292 resp_time = (( end_sec - start_sec ) * 1000000 + in ior_write()

12345