Lines Matching defs:OF
5 // This file is distributed under the University of Illinois Open Source
40 // 3 # The number of inputs
41 // 1 # The number of inputs in the first corpus, <= the previous number
125 // Returns the number of new features added.
224 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app);
235 OF << "STARTED " << std::dec << i << " " << U.size() << "\n";
236 OF.flush(); // Flush is important since Command::Execute may crash.
254 OF << "DONE " << i;
256 OF << " " << std::hex << F;
257 OF << "\n";
258 OF.flush();