OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_mid
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.h
302
uptr beg, end, old_mid,
new_mid
;
member in struct:__asan::ErrorBadParamsToAnnotateContiguousContainer
315
new_mid
(new_mid_) {}
asan_poisoning.cc
365
uptr
new_mid
= reinterpret_cast<uptr>(new_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);
394
uptr b1 = RoundDownTo(
new_mid
, granularity);
395
uptr b2 = RoundUpTo(
new_mid
, granularity);
402
*(u8*)MemToShadow(b1) = static_cast<u8>(
new_mid
- b1);
Completed in 33 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025