HomeSort by relevance Sort by last modified time
    Searched refs:mem_is_zero (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 33 TEST(SanitizerCommon, mem_is_zero) {
43 EXPECT_FALSE(__sanitizer::mem_is_zero(x + beg, end - beg));
45 EXPECT_TRUE(__sanitizer::mem_is_zero(x + beg, end - beg));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h 52 bool mem_is_zero(const char *mem, uptr size);
sanitizer_libc.cc 209 bool mem_is_zero(const char *beg, uptr size) { function in namespace:__sanitizer
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap.c 336 static int mem_is_zero(const char *mem, size_t len) function
424 return mem_is_zero(ADDR + start_byte, len_byte);
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 156 // mem_is_zero on the corresponding shadow.
160 __sanitizer::mem_is_zero((const char *)shadow_beg,
168 UNREACHABLE("mem_is_zero returned false, but poisoned byte was not found");

Completed in 469 milliseconds