Home
last modified time | relevance | path

Searched refs:trk (Results 126 – 150 of 1224) sorted by relevance

12345678910>>...49

/dports/net/openmpi3/openmpi-3.1.6/orte/runtime/
H A Dorte_wait.c189 orte_wait_tracker_t *trk = (orte_wait_tracker_t*)cbdata; in cancel_callback() local
192 ORTE_ACQUIRE_OBJECT(trk); in cancel_callback()
195 if (t2->child == trk->child) { in cancel_callback()
198 OBJ_RELEASE(trk); in cancel_callback()
203 OBJ_RELEASE(trk); in cancel_callback()
208 orte_wait_tracker_t *trk; in orte_wait_cb_cancel() local
217 trk = OBJ_NEW(orte_wait_tracker_t); in orte_wait_cb_cancel()
219 trk->child = child; in orte_wait_cb_cancel()
220 ORTE_THREADSHIFT(trk, orte_event_base, cancel_callback, ORTE_SYS_PRI); in orte_wait_cb_cancel()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/gds/hash/
H A Dgds_hash.c398 if (NULL == trk) { in process_app_array()
959 trk = NULL; in hash_cache_job_info()
962 trk = t; in hash_cache_job_info()
1322 trk = NULL; in register_info()
1325 trk = t; in register_info()
1451 trk = NULL; in hash_register_job_info()
1842 trk = NULL; in hash_store()
1845 trk = t; in hash_store()
1993 trk = NULL; in _hash_store_modex()
2347 trk = NULL; in hash_fetch()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/gpx/
H A Dqgsgpxprovider.cpp301 QgsTrack trk; in addFeature() local
305 trk.xMin = std::numeric_limits<double>::max(); in addFeature()
306 trk.xMax = -std::numeric_limits<double>::max(); in addFeature()
307 trk.yMin = std::numeric_limits<double>::max(); in addFeature()
308 trk.yMax = -std::numeric_limits<double>::max(); in addFeature()
322 trk.xMin = trk.xMin < lon ? trk.xMin : lon; in addFeature()
323 trk.xMax = trk.xMax > lon ? trk.xMax : lon; in addFeature()
324 trk.yMin = trk.yMin < lat ? trk.yMin : lat; in addFeature()
325 trk.yMax = trk.yMax > lat ? trk.yMax : lat; in addFeature()
336 trk.number = num; in addFeature()
[all …]
/dports/science/py-dipy/dipy-1.4.1/doc/interfaces/
H A Dbundle_segmentation_flow.rst21 Let's say we have an input target tractogram named ``streamlines.trk`` and the atlas we
22 downloaded, named ``whole_brain_MNI.trk``.
26 dipy_horizon "streamlines.trk" "whole_brain_MNI.trk" --random_color
44 ``moving`` .trk files. In our case, the ``static`` input is the atlas and the ``moving`` is
45 our ``target`` tractogram (``streamlines.trk``).
49 dipy_slr "whole_brain_MNI.trk" "streamlines.trk" --force
51 Per default, the SLR workflow will save a transformed tractogram as ``moved.trk``.
55 dipy_horizon "moved.trk" "whole_brain_MNI.trk" --random_color
75 dipy_recobundles "moved.trk" "bundles/*.trk" --force --mix_names --out_dir "rb_output"
102 dipy_labelsbundles 'streamlines.trk' 'rb_output/*.npy' --mix_names --out_dir "org_output"
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/trk/
H A DCScrOptTrk.cpp28 CScrOptTrk::CScrOptTrk(CGisItemTrk* trk, const QPoint& point, IMouse* parent) in CScrOptTrk() argument
30 , key(trk->getKey()) in CScrOptTrk()
35 …label->setText(trk->getInfo(IGisItem::eFeatureShowName | IGisItem::eFeatureShowActivity | IGisItem… in CScrOptTrk()
38 toolProfile->setChecked(trk->hasUserFocus()); in CScrOptTrk()
40 bool isOnDevice = trk->isOnDevice(); in CScrOptTrk()
45 toolCopyWithWpt->setEnabled(trk->getNumberOfAttachedWpt() != 0); in CScrOptTrk()
46 toolNogo->setChecked(trk->isNogo()); in CScrOptTrk()
48 IGisProject* project = trk->getParentProject(); in CScrOptTrk()
54 anchor = trk->getPointCloseBy(point); in CScrOptTrk()
85 trk->setMouseFocusByPoint(NOPOINT, CGisItemTrk::eFocusMouseMove, "CScrOptTrk"); in CScrOptTrk()
[all …]
/dports/mail/mailutils/mailutils-3.13/libproto/dotmail/
H A Ddotmail.c1151 trk->ref = calloc (dmp->mesg_count, sizeof (trk->ref[0])); in tracker_init()
1152 if (!trk->ref) in tracker_init()
1154 trk->dmp = dmp; in tracker_init()
1155 trk->mesg_count = 0; in tracker_init()
1162 free (trk->ref); in tracker_free()
1168 trk->ref[trk->mesg_count++] = orig_num; in tracker_next_ref()
1178 if (trk->mesg_count == 0) in dotmail_tracker_sync()
1379 dotmail_tracker_sync (trk); in dotmail_copyback()
1568 dotmail_tracker_sync (trk); in dotmail_flush_unlocked()
1653 rc = tracker_init (&trk, dmp); in dotmail_flush()
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/testo.d/
H A Dcompegps.test10 gpsbabel -i compegps -f ${REFERENCE}/track/compegps.trk -o gpx -F ${TMPDIR}/compegps-trk.gpx
11 compare ${REFERENCE}/track/compegps-trk.gpx ${TMPDIR}/compegps-trk.gpx
21 gpsbabel -t -i compegps -f ${REFERENCE}/track/compegps.trk -o compegps -F ${TMPDIR}/compegps.trk
22 gpsbabel -i compegps -f ${TMPDIR}/compegps.trk -o gpx -F ${TMPDIR}/compegps-trk2.gpx
23 compare ${REFERENCE}/track/compegps-trk.gpx ${TMPDIR}/compegps-trk2.gpx
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/testo.d/
H A Dcompegps.test10 gpsbabel -i compegps -f ${REFERENCE}/track/compegps.trk -o gpx -F ${TMPDIR}/compegps-trk.gpx
11 compare ${REFERENCE}/track/compegps-trk.gpx ${TMPDIR}/compegps-trk.gpx
21 gpsbabel -t -i compegps -f ${REFERENCE}/track/compegps.trk -o compegps -F ${TMPDIR}/compegps.trk
22 gpsbabel -i compegps -f ${TMPDIR}/compegps.trk -o gpx -F ${TMPDIR}/compegps-trk2.gpx
23 compare ${REFERENCE}/track/compegps-trk.gpx ${TMPDIR}/compegps-trk2.gpx
/dports/mail/mailutils/mailutils-3.13/libproto/mbox/
H A Dmboxrd.c1364 trk->ref = calloc (dmp->mesg_count, sizeof (trk->ref[0])); in tracker_init()
1365 if (!trk->ref) in tracker_init()
1367 trk->dmp = dmp; in tracker_init()
1368 trk->mesg_count = 0; in tracker_init()
1375 free (trk->ref); in tracker_free()
1381 trk->ref[trk->mesg_count++] = orig_num; in tracker_next_ref()
1391 if (trk->mesg_count == 0) in mboxrd_tracker_sync()
1546 if (trk->mesg_count) in mboxrd_flush_temp()
1549 trk->dmp->mesg[trk->ref[trk->mesg_count - 1]]->message_end + 1); in mboxrd_flush_temp()
1599 mboxrd_tracker_sync (trk); in mboxrd_copyback()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/print/
H A DCScreenshotDialog.cpp124 CGisItemTrk* trk = getTrackForProfile(); in slotPrint() local
125 if(trk != nullptr) in slotPrint()
127 …CPlotProfile plot(trk, trk->limitsGraph1, IPlot::eModeNormal, CMainWindow::self().getBestWidgetFor… in slotPrint()
151 QPixmap CScreenshotDialog::getScreenshot(CGisItemTrk* trk) in getScreenshot() argument
155 if(trk != nullptr) in getScreenshot()
165 if(trk != nullptr) in getScreenshot()
167 …CPlotProfile plot(trk, trk->limitsGraph1, IPlot::eModeNormal, CMainWindow::self().getBestWidgetFor… in getScreenshot()
/dports/net/openmpi/openmpi-4.1.1/orte/runtime/
H A Dorte_wait.c195 orte_wait_tracker_t *trk = (orte_wait_tracker_t*)cbdata; in cancel_callback() local
198 ORTE_ACQUIRE_OBJECT(trk); in cancel_callback()
201 if (t2->child == trk->child) { in cancel_callback()
204 OBJ_RELEASE(trk); in cancel_callback()
209 OBJ_RELEASE(trk); in cancel_callback()
214 orte_wait_tracker_t *trk; in orte_wait_cb_cancel() local
223 trk = OBJ_NEW(orte_wait_tracker_t); in orte_wait_cb_cancel()
225 trk->child = child; in orte_wait_cb_cancel()
226 ORTE_THREADSHIFT(trk, orte_event_base, cancel_callback, ORTE_SYS_PRI); in orte_wait_cb_cancel()
/dports/emulators/hercules/hercules-3.13/
H A Ddasdpdsu.c47 int trk; /* Relative track number */ in process_member() local
76 trk = (ttr[0] << 8) | ttr[1]; in process_member()
81 memname, trk, rec); in process_member()
87 rc = convert_tt (trk, noext, extent, cif->heads, &cyl, &head); in process_member()
101 trk++; in process_member()
226 int trk; /* Relative track number */ in main() local
313 trk = 0; in main()
320 if (extgui) fprintf(stderr,"CTRK=%d\n",trk); in main()
324 rc = convert_tt (trk, noext, extent, cif->heads, &cyl, &head); in main()
339 trk++; in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmovenc.c5201 ref = trk->cluster[trk->entry - 1].dts; in check_pkt()
5204 ref = trk->start_dts + trk->track_duration; in check_pkt()
5301 trk->vos_data = av_malloc(trk->vos_len); in ff_mov_write_packet()
5391 if (trk->entry >= trk->cluster_capacity) { in ff_mov_write_packet()
5403 trk->cluster[trk->entry].chunkNum = 0; in ff_mov_write_packet()
5414 trk->cluster[trk->entry].dts = trk->start_dts + trk->track_duration; in ff_mov_write_packet()
5422 pkt->pts = pkt->dts + trk->end_pts - trk->cluster[trk->entry].dts; in ff_mov_write_packet()
5440 trk->cluster[trk->entry].dts = trk->start_dts = 0; in ff_mov_write_packet()
5475 trk->cluster[trk->entry].flags = 0; in ff_mov_write_packet()
5479 trk->end_pts = trk->cluster[trk->entry].dts + in ff_mov_write_packet()
[all …]
H A Dmovenchint.c344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()
351 trk->prev_rtp_ts = ts; in write_hint_packets()
354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()
356 trk->cur_rtp_ts_unwrapped += ts_diff; in write_hint_packets()
357 trk->prev_rtp_ts = ts; in write_hint_packets()
361 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
406 MOVTrack *trk = &mov->tracks[track_index]; in ff_mov_add_hinted_packet() local
407 AVFormatContext *rtp_ctx = trk->rtp_ctx; in ff_mov_add_hinted_packet()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/plug-ins/
H A Dcrossfadeclips.ny51 (let ((trk-ends ()) ;starts of clips
52 (trk-starts ())) ;ends of clips
56 (psetq trk-ends (list (/ (+ T0 T1) 2))
61 (push (first clip) trk-starts))
64 (push (second clip) trk-ends))
70 ((and (= (length trk-ends) 1)
71 (= (length trk-starts) 1)
72 (<= (car trk-ends) (car trk-starts)))
73 (list (car trk-ends)(car trk-starts)))
74 ((or (> (length trk-ends) 1)
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmovenc.c5538 ref = trk->cluster[trk->entry - 1].dts; in check_pkt()
5541 ref = trk->start_dts + trk->track_duration; in check_pkt()
5760 if (trk->entry >= trk->cluster_capacity) { in ff_mov_write_packet()
5773 trk->cluster[trk->entry].chunkNum = 0; in ff_mov_write_packet()
5774 trk->cluster[trk->entry].size = size; in ff_mov_write_packet()
5784 trk->cluster[trk->entry].dts = trk->start_dts + trk->track_duration; in ff_mov_write_packet()
5793 pkt->pts = pkt->dts + trk->end_pts - trk->cluster[trk->entry].dts; in ff_mov_write_packet()
5811 trk->cluster[trk->entry].dts = trk->start_dts = 0; in ff_mov_write_packet()
5846 trk->cluster[trk->entry].flags = 0; in ff_mov_write_packet()
5850 trk->end_pts = trk->cluster[trk->entry].dts + in ff_mov_write_packet()
[all …]
H A Dmovenchint.c344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()
351 trk->prev_rtp_ts = ts; in write_hint_packets()
354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()
356 trk->cur_rtp_ts_unwrapped += ts_diff; in write_hint_packets()
357 trk->prev_rtp_ts = ts; in write_hint_packets()
361 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
406 MOVTrack *trk = &mov->tracks[track_index]; in ff_mov_add_hinted_packet() local
407 AVFormatContext *rtp_ctx = trk->rtp_ctx; in ff_mov_add_hinted_packet()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmovenc.c5525 ref = trk->cluster[trk->entry - 1].dts; in check_pkt()
5528 ref = trk->start_dts + trk->track_duration; in check_pkt()
5747 if (trk->entry >= trk->cluster_capacity) { in ff_mov_write_packet()
5760 trk->cluster[trk->entry].chunkNum = 0; in ff_mov_write_packet()
5761 trk->cluster[trk->entry].size = size; in ff_mov_write_packet()
5771 trk->cluster[trk->entry].dts = trk->start_dts + trk->track_duration; in ff_mov_write_packet()
5780 pkt->pts = pkt->dts + trk->end_pts - trk->cluster[trk->entry].dts; in ff_mov_write_packet()
5798 trk->cluster[trk->entry].dts = trk->start_dts = 0; in ff_mov_write_packet()
5833 trk->cluster[trk->entry].flags = 0; in ff_mov_write_packet()
5837 trk->end_pts = trk->cluster[trk->entry].dts + in ff_mov_write_packet()
[all …]
H A Dmovenchint.c344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()
351 trk->prev_rtp_ts = ts; in write_hint_packets()
354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()
356 trk->cur_rtp_ts_unwrapped += ts_diff; in write_hint_packets()
357 trk->prev_rtp_ts = ts; in write_hint_packets()
361 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
406 MOVTrack *trk = &mov->tracks[track_index]; in ff_mov_add_hinted_packet() local
407 AVFormatContext *rtp_ctx = trk->rtp_ctx; in ff_mov_add_hinted_packet()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmovenchint.c344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()
351 trk->prev_rtp_ts = ts; in write_hint_packets()
354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()
356 trk->cur_rtp_ts_unwrapped += ts_diff; in write_hint_packets()
357 trk->prev_rtp_ts = ts; in write_hint_packets()
361 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
406 MOVTrack *trk = &mov->tracks[track_index]; in ff_mov_add_hinted_packet() local
407 AVFormatContext *rtp_ctx = trk->rtp_ctx; in ff_mov_add_hinted_packet()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmovenchint.c344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()
351 trk->prev_rtp_ts = ts; in write_hint_packets()
354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()
356 trk->cur_rtp_ts_unwrapped += ts_diff; in write_hint_packets()
357 trk->prev_rtp_ts = ts; in write_hint_packets()
361 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
406 MOVTrack *trk = &mov->tracks[track_index]; in ff_mov_add_hinted_packet() local
407 AVFormatContext *rtp_ctx = trk->rtp_ctx; in ff_mov_add_hinted_packet()
[all …]
H A Dmovenc.c5339 ref = trk->cluster[trk->entry - 1].dts; in check_pkt()
5342 ref = trk->start_dts + trk->track_duration; in check_pkt()
5542 if (trk->entry >= trk->cluster_capacity) { in ff_mov_write_packet()
5554 trk->cluster[trk->entry].chunkNum = 0; in ff_mov_write_packet()
5555 trk->cluster[trk->entry].size = size; in ff_mov_write_packet()
5565 trk->cluster[trk->entry].dts = trk->start_dts + trk->track_duration; in ff_mov_write_packet()
5574 pkt->pts = pkt->dts + trk->end_pts - trk->cluster[trk->entry].dts; in ff_mov_write_packet()
5592 trk->cluster[trk->entry].dts = trk->start_dts = 0; in ff_mov_write_packet()
5627 trk->cluster[trk->entry].flags = 0; in ff_mov_write_packet()
5631 trk->end_pts = trk->cluster[trk->entry].dts + in ff_mov_write_packet()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmovenchint.c344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()
351 trk->prev_rtp_ts = ts; in write_hint_packets()
354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()
356 trk->cur_rtp_ts_unwrapped += ts_diff; in write_hint_packets()
357 trk->prev_rtp_ts = ts; in write_hint_packets()
361 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
406 MOVTrack *trk = &mov->tracks[track_index]; in ff_mov_add_hinted_packet() local
407 AVFormatContext *rtp_ctx = trk->rtp_ctx; in ff_mov_add_hinted_packet()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmovenchint.c344 if (packet_len > trk->max_packet_size) in write_hint_packets()
345 trk->max_packet_size = packet_len; in write_hint_packets()
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()
351 trk->prev_rtp_ts = ts; in write_hint_packets()
354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()
356 trk->cur_rtp_ts_unwrapped += ts_diff; in write_hint_packets()
357 trk->prev_rtp_ts = ts; in write_hint_packets()
361 *dts = trk->cur_rtp_ts_unwrapped; in write_hint_packets()
406 MOVTrack *trk = &mov->tracks[track_index]; in ff_mov_add_hinted_packet() local
407 AVFormatContext *rtp_ctx = trk->rtp_ctx; in ff_mov_add_hinted_packet()
[all …]
H A Dmovenc.c5484 ref = trk->cluster[trk->entry - 1].dts; in check_pkt()
5487 ref = trk->start_dts + trk->track_duration; in check_pkt()
5706 if (trk->entry >= trk->cluster_capacity) { in ff_mov_write_packet()
5718 trk->cluster[trk->entry].chunkNum = 0; in ff_mov_write_packet()
5719 trk->cluster[trk->entry].size = size; in ff_mov_write_packet()
5729 trk->cluster[trk->entry].dts = trk->start_dts + trk->track_duration; in ff_mov_write_packet()
5738 pkt->pts = pkt->dts + trk->end_pts - trk->cluster[trk->entry].dts; in ff_mov_write_packet()
5756 trk->cluster[trk->entry].dts = trk->start_dts = 0; in ff_mov_write_packet()
5791 trk->cluster[trk->entry].flags = 0; in ff_mov_write_packet()
5795 trk->end_pts = trk->cluster[trk->entry].dts + in ff_mov_write_packet()
[all …]

12345678910>>...49