Searched refs:my_memcmp (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/helgrind/tests/
H A Dpth_cond_destroy_busy.stderr.exp17 at 0x........: my_memcmp (hg_intercepts.c:...)
/external/valgrind/main/helgrind/
H A Dhg_intercepts.c159 static int my_memcmp ( const void* ptr1, const void* ptr2, size_t size) function
473 mutex_is_init = my_memcmp(mutex, &mutex_init, sizeof(*mutex)) == 0;
1014 cond_is_init = my_memcmp(cond, &cond_init, sizeof(*cond)) == 0;
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c266 int my_memcmp ( const void *s1V, const void *s2V, int n ) function
4322 if (nlen == flen && my_memcmp(name, filter, flen) == 0)
4325 if (flen <= nlen && my_memcmp(name, filter, flen) == 0)

Completed in 91 milliseconds