Home
last modified time | relevance | path

Searched refs:s2c (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c199 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()