Home
last modified time | relevance | path

Searched refs:n_flow (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dgrdspotter.c522 uint64_t ij, k, node, m, np, max_ij = 0, n_flow, n_unique_nodes = 0; in GMT_grdspotter() local
739 n_flow = n_nodes = 0; in GMT_grdspotter()
821 …MATION, "Row %5ld Processed %5" PRIu64" nodes [%5ld/%.1f]\r", row, n_nodes, n_flow, mem * B_TO_MB); in GMT_grdspotter()
823 …ATION, "Row %5ld Processed %5" PRIu64 " nodes [%5ld/%.1f]\n", row, n_nodes, n_flow, mem * B_TO_MB); in GMT_grdspotter()
942 n_flow = n_nodes = 0; in GMT_grdspotter()
1005 …_MSG_WARNING, "%" PRIu64 " of %" PRIu64 " total flowlines entered CVA region.\n", n_nodes, n_flow); in GMT_grdspotter()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolpartitiongrid.cpp1685 BlobTextFlowType n_flow = neighbour->flow(); in AccumulatePartDistances() local
1687 if (n_flow == BTFT_STRONG_CHAIN) { in AccumulatePartDistances()
1697 (n_flow == BTFT_CHAIN || n_flow == BTFT_NEIGHBOURS)) { in AccumulatePartDistances()