Searched refs:s2c (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 208 char *s1c, *s2c; in test_memcmp() local 212 s2c = s2; in test_memcmp() 213 s2c += offset; in test_memcmp() 215 if (memcmp(s1c, s2c, n)) { in test_memcmp() 219 dumpdata(s1c, s2c, n, test_name); in test_memcmp()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 199 char *s1c, *s2c; in test_memcmp() local 203 s2c = s2; in test_memcmp() 204 s2c += offset; in test_memcmp() 206 if (memcmp(s1c, s2c, n)) { in test_memcmp() 210 dumpdata(s1c, s2c, n, test_name); in test_memcmp()
|
Completed in 2 milliseconds