Searched refs:my_memmove (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | directory_reader.h | 94 my_memmove(buf_, buf_ + dent->d_reclen, buf_used_); in PopEntry()
|
D | line_reader.h | 118 my_memmove(buf_, buf_ + len + 1, buf_used_); in PopLine()
|
D | linux_ptrace_dumper.cc | 287 my_memmove(&threads_[i], &threads_[i + 1], in ThreadsSuspend()
|
/external/google-breakpad/src/common/linux/ |
D | linux_libc_support.h | 85 #define my_memmove memmove macro
|
/external/valgrind/memcheck/tests/ |
D | varinfo6.c | 964 static void* my_memmove( void *dst, const void *src, unsigned int len )
|
D | origin5-bz2.c | 926 static void* my_memmove( void *dst, const void *src, unsigned int len )
|
/external/valgrind/perf/ |
D | bz2.c | 926 static void* my_memmove( void *dst, const void *src, unsigned int len )
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 933 static void* my_memmove( void *dst, const void *src, unsigned int len )
|