Searched refs:old_mid (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_poisoning.cc364 uptr old_mid = reinterpret_cast<uptr>(old_mid_p); local
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);
H A Dasan_report.h83 uptr old_mid, uptr new_mid,
H A Dasan_errors.h302 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer
314 old_mid(old_mid_),
H A Dasan_report.cc337 uptr old_mid, uptr new_mid,
341 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); local
336 ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end, uptr old_mid, uptr new_mid, BufferedStackTrace *stack) argument
H A Dasan_errors.cc317 " old_mid : %p\n"
319 beg, end, old_mid, new_mid);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_poisoning.cc362 uptr old_mid = reinterpret_cast<uptr>(old_mid_p); local
365 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end &&
368 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid,
374 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity);
375 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity);
376 uptr d1 = RoundDownTo(old_mid, granularity);
377 // uptr d2 = RoundUpTo(old_mid, granularity);
385 // CHECK_EQ(*(u8*)MemToShadow(d1), old_mid - d1);
H A Dasan_report.h81 uptr old_mid, uptr new_mid,
H A Dasan_errors.h300 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer
312 old_mid(old_mid_),
H A Dasan_report.cc335 uptr old_mid, uptr new_mid,
339 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); local
334 ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end, uptr old_mid, uptr new_mid, BufferedStackTrace *stack) argument
H A Dasan_errors.cc315 " old_mid : %p\n"
317 beg, end, old_mid, new_mid);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_poisoning.cpp352 uptr old_mid = reinterpret_cast<uptr>(old_mid_p); local
355 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end &&
358 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid,
364 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity);
365 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity);
366 uptr d1 = RoundDownTo(old_mid, granularity);
367 // uptr d2 = RoundUpTo(old_mid, granularity);
375 // CHECK_EQ(*(u8*)MemToShadow(d1), old_mid - d1);
H A Dasan_report.h84 uptr old_mid, uptr new_mid,
H A Dasan_errors.h317 uptr beg, end, old_mid, new_mid; member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer
329 old_mid(old_mid_),
H A Dasan_report.cpp347 uptr old_mid, uptr new_mid,
351 GetCurrentTidOrInvalid(), stack, beg, end, old_mid, new_mid); local
346 ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end, uptr old_mid, uptr new_mid, BufferedStackTrace *stack) argument
H A Dasan_errors.cpp329 " old_mid : %p\n"
331 (void *)beg, (void *)end, (void *)old_mid, (void *)new_mid);
/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dcommon_interface_defs.h87 // Supply the old and the new values of mid (old_mid/new_mid).
105 const void *old_mid,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_interface_internal.h64 const void *old_mid,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dcommon_interface_defs.h85 // Supply the old and the new values of mid (old_mid/new_mid).
103 const void *old_mid,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interface_internal.h62 const void *old_mid,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dcommon_interface_defs.h128 /// <c>mid</c>(<c><i>old_mid</i></c> and <c><i>new_mid</i></c>). In the initial
155 /// \param old_mid Old middle of memory region.
159 const void *old_mid,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_interface_internal.h67 const void *old_mid,
/netbsd-current/usr.sbin/mopd/common/
H A Dfile.c296 getMID(int old_mid, int new_mid) argument
300 mid = old_mid;

Completed in 246 milliseconds