Home
last modified time | relevance | path

Searched refs:nodes_vector (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libfshfs/libfshfs-20210722/libfshfs/
H A Dlibfshfs_btree_file.c205 if( ( *btree_file )->nodes_vector != NULL ) in libfshfs_btree_file_free()
208 &( ( *btree_file )->nodes_vector ), in libfshfs_btree_file_free()
273 if( btree_file->nodes_vector != NULL ) in libfshfs_btree_file_read_file_io_handle()
447 &( btree_file->nodes_vector ), in libfshfs_btree_file_read_file_io_handle()
486 if( btree_file->nodes_vector != NULL ) in libfshfs_btree_file_read_file_io_handle()
489 &( btree_file->nodes_vector ), in libfshfs_btree_file_read_file_io_handle()
526 btree_file->nodes_vector, in libfshfs_btree_file_get_node_by_number()
571 btree_file->nodes_vector, in libfshfs_btree_file_get_root_node()
H A Dlibfshfs_btree_file.h60 libfshfs_btree_node_vector_t *nodes_vector; member
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_streaming_node.cpp794 nodes_vector_type nodes_vector; in TestChaining() local
796 nodes_vector.emplace_back(g, kernel, device_selector, factory); in TestChaining()
807 make_edge(source_n, input_port<0>(nodes_vector.front())); in TestChaining()
808 for (size_t i = 0; i < nodes_vector.size() - 1; i++) { in TestChaining()
809 make_edge(output_port<0>(nodes_vector[i]), input_port<0>(nodes_vector[i + 1])); in TestChaining()
810 nodes_vector[i].set_args(port_ref<0>()); in TestChaining()
812 nodes_vector.back().set_args(port_ref<0>()); in TestChaining()
813 make_edge(output_port<0>(nodes_vector.back()), destination_n); in TestChaining()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_streaming_node.cpp794 nodes_vector_type nodes_vector; in TestChaining() local
796 nodes_vector.emplace_back(g, kernel, device_selector, factory); in TestChaining()
807 make_edge(source_n, input_port<0>(nodes_vector.front())); in TestChaining()
808 for (size_t i = 0; i < nodes_vector.size() - 1; i++) { in TestChaining()
809 make_edge(output_port<0>(nodes_vector[i]), input_port<0>(nodes_vector[i + 1])); in TestChaining()
810 nodes_vector[i].set_args(port_ref<0>()); in TestChaining()
812 nodes_vector.back().set_args(port_ref<0>()); in TestChaining()
813 make_edge(output_port<0>(nodes_vector.back()), destination_n); in TestChaining()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_streaming_node.cpp794 nodes_vector_type nodes_vector; in TestChaining() local
796 nodes_vector.emplace_back(g, kernel, device_selector, factory); in TestChaining()
807 make_edge(source_n, input_port<0>(nodes_vector.front())); in TestChaining()
808 for (size_t i = 0; i < nodes_vector.size() - 1; i++) { in TestChaining()
809 make_edge(output_port<0>(nodes_vector[i]), input_port<0>(nodes_vector[i + 1])); in TestChaining()
810 nodes_vector[i].set_args(port_ref<0>()); in TestChaining()
812 nodes_vector.back().set_args(port_ref<0>()); in TestChaining()
813 make_edge(output_port<0>(nodes_vector.back()), destination_n); in TestChaining()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/api/
H A Droute_api.hpp506 auto nodes_vector = fb_result.CreateVector(nodes); in MakeFBAnnotations() local
531 annotation.add_nodes(nodes_vector); in MakeFBAnnotations()