Searched refs:File2End (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 199 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance() local 220 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance() 225 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance() 235 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance() 244 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() 254 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance() 258 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
|
/external/llvm-project/llvm/lib/Support/ |
D | FileUtilities.cpp | 206 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance() local 227 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance() 232 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance() 242 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance() 251 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() 261 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance() 265 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileUtilities.cpp | 205 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance() local 226 while (F1P < File1End && F2P < File2End && *F1P == *F2P) { in DiffFilesWithTolerance() 231 if (F1P >= File1End || F2P >= File2End) break; in DiffFilesWithTolerance() 241 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance() 250 bool F2AtEnd = F2P >= File2End; in DiffFilesWithTolerance() 260 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance() 264 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
|