Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp91 } argoptions; typedef
93 void initoptions(argoptions *opt) { in initoptions()
94 memset(opt, 0, sizeof(argoptions)); in initoptions()
246 int useoptions(argoptions *opt, SceneHandle scene) { in useoptions()
274 argoptions ParseCommandLine(int argc, const char *argv[]) { in ParseCommandLine()
275 argoptions opt; in ParseCommandLine()
302 int CreateScene(argoptions &opt) { in CreateScene()
347 argoptions opt = ParseCommandLine(argc, (const char **)argv); in main()