Searched refs:off_src (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_memcpy.c | 47 test_single_memcpy(unsigned int off_src, unsigned int off_dst, size_t size) in test_single_memcpy() argument 61 ret = rte_memcpy(dest + off_dst, src + off_src, size); in test_single_memcpy() 72 (unsigned)size, off_src, off_dst); in test_single_memcpy() 79 if (dest[i + off_dst] != src[i + off_src]) { in test_single_memcpy() 82 (unsigned)size, off_src, off_dst, i); in test_single_memcpy() 92 (unsigned)size, off_src, off_dst); in test_single_memcpy() 105 unsigned int off_src, off_dst, i; in func_test() local 108 for (off_src = 0; off_src < ALIGNMENT_UNIT; off_src++) { in func_test() 111 ret = test_single_memcpy(off_src, off_dst, in func_test()
|