Home
last modified time | relevance | path

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

/oneTBB/examples/graph/som/
H A Dsom_graph.cpp584 int totalcnt = 0; in main() local
589 totalcnt += cancel_count[j]; in main()
592 totalcnt += speculation_start; in main()
593 printf(" for a total of %d\n", totalcnt); in main()
602 int totalcnt = 0; in main() local
607 totalcnt += extra_count[j]; in main()
610 totalcnt += speculation_start; in main()
611 printf(" for a total of %d\n", totalcnt); in main()