Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileUtilities.cpp205 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()