Home
last modified time | relevance | path

Searched refs:mem_is_zero (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.h78 bool mem_is_zero(const char *mem, uptr size);
H A Dsanitizer_libc.cpp298 bool mem_is_zero(const char *beg, uptr size) { in mem_is_zero()
282 bool mem_is_zero(const char *beg, uptr size) { mem_is_zero() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h220 mem_is_zero(const void *start, size_t length) in mem_is_zero() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp600 if (__sanitizer::mem_is_zero((const char *)s, size)) in __msan_test_shadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp259 __sanitizer::mem_is_zero((const char *)shadow_beg, in __asan_region_is_poisoned()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp513 if (!mem_is_zero((const char *)beg, end - beg)) in WriteZeroShadowInRange()