Searched refs:my_memcmp (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | linux_libc_support.h | 86 #define my_memcmp memcmp macro
|
/external/valgrind/helgrind/tests/ |
D | pth_cond_destroy_busy.stderr.exp | 17 at 0x........: my_memcmp (hg_intercepts.c:...)
|
D | pth_cond_destroy_busy.stderr.exp-ppc64 | 17 at 0x........: my_memcmp (hg_intercepts.c:...)
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 160 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/ |
D | test_ppc_jm1.c | 266 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()
|