Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtgafile.cpp59 FILE *ofp; in createtgafile() local
66 ofp = fopen(name, "w+b"); in createtgafile()
67 if (ofp == nullptr) { in createtgafile()
94 fseek(ofp, filesize, 0); in createtgafile()
95 fprintf(ofp, "9876543210"); in createtgafile()
97 fclose(ofp); in createtgafile()
102 FILE *ofp; in opentgafile() local
104 ofp = fopen(filename, "r+b"); in opentgafile()
105 if (ofp == nullptr) { in opentgafile()
113 return ofp; in opentgafile()
[all …]