OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_mid
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_poisoning.cc
365
uptr
new_mid
= reinterpret_cast<uptr>(new_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);
394
uptr b1 = RoundDownTo(
new_mid
, granularity);
395
uptr b2 = RoundUpTo(
new_mid
, granularity);
402
*(u8*)MemToShadow(b1) = static_cast<u8>(
new_mid
- b1);
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
315
new_mid
(new_mid_) {}
asan_report.cc
337
uptr old_mid, uptr
new_mid
,
341
GetCurrentTidOrInvalid(), stack, beg, end, old_mid,
new_mid
);
local
asan_errors.cc
318
"
new_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
).
106
const void *
new_mid
);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_interface_internal.h
65
const void *
new_mid
);
/src/usr.sbin/mopd/common/
file.c
300
getMID(int old_mid, int
new_mid
)
306
switch (
new_mid
) {
Completed in 25 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026