Home
last modified time | relevance | path

Searched defs:i_end (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Doperation_blocked.hpp45 size_type i_end = i_begin + (std::min) (i_size - i_begin, block_size); in block_prod() local
110 size_type i_end = i_begin + (std::min) (i_size - i_begin, block_size); in block_prod() local
157 size_type i_end = i_begin + (std::min) (i_size - i_begin, block_size); in block_prod() local
220 size_type i_end = i_begin + (std::min) (i_size - i_begin, block_size); in block_prod() local
Dstorage.hpp130 const iterator i_end = end(); in ~unbounded_array() local
Dmatrix_sparse.hpp2872 const_subiterator_type i_end = (i_start + filled2_); in compressed_matrix() local
/third_party/boost/libs/graph/test/
Dtransitive_closure_test.cpp42 typename graph_traits< Graph >::out_edge_iterator i, i_end; in num_incident() local
56 typename graph_traits< Graph >::vertex_iterator i, i_end; in check_transitive_closure() local
/third_party/boost/libs/bimap/example/
Dmighty_bimap.cpp96 i_end = trans.end(); in main() local
/third_party/grpc/test/cpp/qps/
Ddriver.cc243 for (size_t i = 0, i_end = clients.size(); i < i_end; i++) { in FinishClients() local
261 for (size_t i = 0, i_end = clients.size(); i < i_end; i++) { in ReceiveFinalStatusFromClients() local
285 for (size_t i = 0, i_end = clients.size(); i < i_end; i++) { in ShutdownClients() local
304 for (size_t i = 0, i_end = servers.size(); i < i_end; i++) { in FinishServers() local
321 for (size_t i = 0, i_end = servers.size(); i < i_end; i++) { in ReceiveFinalStatusFromServer() local
340 for (size_t i = 0, i_end = servers.size(); i < i_end; i++) { in ShutdownServers() local
/third_party/boost/libs/graph/example/
Dreachable-loop-tail.cpp61 graph_traits< GraphvizDigraph >::vertex_iterator i, i_end; in main() local
Dreachable-loop-head.cpp48 graph_traits< GraphvizDigraph >::vertex_iterator i, i_end; in main() local
Dparallel-compile-time.cpp162 graph_traits< file_dep_graph2 >::vertex_iterator i, i_end; in main() local
/third_party/boost/libs/iterator/example/
Dtransform_iterator_example.cpp60 i_end(x + N, boost::bind1st(std::multiplies<int>(), 2)); in main() local
/third_party/boost/boost/graph/
Dtransitive_closure.hpp220 vertex_iterator i, i_end; in transitive_closure() local
229 typename std::vector< cg_vertex >::const_iterator i, i_end; in transitive_closure() local
252 vertex_iterator i, i_end; in transitive_closure() local
Dneighbor_bfs.hpp234 i_end; in neighbor_bfs_helper() local
Dbreadth_first_search.hpp130 typename boost::graph_traits< VertexListGraph >::vertex_iterator i, i_end; in breadth_first_search() local
Dundirected_graph.hpp230 out_edge_iterator i, i_end; in remove_edge() local
260 vertex_iterator i, i_end; in renumber_vertex_indices() local
Dminimum_degree_ordering.hpp483 adj_iter i, i_end; in eliminate() local
Ddirected_graph.hpp227 out_edge_iterator i, i_end; in remove_edge() local
Dstanford_graph.hpp267 boost::graph_traits< sgb_graph_ptr >::out_edge_iterator i, i_end; in out_degree() local
Dsubgraph.hpp159 typename subgraph< Graph >::children_iterator i, i_end; in subgraph() local
/third_party/pulseaudio/src/pulsecore/resampler/
Dpeaks.c39 unsigned i, i_end = 0; in peaks_resample() local
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_segment.cc169 …uint64_t i_end = std::min(static_cast<int64_t>(total_rows_in_category), (page_no + 1) * n_rows_of_… in ReadAtPageById() local
257 …int i_end = std::min(static_cast<int64_t>(total_rows_in_category), (page_no + 1) * n_rows_of_page); in ReadAllAtPageById() local
/third_party/boost/boost/spirit/home/classic/tree/
Dcommon.hpp453 typename ContainerT::const_iterator i_end = nodes.end(); in group_nodes() local
497 typename ContainerT::const_iterator i_end = nodes.end(); in group_nodes() local
1064 iter_t i_end = m.trees.end(); in operator ()() local
1119 iter_t i = m.trees.begin(), i_end = m.trees.end(); in operator ()() local
1184 iter_t i_end = m.trees.end(); in operator ()() local
1245 iter_t i_end = m.trees.end(); in operator ()() local
/third_party/node/deps/brotli/c/enc/
Dhash_to_binary_tree_inc.h307 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes); in FN() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_to_binary_tree_inc.h307 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes); in FN() local
/third_party/glib/glib/
Dgvariant-serialiser.c1080 gsize i_start, i_end; in gvs_tuple_get_child() local
/third_party/boost/boost/multiprecision/
Dcpp_dec_float.hpp2154 …const std::string::size_type i_end = ((str.length() - pos_plus_one) / static_cast<std::string::siz… in rd_string() local