HomeSort by: relevance | last modified time | path
    Searched refs:length1 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors_memintrinsics.h 132 static inline bool RangesOverlap(const char *offset1, uptr length1,
134 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
136 #define CHECK_RANGES_OVERLAP(name, _offset1, length1, _offset2, length2) \
140 if (RangesOverlap(offset1, length1, offset2, length2)) { \
147 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
asan_report.h 77 const char *offset1, uptr length1,
asan_errors.h 261 uptr length1, length2; member in struct:__asan::ErrorStringFunctionMemoryRangesOverlap
272 length1(length1_),
274 addr1_description(addr1, length1, /*shouldLockThreadRegistry=*/false),
asan_report.cc 318 const char *offset1, uptr length1,
323 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2,
asan_errors.cc 289 addr1_description.Address() + length1, addr2_description.Address(),

Completed in 40 milliseconds