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_cond_destroy_busy.stderr.exp-ppc6417 at 0x........: my_memcmp (hg_intercepts.c:...)
/external/valgrind/helgrind/
Dhg_intercepts.c160 static int my_memcmp ( const void* ptr1, const void* ptr2, size_t size) in my_memcmp() function
548 mutex_is_init = my_memcmp(mutex, &mutex_init, sizeof(*mutex)) == 0; in PTH_FUNC()
1089 cond_is_init = my_memcmp(cond, &cond_init, sizeof(*cond)) == 0; in pthread_cond_destroy_WRK()
/external/valgrind/VEX/switchback/
Dtest_ppc_jm1.c266 int my_memcmp ( const void *s1V, const void *s2V, int n ) in my_memcmp() function
4320 if (nlen == flen && my_memcmp(name, filter, flen) == 0) in check_name()
4323 if (flen <= nlen && my_memcmp(name, filter, flen) == 0) in check_name()