Home
last modified time | relevance | path

Searched refs:my_memcmp (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/linux/
Dlinux_libc_support.h86 #define my_memcmp memcmp macro
/external/valgrind/helgrind/tests/
Dpth_cond_destroy_busy.stderr.exp17 at 0x........: my_memcmp (hg_intercepts.c:...)
Dpth_destroy_cond.stderr.exp221 at 0x........: my_memcmp (hg_intercepts.c:...)
Dpth_cond_destroy_busy.stderr.exp-ppc6417 at 0x........: my_memcmp (hg_intercepts.c:...)
/external/valgrind/helgrind/
Dhg_intercepts.c205 static int my_memcmp ( const void* ptr1, const void* ptr2, size_t size) in my_memcmp() function
850 mutex_is_init = my_memcmp(mutex, &mutex_init, sizeof(*mutex)) == 0; in mutex_destroy_WRK()
1589 cond_is_init = my_memcmp(cond, &cond_init, sizeof(*cond)) == 0; in pthread_cond_destroy_WRK()