Home
last modified time | relevance | path

Searched refs:dest_id (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/actions/
H A Dport_connection_action.h111 src_id,dest_id,error) \ argument
114 src_id, dest_id, 0.f, error)
117 src_id,dest_id,error) \ argument
120 src_id, dest_id, 0.f, error)
123 src_id,dest_id,enable,error) \ argument
128 src_id, dest_id, 0.f, error)
150 src_id,dest_id,error) \ argument
153 src_id, dest_id, 0.f, error)
156 src_id,dest_id,error) \ argument
159 src_id, dest_id, 0.f, error)
[all …]
/dports/math/R/R-4.1.2/src/extra/tre/
H A Dtre-match-approx.c563 int dest_id = trans->state_id; in tre_tnfa_run_approx() local
583 if (reach_next[dest_id].pos == pos in tre_tnfa_run_approx()
590 reach_next[dest_id].tags))))) in tre_tnfa_run_approx()
600 reach_next[dest_id].pos = pos; in tre_tnfa_run_approx()
610 memcpy(&reach_next[dest_id].costs, in tre_tnfa_run_approx()
641 *deque_end = &reach_next[dest_id]; in tre_tnfa_run_approx()
697 int dest_id; in tre_tnfa_run_approx() local
710 dest_id = trans->state_id; in tre_tnfa_run_approx()
752 id, dest_id, cost0)); in tre_tnfa_run_approx()
756 id, dest_id, cost0)); in tre_tnfa_run_approx()
[all …]
/dports/math/libRmath/R-4.1.1/src/extra/tre/
H A Dtre-match-approx.c563 int dest_id = trans->state_id; in tre_tnfa_run_approx() local
583 if (reach_next[dest_id].pos == pos in tre_tnfa_run_approx()
590 reach_next[dest_id].tags))))) in tre_tnfa_run_approx()
600 reach_next[dest_id].pos = pos; in tre_tnfa_run_approx()
610 memcpy(&reach_next[dest_id].costs, in tre_tnfa_run_approx()
641 *deque_end = &reach_next[dest_id]; in tre_tnfa_run_approx()
697 int dest_id; in tre_tnfa_run_approx() local
710 dest_id = trans->state_id; in tre_tnfa_run_approx()
752 id, dest_id, cost0)); in tre_tnfa_run_approx()
756 id, dest_id, cost0)); in tre_tnfa_run_approx()
[all …]
/dports/textproc/libtre/tre-0.8.0/lib/
H A Dtre-match-approx.c534 int dest_id = trans->state_id; in tre_tnfa_run_approx() local
554 if (reach_next[dest_id].pos == pos in tre_tnfa_run_approx()
571 reach_next[dest_id].pos = pos; in tre_tnfa_run_approx()
581 memcpy(&reach_next[dest_id].costs, in tre_tnfa_run_approx()
612 *deque_end = &reach_next[dest_id]; in tre_tnfa_run_approx()
666 int dest_id; in tre_tnfa_run_approx() local
679 dest_id = trans->state_id; in tre_tnfa_run_approx()
721 id, dest_id, cost0)); in tre_tnfa_run_approx()
725 id, dest_id, cost0)); in tre_tnfa_run_approx()
748 reach_next[dest_id].pos, in tre_tnfa_run_approx()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/lensfun/libs/regex/
H A Dtre-match-approx.c554 int dest_id = trans->state_id; in tre_tnfa_run_approx() local
574 if (reach_next[dest_id].pos == pos in tre_tnfa_run_approx()
591 reach_next[dest_id].pos = pos; in tre_tnfa_run_approx()
601 memcpy(&reach_next[dest_id].costs, in tre_tnfa_run_approx()
632 *deque_end = &reach_next[dest_id]; in tre_tnfa_run_approx()
686 int dest_id; in tre_tnfa_run_approx() local
712 dest_id = trans->state_id; in tre_tnfa_run_approx()
754 id, dest_id, cost0)); in tre_tnfa_run_approx()
758 id, dest_id, cost0)); in tre_tnfa_run_approx()
781 reach_next[dest_id].pos, in tre_tnfa_run_approx()
[all …]
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/lib/
H A Dtre-match-approx.c552 int dest_id = trans->state_id; in tre_tnfa_run_approx() local
572 if (reach_next[dest_id].pos == pos in tre_tnfa_run_approx()
589 reach_next[dest_id].pos = pos; in tre_tnfa_run_approx()
599 memcpy(&reach_next[dest_id].costs, in tre_tnfa_run_approx()
630 *deque_end = &reach_next[dest_id]; in tre_tnfa_run_approx()
684 int dest_id; in tre_tnfa_run_approx() local
710 dest_id = trans->state_id; in tre_tnfa_run_approx()
752 id, dest_id, cost0)); in tre_tnfa_run_approx()
756 id, dest_id, cost0)); in tre_tnfa_run_approx()
779 reach_next[dest_id].pos, in tre_tnfa_run_approx()
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dport_connection.c41 self->dest_id = port_identifier_clone (dest); in port_connection_new()
87 TRACKLIST, self->dest_id->track_name_hash); in port_connection_print_to_str()
95 self->dest_id->track_name_hash, in port_connection_print_to_str()
96 self->dest_id->label, in port_connection_print_to_str()
106 self->dest_id->track_name_hash, in port_connection_print_to_str()
107 self->dest_id->label, in port_connection_print_to_str()
131 src->src_id, src->dest_id, src->multiplier, in port_connection_clone()
145 port_identifier_free (self->dest_id); in port_connection_free()
/dports/security/silktools/silk-3.19.1/src/rwfilter/
H A Drwfiltersetup.c422 int dest_id; in appOptionsHandler() local
430 dest_id = opt_index - OPT_PASS_DEST; in appOptionsHandler()
431 assert(dest_id >= 0 && dest_id < DESTINATION_TYPES); in appOptionsHandler()
448 d_type = &dest_type[dest_id]; in appOptionsHandler()
728 int dest_id; in filterCheckOutputs() local
732 for (dest_id = 0; dest_id < DESTINATION_TYPES; ++dest_id) { in filterCheckOutputs()
733 for (dest = dest_type[dest_id].dest_list; in filterCheckOutputs()
741 appOptions[dest_id+OPT_PASS_DEST].name, in filterCheckOutputs()
793 int dest_id; in filterOpenOutputs() local
808 for (dest_id = 0; dest_id < DESTINATION_TYPES; ++dest_id) { in filterOpenOutputs()
[all …]
H A Drwfilterthread.c89 int dest_id, in dumpBuffer() argument
103 pthread_mutex_lock(&dest_mutex[dest_id]); in dumpBuffer()
106 dest = dest_type[dest_id].dest_list; in dumpBuffer()
108 assert(dest_type[dest_id].count == 0); in dumpBuffer()
115 if (dest_type[dest_id].max_records) { in dumpBuffer()
117 if (total_rec_count + reccount > dest_type[dest_id].max_records) { in dumpBuffer()
118 reccount = dest_type[dest_id].max_records - total_rec_count; in dumpBuffer()
134 closeOneOutput(dest_id, dest); in dumpBuffer()
148 closeOutputDests(dest_id, 0); in dumpBuffer()
159 pthread_mutex_unlock(&dest_mutex[dest_id]); in dumpBuffer()
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/actions/
H A Dport_connection_action.c46 PortIdentifier * dest_id, in port_connection_action_new() argument
58 PORT_CONNECTIONS_MGR, src_id, dest_id); in port_connection_action_new()
64 src_id, dest_id, 1.f, F_NOT_LOCKED, in port_connection_action_new()
92 PortIdentifier * dest_id, in port_connection_action_perform() argument
98 error, type, src_id, dest_id, new_val, in port_connection_action_perform()
113 self->connection->dest_id); in port_connection_action_do_or_undo()
119 self->connection->dest_id); in port_connection_action_do_or_undo()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dclosedsplinecurve.cc113 int dest_id = -1; in add_point() local
115 dest_id = 0; in add_point()
117 dest_id = points_polar.size(); in add_point()
122 dest_id = i; in add_point()
129 if( dest_id >= 0 ) { in add_point()
141 return dest_id; in add_point()
177 int dest_id = -1; in set_point() local
179 dest_id = 0; in set_point()
181 dest_id = points_polar.size(); in set_point()
186 dest_id = i; in set_point()
[all …]
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/tests/functional-tests/
H A D600-applications-camera.py153 dest_id, dest_urn = self.system.store.await_resource_inserted(NMM_PHOTO, dest_fileuri)
159 self.system.store.await_resource_deleted(NMM_PHOTO, dest_id)
199 dest_id, dest_urn = self.system.store.await_resource_inserted(NMM_PHOTO, dest_fileuri)
205 self.system.store.await_resource_deleted(NMM_PHOTO, dest_id)
231 dest_id, dest_urn = self.system.store.await_resource_inserted(NMM_PHOTO, dest_fileuri)
237 self.system.store.await_resource_deleted(NMM_PHOTO, dest_id)
277 dest_id, dest_urn = self.system.store.await_resource_inserted(NMM_VIDEO, dest_fileuri)
283 self.system.store.await_resource_deleted(NMM_VIDEO, dest_id)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc581 GLuint dest_id, in DoCopyTexImage2D() argument
634 GLuint dest_id, in DoCopyTexSubImage2D() argument
893 GLuint dest_id,
911 GLuint dest_id,
937 GLuint dest_id,
963 GLuint dest_id,
1127 GLuint dest_id, in DoCopyTexture() argument
1153 GLuint dest_id, in DoCopySubTexture() argument
1247 GLuint dest_id, in DoCopySubTextureWithTransform() argument
1281 GLuint dest_id, in DoCopyTextureWithTransform() argument
[all …]
H A Dgles2_cmd_copy_texture_chromium.h67 GLuint dest_id,
86 GLuint dest_id,
113 GLuint dest_id,
144 GLuint dest_id,
/dports/audio/lash/lash-0.5.4/lashd/
H A Dalsa_patch.c42 uuid_clear(patch->dest_id); in alsa_patch_init()
103 return uuid_is_null(patch->dest_id); in alsa_patch_to_dest_is_null()
217 if (!uuid_is_null(patch->dest_id)) { in alsa_patch_unset()
220 patch->dest_id, in alsa_patch_unset()
292 uuid_copy(patch->src_id, patch->dest_id); in alsa_patch_switch_clients()
293 uuid_copy(patch->dest_id, id); in alsa_patch_switch_clients()
304 uuid_copy(patch->dest_id, other_patch->dest_id); in alsa_patch_dup()
369 if (uuid_is_null(patch->dest_id)) { in alsa_patch_create_xml()
374 uuid_unparse(patch->dest_id, str); in alsa_patch_create_xml()
481 if (uuid_is_null(patch->dest_id)) in alsa_patch_get_desc()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc578 GLuint dest_id, in DoCopyTexImage2D() argument
618 decoder->RestoreTextureState(dest_id); in DoCopyTexImage2D()
631 GLuint dest_id, in DoCopyTexSubImage2D() argument
890 GLuint dest_id,
908 GLuint dest_id,
952 GLuint dest_id,
1075 GLuint dest_id, in DoCopySubTexture() argument
1105 GLuint dest_texture = dest_id; in DoCopySubTexture()
1169 GLuint dest_id, in DoCopyTexture() argument
1191 GLuint dest_texture = dest_id; in DoCopyTexture()
[all …]
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-decode.c53 xed_uint_t dest_id = reg_id_avx2(xed3_operand_get_reg0(xds)); in check_avx2_gathers() local
57 indx_id == dest_id || in check_avx2_gathers()
58 mask_id == dest_id ) in check_avx2_gathers()
76 xed_uint_t dest_id = reg_id_avx512(xed3_operand_get_reg0(xds)); in check_avx512_gathers() local
77 if (indx_id == dest_id) in check_avx512_gathers()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dedit_metadata.py569 for dest_id, src_ids in iteritems(merge_map):
579 self.merge_metadata(dest_id, src_ids)
583 row = self.gui.library_view.ids_to_rows([dest_id])[dest_id]
604 dest_id, src_ids = self.books_to_merge(rows)
618 self.merge_metadata(dest_id, src_ids)
648 self.merge_metadata(dest_id, src_ids)
693 dest_id = id_
696 return [dest_id, src_ids]
701 def merge_metadata(self, dest_id, src_ids): argument
706 dest_cover = db.cover(dest_id, index_is_id=True)
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_crystal_router.h112 const cs_lnum_t *dest_id,
152 const cs_lnum_t *dest_id,
264 cs_lnum_t **dest_id,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/caam/
H A Ddpseci.c207 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue()
247 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpseci_get_rx_queue()
392 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_congestion_notification()
432 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_congestion_notification()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/caam/
H A Ddpseci.c207 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue()
247 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpseci_get_rx_queue()
392 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_congestion_notification()
432 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_congestion_notification()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/caam/
H A Ddpseci.c207 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_rx_queue()
247 attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id); in dpseci_get_rx_queue()
392 cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id); in dpseci_set_congestion_notification()
432 cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id); in dpseci_get_congestion_notification()
/dports/devel/boost-docs/boost_1_72_0/libs/thread/test/
H A Dtest_move_function.cpp22 boost::thread::id dest_id=dest.get_id(); in BOOST_AUTO_TEST_CASE() local
23 BOOST_CHECK(src_id==dest_id); in BOOST_AUTO_TEST_CASE()
34 boost::thread::id dest_id=dest.get_id(); in BOOST_AUTO_TEST_CASE() local
35 BOOST_CHECK(src_id==dest_id); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/test/
H A Dtest_move_function.cpp22 boost::thread::id dest_id=dest.get_id(); in BOOST_AUTO_TEST_CASE() local
23 BOOST_CHECK(src_id==dest_id); in BOOST_AUTO_TEST_CASE()
34 boost::thread::id dest_id=dest.get_id(); in BOOST_AUTO_TEST_CASE() local
35 BOOST_CHECK(src_id==dest_id); in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/test/
H A Dtest_move_function.cpp22 boost::thread::id dest_id=dest.get_id(); in BOOST_AUTO_TEST_CASE() local
23 BOOST_CHECK(src_id==dest_id); in BOOST_AUTO_TEST_CASE()
34 boost::thread::id dest_id=dest.get_id(); in BOOST_AUTO_TEST_CASE() local
35 BOOST_CHECK(src_id==dest_id); in BOOST_AUTO_TEST_CASE()

12345678910>>...28