Searched refs:File1End (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 198 const char *File1End = F1.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() 243 bool F1AtEnd = F1P >= File1End; 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 | 205 const char *File1End = F1.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() 250 bool F1AtEnd = F1P >= File1End; 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 | 204 const char *File1End = F1.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() 249 bool F1AtEnd = F1P >= File1End; in DiffFilesWithTolerance() 260 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance() 264 if (F1P < File1End || F2P < File2End) in DiffFilesWithTolerance()
|