Searched refs:CutoffFile (Results 1 – 2 of 2) sorted by relevance
42 void Classify::ReadNewCutoffs(FILE *CutoffFile, inT64 end_offset, in ReadNewCutoffs() argument65 while ((end_offset < 0 || ftell(CutoffFile) < end_offset) && in ReadNewCutoffs()66 fscanf(CutoffFile, "%" REALLY_QUOTE_IT(UNICHAR_LEN) "s %d", in ReadNewCutoffs()74 SkipNewline(CutoffFile); in ReadNewCutoffs()
53 void ReadNewCutoffs(FILE *CutoffFile, inT64 end_offset,