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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_poisoning.cc 364 uptr old_mid = reinterpret_cast<uptr>(old_mid_p); local in function:__sanitizer_annotate_contiguous_container
367 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end &&
370 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid,
376 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity);
377 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity);
378 uptr d1 = RoundDownTo(old_mid, granularity);
379 // uptr d2 = RoundUpTo(old_mid, granularity);
387 // CHECK_EQ(*(u8*)MemToShadow(d1), old_mid - d1);
asan_report.h 83 uptr old_mid, uptr new_mid,
asan_errors.h 302 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer
314 old_mid(old_mid_),
asan_report.cc 337 uptr old_mid, uptr new_mid,
341 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid);
asan_errors.cc 317 " old_mid : %p\n"
319 beg, end, old_mid, new_mid);
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
common_interface_defs.h 87 // Supply the old and the new values of mid (old_mid/new_mid).
105 const void *old_mid,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_interface_internal.h 64 const void *old_mid,
  /src/usr.sbin/mopd/common/
file.c 300 getMID(int old_mid, int new_mid)
304 mid = old_mid;

Completed in 49 milliseconds