Home
last modified time | relevance | path

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

/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dmain.cpp82 int useoutfilename; /* command line override of output filename */ member
96 opt->useoutfilename = -1; in initoptions()
247 if (opt->useoutfilename == 1) { in useoptions()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dmain.cpp82 int useoutfilename; /* command line override of output filename */ member
96 opt->useoutfilename = -1; in initoptions()
255 if (opt->useoutfilename == 1) { in useoptions()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dmain.cpp82 int useoutfilename; /* command line override of output filename */ member
96 opt->useoutfilename = -1; in initoptions()
255 if (opt->useoutfilename == 1) { in useoptions()
/dports/graphics/tachyon/tachyon/demosrc/
H A Dgetargs.h6 int useoutfilename; /* command line override of output filename */ member
H A Dgetargs.c131 opt->useoutfilename = -1; in initoptions()
189 if (opt->useoutfilename == -1) { in postsceneoptions()
329 opt->useoutfilename = 1; in getparm()