Searched refs:my_memmove (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/VEX/switchback/ |
D | test_emfloat.c | 53 static void* my_memmove( void *dst, const void *src, unsigned int len ) in my_memmove() function 1036 my_memmove((void *)x,(void *)z,sizeof(InternalFPF)); in choose_nan() 1041 my_memmove((void *)y,(void *)z,sizeof(InternalFPF)); in choose_nan() 1051 my_memmove((void *)x,(void *)z,sizeof(InternalFPF)); in choose_nan() 1054 my_memmove((void *)y,(void *)z,sizeof(InternalFPF)); in choose_nan() 1084 my_memmove((void *)x,(void *)z,sizeof(InternalFPF)); in AddSubInternalFPF() 1100 my_memmove((void *)x,(void *)z,sizeof(InternalFPF)); in AddSubInternalFPF() 1108 my_memmove((void *)y,(void *)z,sizeof(InternalFPF)); in AddSubInternalFPF() 1116 my_memmove((void *)y,(void *)z,sizeof(InternalFPF)); in AddSubInternalFPF() 1128 my_memmove((void *)&locx,(void *)x,sizeof(InternalFPF)); in AddSubInternalFPF() [all …]
|
D | test_ppc_jm1.c | 205 static void* my_memmove( void *dst, const void *src, unsigned int len )
|
D | test_bzip2.c | 912 static void* my_memmove( void *dst, const void *src, unsigned int len ) in my_memmove() function
|
/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/exp-sgcheck/tests/ |
D | hackedbz2.c | 933 static void* my_memmove( void *dst, const void *src, unsigned int len )
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 926 static void* my_memmove( void *dst, const void *src, unsigned int len )
|
D | varinfo6.c | 964 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 )
|