Searched refs:MEMCPY (Results 1 – 7 of 7) sorted by relevance
/benchtests/ |
A D | bench-string.h | 76 # define MEMCPY memcpy macro 101 # define MEMCPY wmemcpy macro
|
A D | bench-memcpy.c | 212 #undef MEMCPY 213 #define MEMCPY generic_memcpy macro
|
A D | bench-stpcpy.c | 33 return (CHAR *) MEMCPY (dst, src, len + 1) + len; in generic_stpcpy()
|
A D | bench-stpncpy.c | 33 MEMCPY (dst, src, nc); in generic_stpncpy()
|
A D | bench-strcpy.c | 43 return MEMCPY (dst, src, STRLEN (src) + 1); in generic_strcpy()
|
A D | bench-strncat.c | 44 MEMCPY (end, src, n); in generic_strncat()
|
A D | bench-strncpy.c | 44 return MEMCPY (dst, src, nc); in generic_strncpy()
|
Completed in 8 milliseconds