Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_pipeline/square/
H A Dgen_input.cpp37 FILE *fptr = fopen(fname, "w"); in gen_input() local
38 if (!fptr) { in gen_input()
45 fprintf(fptr, "%u\n", a); in gen_input()
52 if (fptr) { in gen_input()
53 fclose(fptr); in gen_input()
/oneTBB/test/common/
H A Dgraph_utils.h129 static function_ptr_type fptr;
141 OutputType v2 = (*fptr)(v);
180 static mfunction_ptr_type fptr;
194 (*fptr)(v,p);
229 …cutor<InputType, OutputType>::function_ptr_type harness_graph_executor<InputType, OutputType>::fptr
247 …OutputTuple>::mfunction_ptr_type harness_graph_multifunction_executor<InputType, OutputTuple>::fptr