Searched defs:mem_is_zero (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc209 bool mem_is_zero(const char *beg, uptr size) { function in namespace:__sanitizer
/external/e2fsprogs/lib/ext2fs/
H A Dgen_bitmap.c336 static int mem_is_zero(const char *mem, size_t len) function
424 return mem_is_zero(ADDR + start_byte, len_byte);

Completed in 119 milliseconds