Home
last modified time | relevance | path

Searched refs:get_node_id (Results 1 – 25 of 146) sorted by relevance

123456

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dmetadata_sync_helpers.sql523 CREATE OR REPLACE FUNCTION get_node_id()
543 (1420000, 1, 0::bigint, get_node_id(), 1500001))
564 (1420001, 1, 0::bigint, get_node_id(), 1500001),
565 (1420002, 1, 0::bigint, get_node_id(), 1500002),
566 (1420003, 1, 0::bigint, get_node_id(), 1500003),
567 (1420004, 1, 0::bigint, get_node_id(), 1500004),
592 SELECT citus_internal_update_placement_metadata(1420000, get_node_id(), get_node_id()+1000);
600 SELECT citus_internal_update_placement_metadata(1420000, get_node_id()+10000, get_node_id());
608 SELECT citus_internal_update_placement_metadata(0, get_node_id(), get_node_id()+1);
616 SELECT citus_internal_update_placement_metadata(213123123123, get_node_id(), get_node_id()+1);
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/External/RingFamilies/RingDecomposerLib/src/python/py_rdl/
H A DGraph.py49 get_node_id=lambda x: x, argument
71 graph.add_edge(edge, get_node_1, get_node_2, get_node_id, get_edge_id)
84 get_node_id=lambda x: x, argument
101 node1_id = get_node_id(node1)
102 node2_id = get_node_id(node2)
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dsource_table.cpp158 nest::SourceTable::get_node_id( const thread tid, const synindex syn_id, const index lcid ) const in get_node_id() function in nest::SourceTable
164 return sources_[ tid ][ syn_id ][ lcid ].get_node_id(); in get_node_id()
228 …ue_secondary_source_node_id_syn_id ).insert( std::make_pair( source_cit->get_node_id(), syn_id ) ); in compute_buffer_pos_for_unique_secondary_sources()
280 const thread source_rank = kernel().mpi_manager.get_process_id_of_node_id( source.get_node_id() ); in source_should_be_processed_()
299 … < local_sources.size() and local_sources[ next_lcid ].get_node_id() == current_source.get_node_id in next_entry_has_same_source_()
313 and local_sources[ previous_lcid ].get_node_id() == current_source.get_node_id() ); in previous_entry_has_same_source_()
322 const auto node_id = current_source.get_node_id(); in populate_target_data_fields_()
343 .find( current_source.get_node_id() ); in populate_target_data_fields_()
436 source_rank = kernel().mpi_manager.get_process_id_of_node_id( current_source.get_node_id() ); in get_next_target_data()
472 const index old_source_node_id = syn_sources[ lcid ].get_node_id(); in collect_compressible_sources()
[all …]
H A Dconnector_base.h254 def< long >( dict, names::target, C_[ lcid ].get_target( tid )->get_node_id() ); in get_synapse_status()
283 const index current_target_node_id = C_[ lcid ].get_target( tid )->get_node_id(); in get_connection()
305 const index current_target_node_id = C_[ lcid ].get_target( tid )->get_node_id(); in get_connection_with_specified_targets()
334 const index current_target_node_id = C_[ lcid ].get_target( tid )->get_node_id(); in get_source_lcids()
354 target_node_ids.push_back( C_[ lcid ].get_target( tid )->get_node_id() ); in get_target_node_ids()
369 return C_[ lcid ].get_target( tid )->get_node_id(); in get_target_node_id()
456 …if ( C_[ lcid ].get_target( tid )->get_node_id() == target_node_id and not C_[ lcid ].is_disabled(… in find_first_target()
475 if ( C_[ matching_lcids[ i ] ].get_target( tid )->get_node_id() == target_node_id ) in find_matching_target()
H A Devent_delivery_manager_impl.h70 const index source_node_id = source.get_node_id();
99 e.set_sender_node_id( source.get_node_id() );
107 const index lid = kernel().vp_manager.node_id_to_lid( e.get_sender().get_node_id() ); in send_remote()
126 const index lid = kernel().vp_manager.node_id_to_lid( e.get_sender().get_node_id() ); in send_off_grid_remote()
145 const index source_node_id = source.get_node_id(); in send_secondary()
H A Drecording_backend_ascii.cpp62 const index node_id = device.get_node_id(); in enroll()
80 const thread node_id = device.get_node_id(); in disenroll()
95 const thread node_id = device.get_node_id(); in set_value_names()
145 const index node_id = device.get_node_id(); in write()
165 …_string << "-" << std::setfill( '0' ) << std::setw( node_id_digits ) << device.get_node_id() << "-" in compute_vp_node_id_string_()
213 const index node_id = device.get_node_id(); in get_device_status()
H A Drecording_backend_screen.cpp46 const index node_id = device.get_node_id(); in enroll()
62 const index node_id = device.get_node_id(); in disenroll()
99 const index node_id = device.get_node_id(); in write()
127 const index node_id = device.get_node_id(); in get_device_status()
H A Drecording_backend_memory.cpp53 index node_id = device.get_node_id(); in enroll()
69 index node_id = device.get_node_id(); in disenroll()
84 const thread node_id = device.get_node_id(); in set_value_names()
110 index node_id = device.get_node_id(); in write()
133 const index node_id = device.get_node_id(); in get_device_status()
H A Dstimulation_backend_mpi.cpp68 index node_id = device.get_node_id(); in enroll()
88 index node_id = device.get_node_id(); in disenroll()
131 std::get< 1 >( comm_it->second )->push_back( it_device.second.second->get_node_id() ); in prepare()
148 vector_id_device->push_back( it_device.second.second->get_node_id() ); in prepare()
175 std::get< 1 >( comm_it->second )->push_back( it_device.second.second->get_node_id() ); in prepare()
289 get_port( device->get_node_id(), device->get_label(), port_name ); in get_port()
H A Dsource_table.h215 index get_node_id( const thread tid, const synindex syn_id, const index lcid ) const;
434 if ( it->get_node_id() == snode_id and not it->is_disabled() ) in find_first_source()
463 sources.push_back( sources_[ tid ][ syn_id ][ *cit ].get_node_id() ); in get_source_node_ids()
476 if ( last_source != ( *cit ).get_node_id() ) in num_unique_sources()
478 last_source = ( *cit ).get_node_id(); in num_unique_sources()
H A Duniversal_data_logger.h243 const index mm_node_id = req.get_sender().get_node_id(); in connect_logging_device()
266 : multimeter_( req.get_sender().get_node_id() ) in DataLogger_()
502 const index mm_node_id = req.get_sender().get_node_id(); in connect_logging_device()
525 : multimeter_( req.get_sender().get_node_id() ) in DataLogger_()
H A Dsparse_node_array.h75 index get_node_id() const;
199 nest::SparseNodeArray::NodeEntry::get_node_id() const in get_node_id() function
H A Dsource.h60 uint64_t get_node_id() const;
113 Source::get_node_id() const in get_node_id() function
H A Dsparse_node_array.cpp33 assert( node_id == node.get_node_id() ); in NodeEntry()
48 const index node_id = node.get_node_id(); in add_local_node()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/pytorch/
H A Dpytorch_graph.py98 def get_node_id(node): member in PytorchGraph
135 node_id = PytorchGraph.get_node_id(node)
175 if PytorchGraph.get_node_id(node_input.node()) and node_input.node().scopeName():
176 … node_input_name = node_input.node().scopeName() + PytorchGraph.get_node_id(node_input.node())
197 node_id = PytorchGraph.get_node_id(node)
215 if PytorchGraph.get_node_id(node_input.node()) and node_input.node() in graph.nodes():
216 node_input_name = 'node' + PytorchGraph.get_node_id(node_input.node())
/dports/net/cloud-init/cloud-init-21.4/cloudinit/config/
H A Dcc_reset_rmc.py95 def get_node_id(): function
127 node_id_before = get_node_id()
135 node_id_after = get_node_id()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Corefinement/
H A DOutput_builder_for_autorefinement.h118 Node_id get_node_id(vertex_descriptor v, in get_node_id() function
283 Node_id index_p1 = get_node_id(p1, vertex_to_node_id); in operator()
284 Node_id index_p2 = get_node_id(p2, vertex_to_node_id); in operator()
288 Node_id index_q1 = get_node_id(q1, vertex_to_node_id); in operator()
289 Node_id index_q2 = get_node_id(q2, vertex_to_node_id); in operator()
478 Node_id index_p = get_node_id(p, vertex_to_node_id); in operator()
479 Node_id index_q1 = get_node_id(q1, vertex_to_node_id); in operator()
480 Node_id index_q2 = get_node_id(q2, vertex_to_node_id); in operator()
599 Node_id index_p1 = get_node_id(p1, vertex_to_node_id); in operator()
600 Node_id index_p2 = get_node_id(p2, vertex_to_node_id); in operator()
[all …]
H A DGeneric_clip_output_builder.h96 Node_id get_node_id(vertex_descriptor v, in get_node_id() function
187 Node_id index_p1 = get_node_id(target(h, tm1), vertex_to_node_id1); in operator()
192 index_p1 = get_node_id(target(h, tm1), vertex_to_node_id1); in operator()
197 index_p1 = get_node_id(target(h, tm1), vertex_to_node_id1); in operator()
H A DFace_graph_output_builder.h226 Node_id get_node_id(vertex_descriptor v, in get_node_id() function
582 Node_id index_p1 = get_node_id(p1, vertex_to_node_id1); in operator()
583 Node_id index_p2 = get_node_id(p2, vertex_to_node_id1); in operator()
587 Node_id index_q1 = get_node_id(q1, vertex_to_node_id2); in operator()
588 Node_id index_q2 = get_node_id(q2, vertex_to_node_id2); in operator()
894 Node_id index_p = get_node_id(p, vertex_to_node_id1); in operator()
969 Node_id index_q = get_node_id(q, vertex_to_node_id2); in operator()
1031 Node_id index_p1 = get_node_id(p1, vertex_to_node_id1); in operator()
1032 Node_id index_p2 = get_node_id(p2, vertex_to_node_id1); in operator()
1033 Node_id index_q1 = get_node_id(q1, vertex_to_node_id2); in operator()
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dmetadata_sync_helpers.out829 CREATE OR REPLACE FUNCTION get_node_id()
853 (1420000, 1, 0::bigint, get_node_id(), 1500001))
884 (1420001, 1, 0::bigint, get_node_id(), 1500001),
885 (1420002, 1, 0::bigint, get_node_id(), 1500002),
886 (1420003, 1, 0::bigint, get_node_id(), 1500003),
887 (1420004, 1, 0::bigint, get_node_id(), 1500004),
940 SELECT citus_internal_update_placement_metadata(1420000, get_node_id(), get_node_id()+1000);
953 SELECT citus_internal_update_placement_metadata(1420000, get_node_id()+10000, get_node_id());
966 SELECT citus_internal_update_placement_metadata(0, get_node_id(), get_node_id()+1);
979 SELECT citus_internal_update_placement_metadata(213123123123, get_node_id(), get_node_id()+1);
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmuuid/
H A Dgen_uuid.c201 static int get_node_id(unsigned char *byMAC) in get_node_id() function
241 static int get_node_id(unsigned char *node_id) in get_node_id() function
327 return get_node_id(node_id); in uuid_get_node_id()
385 if (get_node_id(node_id) <= 0) { in uuid_generate_time()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/fuse/
H A Dxattr.c31 args.nodeid = get_node_id(inode); in fuse_setxattr()
67 args.nodeid = get_node_id(inode); in fuse_getxattr()
131 args.nodeid = get_node_id(inode); in fuse_listxattr()
167 args.nodeid = get_node_id(inode); in fuse_removexattr()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmuuid/
H A Dgen_uuid.c201 static int get_node_id(unsigned char *byMAC) in get_node_id() function
241 static int get_node_id(unsigned char *node_id) in get_node_id() function
327 return get_node_id(node_id); in uuid_get_node_id()
385 if (get_node_id(node_id) <= 0) { in uuid_generate_time()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/fuse/
H A Dxattr.c31 args.nodeid = get_node_id(inode); in fuse_setxattr()
67 args.nodeid = get_node_id(inode); in fuse_getxattr()
131 args.nodeid = get_node_id(inode); in fuse_listxattr()
167 args.nodeid = get_node_id(inode); in fuse_removexattr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/fuse/
H A Dxattr.c31 args.nodeid = get_node_id(inode); in fuse_setxattr()
67 args.nodeid = get_node_id(inode); in fuse_getxattr()
131 args.nodeid = get_node_id(inode); in fuse_listxattr()
167 args.nodeid = get_node_id(inode); in fuse_removexattr()

123456