OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mem_is_zero
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
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);
Completed in 608 milliseconds